-
Bug
-
Resolution: Unresolved
-
P4
-
11, 17, 21, 24, 25
-
x86_64, aarch64
-
linux
Test jdk/jfr/event/compiler/TestCodeCacheFull.java fails with option -XX:-UseCodeCacheFlushing.
The test log snippet:
STDERR:
OpenJDK 64-Bit Server VM warning: CodeHeap 'non-profiled nmethods' is full. Compiler has been disabled.
OpenJDK 64-Bit Server VM warning: Try increasing the code heap size using -XX:NonProfiledCodeHeapSize=
OpenJDK 64-Bit Server VM warning: C1 initialization failed. Shutting down all compilers
java.lang.RuntimeException: No events: expected false, was true
at jdk.test.lib.Asserts.fail(Asserts.java:715)
at jdk.test.lib.Asserts.assertFalse(Asserts.java:520)
at jdk.test.lib.jfr.Events.hasEvents(Events.java:159)
at jdk.jfr.event.compiler.TestCodeCacheFull.testWithBlobType(TestCodeCacheFull.java:69)
at jdk.jfr.event.compiler.TestCodeCacheFull.main(TestCodeCacheFull.java:57)
The test log snippet:
STDERR:
OpenJDK 64-Bit Server VM warning: CodeHeap 'non-profiled nmethods' is full. Compiler has been disabled.
OpenJDK 64-Bit Server VM warning: Try increasing the code heap size using -XX:NonProfiledCodeHeapSize=
OpenJDK 64-Bit Server VM warning: C1 initialization failed. Shutting down all compilers
java.lang.RuntimeException: No events: expected false, was true
at jdk.test.lib.Asserts.fail(Asserts.java:715)
at jdk.test.lib.Asserts.assertFalse(Asserts.java:520)
at jdk.test.lib.jfr.Events.hasEvents(Events.java:159)
at jdk.jfr.event.compiler.TestCodeCacheFull.testWithBlobType(TestCodeCacheFull.java:69)
at jdk.jfr.event.compiler.TestCodeCacheFull.main(TestCodeCacheFull.java:57)
- links to
-
Review(master) openjdk/jdk/23721