# HG changeset patch # User bharadwaj # Date 1395070401 14400 # Node ID bbe80cd0aa829628060125a71a0bc8173888c350 # Parent 0f7e268cd9e3cc930ccaa3ba5cd2457acb0cd0a7 8036576: jtreg failed on Test6792161 timed out Summary: Increase time out value of test since debug VM executes additional code Reviewed-by: kvn diff -r 0f7e268cd9e3 -r bbe80cd0aa82 hotspot/test/compiler/6792161/Test6792161.java --- 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;