diff test/compiler/6792161/Test6792161.java @ 4116:973293defacd

7112085: assert(fr.interpreter_frame_expression_stack_size()==0) failed: only handle empty stacks Summary: Move the inlinee invoke notification callback into inlinee preamble Reviewed-by: kvn, never
author iveresov
date Wed, 16 Nov 2011 19:42:58 -0800
parents c18cbe5936b8
children
line wrap: on
line diff
--- a/test/compiler/6792161/Test6792161.java	Wed Nov 16 09:13:57 2011 -0800
+++ b/test/compiler/6792161/Test6792161.java	Wed Nov 16 19:42:58 2011 -0800
@@ -27,7 +27,7 @@
  * @bug 6792161
  * @summary assert("No dead instructions after post-alloc")
  *
- * @run main/othervm -Xcomp -XX:MaxInlineSize=120 Test6792161
+ * @run main/othervm/timeout=300 -Xcomp -XX:MaxInlineSize=120 Test6792161
  */
 
 import java.lang.reflect.Constructor;