-
Bug
-
Resolution: Fixed
-
P4
-
17, 18, 19
-
b32
-
aarch64
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8280310 | 19 | Hao Sun | P4 | Resolved | Fixed | b06 |
JDK-8280640 | 18.0.1 | Hao Sun | P4 | Resolved | Fixed | b04 |
JDK-8285248 | 17.0.4-oracle | Vikrant Agarwal | P4 | Resolved | Fixed | b04 |
JDK-8285587 | 17.0.4 | Martin Doerr | P4 | Resolved | Fixed | b01 |
compiler/codecache/stress/ReturnBlobToWrongHeapTest.java
Reproduce:
./configure --with-debug-level=release
make run-test TEST="compiler/codecache/stress/ReturnBlobToWrongHeapTest.java" JTREG="VM_OPTIONS=-XX:TieredStopAtLevel=1"
Here's a snippet from the log file:
----------System.out:(14/1085)----------
CompileCommand: dontinline compiler/codecache/stress/Helper$TestCase.method bool dontinline = true
[0.046s][warning][codecache] CodeHeap 'non-profiled nmethods' is full. Compiler has been disabled.
[0.046s][warning][codecache] Try increasing the code heap size using -XX:NonProfiledCodeHeapSize=
CodeHeap 'non-profiled nmethods': size=8Kb used=7Kb max_used=7Kb free=0Kb
bounds [0x0000ffff97b55000, 0x0000ffff97b57000, 0x0000ffff97b57000]
CodeHeap 'non-nmethods': size=16376Kb used=941Kb max_used=941Kb free=15434Kb
bounds [0x0000ffff96b57000, 0x0000ffff96dc7000, 0x0000ffff97b55000]
total_blobs=269 nmethods=8 adapters=194
compilation: disabled (not enough contiguous free space left)
stopped_count=1, restarted_count=0
full_count=1
Error occurred during initialization of boot layer
java.lang.InternalError: java.lang.NoSuchMethodException: no such method: java.lang.invoke.MethodHandle.linkToStatic(MemberName)Object/invokeStatic
Caused by: java.lang.NoSuchMethodException: no such method: java.lang.invoke.MethodHandle.linkToStatic(MemberName)Object/invokeStatic
----------System.err:(2/207)----------
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=
- backported by
-
JDK-8280310 [TESTBUG] ReturnBlobToWrongHeapTest.java fails with -XX:TieredStopAtLevel=1 on machines with many cores
-
- Resolved
-
-
JDK-8280640 [TESTBUG] ReturnBlobToWrongHeapTest.java fails with -XX:TieredStopAtLevel=1 on machines with many cores
-
- Resolved
-
-
JDK-8285248 [TESTBUG] ReturnBlobToWrongHeapTest.java fails with -XX:TieredStopAtLevel=1 on machines with many cores
-
- Resolved
-
-
JDK-8285587 [TESTBUG] ReturnBlobToWrongHeapTest.java fails with -XX:TieredStopAtLevel=1 on machines with many cores
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/457b7e81
-
Commit openjdk/jdk18/45f20633
-
Review openjdk/jdk17u-dev/352
-
Review openjdk/jdk18/93