Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
|
Relates :
|
Several java/lang/invoke tests fail due to exhausted code cache: java/lang/invoke/TestCatchExceptionWithVarargs.java java/lang/invoke/VarargsArrayTest.java Issue could be reproduced with Client VM and Xcomp mode. Code cache size for a Client VM is pretty small comparing to Server VM, about 32m, so it's pretty easy to run out of it, especially if a test generates many different methods. I think that default code cache size for such tests should be increased.
|