We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d45aab commit a71b7ceCopy full SHA for a71b7ce
docs/java/jvm/memory-area.md
@@ -226,11 +226,11 @@ HotSpot 虚拟机中字符串常量池的实现是 `src/hotspot/share/classfile/
226
227
JDK1.7 之前,字符串常量池存放在永久代。JDK1.7 字符串常量池和静态变量从永久代移动了 Java 堆中。
228
229
-
+
230
231
-
+
232
233
-
+
234
235
**JDK 1.7 为什么要将字符串常量池移动到堆中?**
236
0 commit comments