Relates :
|
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.
|