-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
9, 11
The test hotspot/test/compiler/profiling/spectrapredefineclass/Launcher.java is ran with the flag -XX:ReservedCodeCacheSize-=3M but fails due to too small code cache:
----------System.out:(4/237)----------
CodeCache: size=3072Kb used=3039Kb max_used=3039Kb free=32Kb
bounds [0xffff80ffb3400000, 0xffff80ffb3700000, 0xffff80ffb3700000]
total_blobs=4215 nmethods=373 adapters=829
compilation: disabled (not enough contiguous free space left)
----------System.err:(10/796)----------
Java HotSpot(TM) 64-Bit Server VM warning: CodeCache is full. Compiler has been disabled.
Java HotSpot(TM) 64-Bit Server VM warning: Try increasing the code cache size using -XX:ReservedCodeCacheSize=
java.lang.VirtualMachineError: Out of space in CodeCache for adapters
java.lang.VirtualMachineError: Out of space in CodeCache for adapters
at java.base/java.lang.Throwable.getOurStackTrace(Throwable.java:828)
at java.base/java.lang.Throwable.printStackTrace(Throwable.java:660)
at java.base/java.lang.Throwable.printStackTrace(Throwable.java:648)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:118)
at java.base/java.lang.Thread.run(Thread.java:844)
STATUS:Failed.`main' threw exception: java.lang.VirtualMachineError: Out of space in CodeCache for adapters
----------System.out:(4/237)----------
CodeCache: size=3072Kb used=3039Kb max_used=3039Kb free=32Kb
bounds [0xffff80ffb3400000, 0xffff80ffb3700000, 0xffff80ffb3700000]
total_blobs=4215 nmethods=373 adapters=829
compilation: disabled (not enough contiguous free space left)
----------System.err:(10/796)----------
Java HotSpot(TM) 64-Bit Server VM warning: CodeCache is full. Compiler has been disabled.
Java HotSpot(TM) 64-Bit Server VM warning: Try increasing the code cache size using -XX:ReservedCodeCacheSize=
java.lang.VirtualMachineError: Out of space in CodeCache for adapters
java.lang.VirtualMachineError: Out of space in CodeCache for adapters
at java.base/java.lang.Throwable.getOurStackTrace(Throwable.java:828)
at java.base/java.lang.Throwable.printStackTrace(Throwable.java:660)
at java.base/java.lang.Throwable.printStackTrace(Throwable.java:648)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:118)
at java.base/java.lang.Thread.run(Thread.java:844)
STATUS:Failed.`main' threw exception: java.lang.VirtualMachineError: Out of space in CodeCache for adapters
- relates to
-
JDK-8134286 SmallCodeCacheStartup test fails in JPRT on windows i586 client JVM
-
- Closed
-
-
JDK-8174240 compiler/profiling/spectrapredefineclass_classloaders/Launcher.java fails with VirtualMachineError
-
- Closed
-