RFR: 8072681: serviceability/dcmd/gc/RunGCTest.java looks for old output from System.gc()

Mikael Gerdin mikael.gerdin at oracle.com
Fri Feb 6 16:00:13 UTC 2015


Hi Michail,

For now we decided to back out the change causing this problem.
We'll revisit this test fix once the change is ready again.

/Mikael

On 2015-02-06 15:30, Michail Chernov wrote:
> Hi,
>
> Can I have reviews for next small change in one test:
>
> Issue: https://bugs.openjdk.java.net/browse/JDK-8072681
> Webrev: http://cr.openjdk.java.net/~eistepan/~mchernov/8072681/webrev.00/
>
> Test searches for "Full GC (Diagnostic Command)" string instead of "Full
> GC (System.gc())".
> Added requirement for DisableExplicitGC flag. Test does not work as
> expected with DisableExplicitGC=true :  System.gc() does not trigger a
> full GC.
>
> Thanks,
> Michail



More information about the hotspot-gc-dev mailing list