RFR[8u-dev]: JDK-8154722: Test gc/ergonomics/TestDynamicNumberOfGCThreads.java fails

Fairoz Matte fairoz.matte at oracle.com
Thu May 5 09:21:22 UTC 2016


Hi All,

Could someone please review this tiny change
Webrev: http://cr.openjdk.java.net/~csahu/8154722/webrev.00/
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