Details
-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
23
Description
This was supposed to be fixed by JDK-8321400 but the failures continue.
[1.228s][warning][codecache] CodeCache is full. Compiler has been disabled.
[1.229s][warning][codecache] Try increasing the code cache size using -XX:ReservedCodeCacheSize=
CodeCache: size=3072Kb used=3071Kb max_used=3071Kb free=0Kb
bounds [0x0000021e75790000, 0x0000021e75a90000, 0x0000021e75a90000]
total_blobs=2404 nmethods=235 adapters=347
compilation: disabled (not enough contiguous free space left)
stopped_count=1, restarted_count=0
full_count=1
[1.228s][warning][codecache] CodeCache is full. Compiler has been disabled.
[1.229s][warning][codecache] Try increasing the code cache size using -XX:ReservedCodeCacheSize=
CodeCache: size=3072Kb used=3071Kb max_used=3071Kb free=0Kb
bounds [0x0000021e75790000, 0x0000021e75a90000, 0x0000021e75a90000]
total_blobs=2404 nmethods=235 adapters=347
compilation: disabled (not enough contiguous free space left)
stopped_count=1, restarted_count=0
full_count=1
Attachments
Issue Links
- duplicates
-
JDK-8322324 java/foreign/TestStubAllocFailure.java times out while waiting for forked process
- Closed
- relates to
-
JDK-8321400 java/foreign/TestStubAllocFailure.java fails with code cache exhaustion
- Resolved