-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b159
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176670 | 10 | Michail Chernov | P3 | Resolved | Fixed | b03 |
The test serviceability/tmtools/jstat/GcCauseTest02.java expects the old space utilisation to be > 70%, but in this case it was only 62%. Something could have happened in the VM to cause this change, but given that no GC related changes has been pushed lately I think it is more likely that this test is slightly unstable. Given that no changes has been made to the test or related parts of the VM I don't think this is an integration blocker.
java.lang.RuntimeException: Old space utilization should be > 70.0%, actually OU / OC = 0.6249234
at utils.JstatResults.assertThat(JstatResults.java:143)
at utils.JstatResults.assertSpaceUtilization(JstatResults.java:117)
at GcCauseTest02.main(GcCauseTest02.java:61)
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:537)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.base/java.lang.Thread.run(Thread.java:844)
java.lang.RuntimeException: Old space utilization should be > 70.0%, actually OU / OC = 0.6249234
at utils.JstatResults.assertThat(JstatResults.java:143)
at utils.JstatResults.assertSpaceUtilization(JstatResults.java:117)
at GcCauseTest02.main(GcCauseTest02.java:61)
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:537)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.base/java.lang.Thread.run(Thread.java:844)
- backported by
-
JDK-8176670 Not enough old space utilisation
-
- Resolved
-