Seen in multiple JPRT test runs:
java.lang.RuntimeException: SoftReference time(381.2ms) is less than the sum(381.3ms) of each phases
This looks like it may well be a floating-point math rounding issue in the test.
java.lang.RuntimeException: SoftReference time(381.2ms) is less than the sum(381.3ms) of each phases
This looks like it may well be a floating-point math rounding issue in the test.
- relates to
-
JDK-8190353 [Testbug] test/hotspot/jtreg/gc/logging/TestPrintReferences.java can still fail
- Closed