RFR: JDK-8139294: TestGCEventMixedWithCMSConcurrent.java still fails after JDK-8134953

Eric Caspole eric.caspole at oracle.com
Fri Oct 9 19:06:05 UTC 2015


Hi Bengt,
Looks good to me.
Eric


On 10/09/2015 11:35 AM, Bengt Rutisson wrote:
>
> Hi everyone,
>
> Could I have a couple of reviews for this fix to a nightly failure?
>
> http://cr.openjdk.java.net/~brutisso/8139294/webrev.00/
> https://bugs.openjdk.java.net/browse/JDK-8139294
>
> When a STW full GC interrupts a concurrent CMS cycle it calls reset() on
> the CMS collector. But it calls that from the STW thread and thus uses
> the wrong GC Id. It should be using the GC Id from the concurrent thread.
>
> Thanks,
> Bengt



More information about the hotspot-gc-dev mailing list