-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 21, 22
-
b12
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8314945 | 21.0.1 | Aleksey Shipilev | P4 | Resolved | Fixed | b09 |
JDK-8333834 | 17.0.13-oracle | Kavya K S | P4 | Resolved | Fixed | b01 |
JDK-8338130 | 17.0.13 | Amos SHI | P4 | Resolved | Fixed | b03 |
JDK-8334198 | 11.0.25-oracle | Kavya K S | P4 | Resolved | Fixed | b01 |
stdout: [[0.195s][warning][codecache] CodeCache is full. Compiler has been disabled.
[0.195s][warning][codecache] Try increasing the code cache size using -XX:ReservedCodeCacheSize=
CodeCache: size=2496Kb used=2495Kb max_used=2495Kb free=0Kb
bounds [0x00007f122c413000, 0x00007f122c683000, 0x00007f122c683000]
total_blobs=765 nmethods=25 adapters=654
compilation: disabled (not enough contiguous free space left)
stopped_count=0, restarted_count=0
full_count=1
];
stderr: [OpenJDK 64-Bit Server VM warning: CodeCache is full. Compiler has been disabled.
OpenJDK 64-Bit Server VM warning: Try increasing the code cache size using -XX:ReservedCodeCacheSize=
Exception in thread "main" java.lang.VirtualMachineError: Out of space in CodeCache for adapters
Exception: java.lang.VirtualMachineError thrown from the UncaughtExceptionHandler in thread "main"
]
exitValue = 1
java.lang.RuntimeException: Expected to get exit value of [0], exit value is: [1]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:490)
at CodeCacheFullCountTest.runTest(CodeCacheFullCountTest.java:60)
at CodeCacheFullCountTest.main(CodeCacheFullCountTest.java:43)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
at java.base/java.lang.Thread.run(Thread.java:1570)
- backported by
-
JDK-8314945 [TESTBUG] test/hotspot/jtreg/compiler/codecache/CodeCacheFullCountTest.java fails with java.lang.VirtualMachineError
-
- Resolved
-
-
JDK-8333834 [TESTBUG] test/hotspot/jtreg/compiler/codecache/CodeCacheFullCountTest.java fails with java.lang.VirtualMachineError
-
- Resolved
-
-
JDK-8334198 [TESTBUG] test/hotspot/jtreg/compiler/codecache/CodeCacheFullCountTest.java fails with java.lang.VirtualMachineError
-
- Resolved
-
-
JDK-8338130 [TESTBUG] test/hotspot/jtreg/compiler/codecache/CodeCacheFullCountTest.java fails with java.lang.VirtualMachineError
-
- Resolved
-
- relates to
-
JDK-8277042 add test for 8276036 to compiler/codecache
-
- Resolved
-
- links to
-
Commit openjdk/jdk21u/f6bd1691
-
Commit openjdk/jdk/d1de3d08
-
Commit(master) openjdk/jdk17u-dev/67b57e0f
-
Review openjdk/jdk21u/84
-
Review openjdk/jdk/15329
-
Review(master) openjdk/jdk17u-dev/2769