digital-garden/knowledge/dev/java/Class Loader Subsystem.md

17 lines
615 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
aliases:
tags:
- зрелость/🌱
date: "[[2023-11-06]]"
zero-link:
- "[[../../../garden/ru/meta/zero/00 Java разработка]]"
parents:
- "[[Архитектура JVM]]"
linked:
---
В JVM есть Class Loader Subsystem, здесь хранится информация о классах. Есть различные Class Loaders.
Сборка мусора здесь не производится. Если вы создаете "на лету" много классов, то можете упасть с OutOfMemoryException.
Берет скомпилированные Class Files.