- Java 7: Interned strings moved to Heap
- Java8: Moves Permspace from heap to a native memory region called 'Metaspace' and changes it to automatically grow in size by default
Friday, 10 May 2013
Notes on Java 8's removal of PermSpace
The details were posted to the openjdk mailing list below. The short version is that PermSpace is being renamed ;)
http://mail.openjdk.java.net/pipermail/hotspot-dev/2012-September/006679.html
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment