RFR 8209854: ProblemList MemberNameLeak

Patricio Chilano patricio.chilano.mateo at oracle.com
Thu Aug 23 14:44:26 UTC 2018


Hi all,

Could you review this change that moves the MemberNameLeak.java test to 
ProblemList.txt ? The test is failing intermittently after 8206423.
The test relied on System.gc() to clean up the resolved method table 
before returning. Since now that job is done by the ServiceThread it 
seems in rare cases the process exits before the ServiceThread is able 
to do the cleanup, and thus the lookup for string “entry removed” fails.

Webrev URL: http://cr.openjdk.java.net/~pchilanomate/8209854.01/webrev/
Bug URL: https://bugs.openjdk.java.net/browse/JDK-8209854

Thanks,
Patricio


More information about the hotspot-runtime-dev mailing list