-
Notifications
You must be signed in to change notification settings - Fork 46k
Open
Description
方法区 这里写的方法区会存储已被虚拟机加载的 类信息、字段信息、方法信息、常量、静态变量、即时编译器编译后的代码缓存等数据。
是哪个jvm呢,我查到的HotSpot 是把 JIT 编译后的本地代码存放在独立的 CodeCache 区域,Does the jvm code cache area exist in heap or metaspace?
Metadata
Metadata
Assignees
Labels
No labels