Redefine classes assumes GC will automatically remove objects it's no longer referencing,
like constant pools and old method arrays, and other stuff in the class
(bytecodes too(?)). Reimplement redefine classes that does not depend on GC for
cleanup of obsolete class meta-data.
like constant pools and old method arrays, and other stuff in the class
(bytecodes too(?)). Reimplement redefine classes that does not depend on GC for
cleanup of obsolete class meta-data.
- duplicates
-
JDK-6964458 Reimplement class meta-data storage to use native memory
-
- Resolved
-