Currently JVMCIRuntime allocation routines can be configured as null_on_fail, i.e. returning null on failure, or not null_on_fail. The latter should be deleted.
- relates to
-
JDK-8331208 Memory stress test that checks OutOfMemoryError stack trace fails
- Resolved