comparison 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
comparison
equal deleted inserted replaced
4115:1bd45abaa507 4116:973293defacd
25 /** 25 /**
26 * @test 26 * @test
27 * @bug 6792161 27 * @bug 6792161
28 * @summary assert("No dead instructions after post-alloc") 28 * @summary assert("No dead instructions after post-alloc")
29 * 29 *
30 * @run main/othervm -Xcomp -XX:MaxInlineSize=120 Test6792161 30 * @run main/othervm/timeout=300 -Xcomp -XX:MaxInlineSize=120 Test6792161
31 */ 31 */
32 32
33 import java.lang.reflect.Constructor; 33 import java.lang.reflect.Constructor;
34 public class Test6792161 { 34 public class Test6792161 {
35 static Constructor test(Class cls) throws Exception { 35 static Constructor test(Class cls) throws Exception {