RFR[8u-dev]: JDK-8154722: Test gc/ergonomics/TestDynamicNumberOfGCThreads.java fails
Jon Masamitsu
jon.masamitsu at oracle.com
Thu May 5 16:36:53 UTC 2016
On 05/05/2016 02:21 AM, Fairoz Matte wrote:
> Hi All,
>
> Could someone please review this tiny change
> Webrev: http://cr.openjdk.java.net/~csahu/8154722/webrev.00/
Change looks good. Reviewed.
Jon
> JDK Bug: https://bugs.openjdk.java.net/browse/JDK-8154722
>
> There was an typo error in adaptiveSizePolicy.cpp referring to new_active_workers as new_acitve_workers, due to this recently modified test "gc/ergonomics/TestDynamicNumberOfGCThreads.java" was failing.
> This is very small change to correct the typo error.
>
> - "active_workers(): %d new_acitve_workers: %d "
> + "active_workers(): %d new_active_workers: %d "
>
> Thanks,
> Fairoz
More information about the hotspot-gc-dev
mailing list