Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208356 | 12 | Jean Christophe Beyler | P4 | Resolved | Fixed | b05 |
JDK-8208453 | 11.0.2 | Jean Christophe Beyler | P4 | Resolved | Fixed | b01 |
JDK-8209277 | 11.0.1 | Jean Christophe Beyler | P4 | Resolved | Fixed | b05 |
The following test is failing intermittently in Ci tier4:
serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java
Here is a snippet of the log file:
----------System.out:(0/0)----------
----------System.err:(15/1022)----------
Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Checking storage count 1
java.lang.RuntimeException: No expected events were found.
at MyPackage.HeapMonitorGCTest.main(HeapMonitorGCTest.java:53)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.base/java.lang.Thread.run(Thread.java:834)
JavaTest Message: Test threw exception: java.lang.RuntimeException: No expected events were found.
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: No expected events were found.
----------rerun:(39/5253)*----------
serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java
Here is a snippet of the log file:
----------System.out:(0/0)----------
----------System.err:(15/1022)----------
Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Checking storage count 1
java.lang.RuntimeException: No expected events were found.
at MyPackage.HeapMonitorGCTest.main(HeapMonitorGCTest.java:53)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.base/java.lang.Thread.run(Thread.java:834)
JavaTest Message: Test threw exception: java.lang.RuntimeException: No expected events were found.
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: No expected events were found.
----------rerun:(39/5253)*----------
- backported by
-
JDK-8208356 serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64
-
- Resolved
-
-
JDK-8208453 serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64
-
- Resolved
-
-
JDK-8209277 serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64
-
- Resolved
-