We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
深入理解Java虚拟机阅读
The text was updated successfully, but these errors were encountered:
graph TB RuntimeDataArea[Runtime Data Area] --> JaveHeap[Java Heap] JaveHeap[Java Heap] --> 字符串常量池[字符串常量池] JaveHeap[Java Heap] --> 对象和数组实例数据[对象和数组实例数据] RuntimeDataArea[Runtime Data Area] --> DirectMemory[DirectMemory] DirectMemory[DirectMemory] --> NIO操作[ NIO 操作] RuntimeDataArea[Runtime Data Area] --> MetaSpace[Meta Space ] MetaSpace[Meta Space ] --> 类的相关信息[ 类的相关信息] 类的相关信息[类的相关信息] --> 类名[类名] 类的相关信息[类的相关信息] --> 访问修饰符[访问修饰符] 类的相关信息[类的相关信息] --> 常量量池[常量池] 类的相关信息[类的相关信息] --> 字段描述[字段描述] 类的相关信息[类的相关信息] --> 方法描述[方法描述] RuntimeDataArea[Runtime Data Area] --> VmStack[Vm Stack] RuntimeDataArea[Runtime Data Area] --> NativeMethodStack[ Native Method Stack] RuntimeDataArea[Runtime Data Area] --> Register[Register]
graph TB 内存布局[内存布局] --> Header[Header] Header[Header] --> 类型指针[类型指针] Header[Header] --> MarkWord[Mark Word] 内存布局[内存布局] --> 填充数据[填充数据] 内存布局[内存布局] --> 实例数据[实例数据] 内存布局[内存布局] --> 数组长度[数组长度]
Sorry, something went wrong.
zhangwt-cn
No branches or pull requests
深入理解Java虚拟机阅读
The text was updated successfully, but these errors were encountered: