jeffhao | 5d1ac92 | 2011-09-29 17:41:15 -0700 | [diff] [blame] | 1 | Inject memory allocation failures for NEW_ARRAY and NEW_INSTANCE and make sure |
2 | the JIT'ed code handles OOM exception correctly since it cannot fall back to | ||||
3 | the interpreter and re-execute the bytecode. |