Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8170737

Not enough old space utilisation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • gc
    • b159

        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)

              mchernov Michail Chernov
              jwilhelm Jesper Wilhelmsson
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: