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

compiler/codecache/jmx/InitialAndMaxUsageTest.java fails with large pages

XMLWordPrintable

    • b52
    • Verified

        With JDK-8064940 code heaps are large page aligned if XX:UseLargePages is enabled. The test 'compiler/codecache/jmx/InitialAndMaxUsageTest' fails because due to the alignment the code heap sizes differ from the expected value.

        Java HotSpot(TM) 64-Bit Server VM warning: CodeHeap 'non-profiled nmethods' is full. Compiler has been disabled.
        Java HotSpot(TM) 64-Bit Server VM warning: Try increasing the code heap size using -XX:NonProfiledCodeHeapSize=
        java.lang.RuntimeException: Unable to fill more than 0.950000 of CodeHeap 'non-profiled nmethods'. Reported usage is 41942912 (assert failed: 4.1942912E7 > 4.28243584E7)
        at com.oracle.java.testlibrary.Asserts.error(Asserts.java:444)
        at com.oracle.java.testlibrary.Asserts.assertTrue(Asserts.java:371)
        at com.oracle.java.testlibrary.Asserts.assertGreaterThan(Asserts.java:245)
        at com.oracle.java.testlibrary.Asserts.assertGT(Asserts.java:224)
        at InitialAndMaxUsageTest.runTest(InitialAndMaxUsageTest.java:93)
        at InitialAndMaxUsageTest.main(InitialAndMaxUsageTest.java:61)

              thartmann Tobias Hartmann
              thartmann Tobias Hartmann
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: