-
Bug
-
Resolution: Fixed
-
P1
-
9
-
b52
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082876 | emb-9 | Tobias Hartmann | P1 | Resolved | Fixed | team |
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)
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)
- backported by
-
JDK-8082876 compiler/codecache/jmx/InitialAndMaxUsageTest.java fails with large pages
-
- Resolved
-