8316060: test/hotspot/jtreg/runtime/reflect/ReflectOutOfMemoryError.java may fail if heap is huge

Reviewed-by: lmesnik, dholmes
This commit is contained in:
Sergey Bylokhov 2023-09-13 02:33:03 +00:00
parent dde11551e2
commit bd52bbfa27

View File

@ -25,7 +25,7 @@
* @test
* @bug 8297977
* @summary Test that throwing OOM from reflected method gets InvocationTargetException
* @run main/othervm/timeout=150 ReflectOutOfMemoryError
* @run main/othervm -Xmx128m ReflectOutOfMemoryError
*/
import java.lang.reflect.*;