Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8022462 | 8 | Frederic Parain | P3 | Closed | Fixed | b102 |
java/lang/instrument/RedefineBigClass.sh test shows memory leak with latest jdk8.
The leak might not have been detected before because the test only prints available memory size in its log and is treated as passed anyway.
After the test is improved how it was suggested in JDK-8016838 it will be able to fail upon a memory leak.
The leak might not have been detected before because the test only prints available memory size in its log and is treated as passed anyway.
After the test is improved how it was suggested in JDK-8016838 it will be able to fail upon a memory leak.
- backported by
-
JDK-8022462 NPG: Memory leak during class redefinition
- Closed
- relates to
-
JDK-7121600 Instrumentation.redefineClasses() leaks class bytes
- Closed