Not enough old space utilisation

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: 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)

              Assignee:
              Michail Chernov
              Reporter:
              Jesper Wilhelmsson
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: