8036576: jtreg failed on Test6792161 timed out
Summary: Increase time out value of test since debug VM executes additional code
Reviewed-by: kvn
--- a/hotspot/test/compiler/6792161/Test6792161.java Fri Mar 14 17:28:58 2014 -0700
+++ b/hotspot/test/compiler/6792161/Test6792161.java Mon Mar 17 11:33:21 2014 -0400
@@ -27,7 +27,7 @@
* @bug 6792161
* @summary assert("No dead instructions after post-alloc")
*
- * @run main/othervm/timeout=300 -Xcomp -XX:MaxInlineSize=120 Test6792161
+ * @run main/othervm/timeout=600 -Xcomp -XX:MaxInlineSize=120 Test6792161
*/
import java.lang.reflect.Constructor;