Skip to content

Commit bd52bbf

Browse files
committed
8316060: test/hotspot/jtreg/runtime/reflect/ReflectOutOfMemoryError.java may fail if heap is huge
Reviewed-by: lmesnik, dholmes
1 parent dde1155 commit bd52bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/runtime/reflect/ReflectOutOfMemoryError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @test
2626
* @bug 8297977
2727
* @summary Test that throwing OOM from reflected method gets InvocationTargetException
28-
* @run main/othervm/timeout=150 ReflectOutOfMemoryError
28+
* @run main/othervm -Xmx128m ReflectOutOfMemoryError
2929
*/
3030
import java.lang.reflect.*;
3131

0 commit comments

Comments
 (0)