summaryrefslogtreecommitdiffstats
path: root/test/080-oom-throw/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/080-oom-throw/info.txt')
-rw-r--r--test/080-oom-throw/info.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/080-oom-throw/info.txt b/test/080-oom-throw/info.txt
new file mode 100644
index 0000000000..e8ae6f6800
--- /dev/null
+++ b/test/080-oom-throw/info.txt
@@ -0,0 +1,3 @@
+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.