RFR 8209854: ProblemList MemberNameLeak

coleen.phillimore at oracle.com coleen.phillimore at oracle.com
Thu Aug 23 15:23:14 UTC 2018


Looks good, and I declare "trivial" and will push this.
Thanks,
Coleen

On 8/23/18 10:44 AM, Patricio Chilano wrote:
> 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