-
Bug
-
Resolution: Fixed
-
P3
-
8u91, 9
-
-Xcomp
-
b117
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8163662 | 8u121 | Michael Haupt | P3 | Resolved | Fixed | b01 |
JDK-8155240 | 8u112 | Michael Haupt | P3 | Resolved | Fixed | b01 |
JDK-8167788 | emb-8u121 | Unassigned | P3 | Resolved | Fixed | b01 |
Caused by: java.lang.VirtualMachineError: out of space in CodeCache for adapters
at sun.misc.Unsafe.defineAnonymousClass(Native Method)
at java.lang.invoke.InvokerBytecodeGenerator.loadAndInitializeInvokerClass(InvokerBytecodeGenerator.java:284)
at java.lang.invoke.InvokerBytecodeGenerator.loadMethod(InvokerBytecodeGenerator.java:276)
at java.lang.invoke.InvokerBytecodeGenerator.generateCustomizedCode(InvokerBytecodeGenerator.java:618)
at java.lang.invoke.LambdaForm.compileToBytecode(LambdaForm.java:654)
... 49 more
at sun.misc.Unsafe.defineAnonymousClass(Native Method)
at java.lang.invoke.InvokerBytecodeGenerator.loadAndInitializeInvokerClass(InvokerBytecodeGenerator.java:284)
at java.lang.invoke.InvokerBytecodeGenerator.loadMethod(InvokerBytecodeGenerator.java:276)
at java.lang.invoke.InvokerBytecodeGenerator.generateCustomizedCode(InvokerBytecodeGenerator.java:618)
at java.lang.invoke.LambdaForm.compileToBytecode(LambdaForm.java:654)
... 49 more
- backported by
-
JDK-8155240 java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache
-
- Resolved
-
-
JDK-8163662 java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache
-
- Resolved
-
-
JDK-8167788 java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache
-
- Resolved
-