Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 note/JDK/深入学习String源码与底层(一).md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ JAVA的运行时数据区包括以下几个区域:
2. Java堆区(Heap)
3. 本地方法栈(Native Method Stack)
4. 虚拟机栈(VM Stack)
5. 程序技术器(Program Conter Register)
5. 程序计数器(Program Conter Register)

具体内容不在这里进行介绍。为方便读者能够理解下面的内容,请学习下[总结Java内存区域和常量池](https://blog.csdn.net/CoderBruis/article/details/85240273)

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.