-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 15, 16
-
Component/s: hotspot
Created after the JDK-8058176
Hotspot can throw java.lang.VirtualMachineError or java.lang.InternalError around calls if there is no code cache space left. This can also cause a timeout in JDI test waiting for a specific breakpoint in the debuggee. The tests need to be hardened to tolerate such failures.
How to reproduce: run any vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInt* test with restricted code cache -XX:ReservedCodeCacheSize=3M
Hotspot can throw java.lang.VirtualMachineError or java.lang.InternalError around calls if there is no code cache space left. This can also cause a timeout in JDI test waiting for a specific breakpoint in the debuggee. The tests need to be hardened to tolerate such failures.
How to reproduce: run any vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInt* test with restricted code cache -XX:ReservedCodeCacheSize=3M
- relates to
-
JDK-8058176 [mlvm] tests should not allow code cache exhaustion
-
- Resolved
-