-
Bug
-
Resolution: Fixed
-
P2
-
20
-
b27
-
x86_64
-
os_x
-
Verified
The following test failed in the JDK20 CI:
com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationContentTest.java
Here's a snippet from the log file:
java.lang.RuntimeException: Used size at Eden Space should be decreased.
at GarbageCollectionNotificationContentTest.checkMemoryUsage(GarbageCollectionNotificationContentTest.java:170)
at GarbageCollectionNotificationContentTest.checkGarbageCollectionNotificationInfoContent(GarbageCollectionNotificationContentTest.java:153)
at GarbageCollectionNotificationContentTest.main(GarbageCollectionNotificationContentTest.java:123)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:125)
at java.base/java.lang.Thread.run(Thread.java:1599)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Used size at Eden Space should be decreased.
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Used size at Eden Space should be decreased.
com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationContentTest.java
Here's a snippet from the log file:
java.lang.RuntimeException: Used size at Eden Space should be decreased.
at GarbageCollectionNotificationContentTest.checkMemoryUsage(GarbageCollectionNotificationContentTest.java:170)
at GarbageCollectionNotificationContentTest.checkGarbageCollectionNotificationInfoContent(GarbageCollectionNotificationContentTest.java:153)
at GarbageCollectionNotificationContentTest.main(GarbageCollectionNotificationContentTest.java:123)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:125)
at java.base/java.lang.Thread.run(Thread.java:1599)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Used size at Eden Space should be decreased.
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Used size at Eden Space should be decreased.
- relates to
-
JDK-8297247 Add GarbageCollectorMXBean for Remark and Cleanup pause time in G1
-
- Resolved
-