You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
201 B

Inject memory allocation failures for NEW_ARRAY and NEW_INSTANCE and make sure
the JIT'ed code handles OOM exception correctly since it cannot fall back to
the interpreter and re-execute the bytecode.