We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde1155 commit bd52bbfCopy full SHA for bd52bbf
test/hotspot/jtreg/runtime/reflect/ReflectOutOfMemoryError.java
@@ -25,7 +25,7 @@
25
* @test
26
* @bug 8297977
27
* @summary Test that throwing OOM from reflected method gets InvocationTargetException
28
- * @run main/othervm/timeout=150 ReflectOutOfMemoryError
+ * @run main/othervm -Xmx128m ReflectOutOfMemoryError
29
*/
30
import java.lang.reflect.*;
31
0 commit comments