test/hotspot/jtreg/compiler/c2/cr7192963/TestShortVect.java
changeset 50407 3dfdcca00ecc
parent 47216 71c04702a3d5
--- a/test/hotspot/jtreg/compiler/c2/cr7192963/TestShortVect.java	Tue Jun 05 15:56:17 2018 +0200
+++ b/test/hotspot/jtreg/compiler/c2/cr7192963/TestShortVect.java	Tue Jun 05 15:56:21 2018 +0200
@@ -26,7 +26,7 @@
  * @bug 7192963
  * @summary assert(_in[req-1] == this) failed: Must pass arg count to 'new'
  *
- * @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr7192963.TestShortVect
+ * @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.c2.cr7192963.TestShortVect
  */
 
 package compiler.c2.cr7192963;
@@ -201,4 +201,3 @@
     return 0;
   }
 }
-