review(S): 7112085: assert(fr.interpreter_frame_expression_stack_size()==0) failed: only handle empty stacks

Igor Veresov igor.veresov at oracle.com
Wed Nov 16 17:01:48 PST 2011


Thanks Vladimir and Tom! 

igor


On Wednesday, November 16, 2011 at 4:55 PM, Tom Rodriguez wrote:

> Looks good.
> 
> tom
> 
> On Nov 16, 2011, at 3:18 PM, Igor Veresov wrote:
> 
> > On Wednesday, November 16, 2011 at 12:46 PM, Vladimir Kozlov wrote:
> > > Looks good.
> > 
> > Thank you. 
> > > Did it pass all compiler regression tests with -XX:+TieredCompilation
> > > -XX:+DeoptimizeALot?
> > > 
> > 
> > Yes. I just reran the tests again to make sure. I also noticed a problem with the test for 6792161. It increases the inlining size so much that it makes the fastdebug C1 very slow. I'll have to investigate why, but for now I decide to increase the timeout. Webrev updated.
> > 
> > igor
> > 
> > > Thanks,
> > > Vladimir
> > > 
> > > Igor Veresov wrote:
> > > > The runtime call to the policy from the inlinee invocation had an
> > > > incorrect jvm state. As a result the bytecode preceding the invoke of
> > > > the inlinee was executed twice in case we deoptimized. Since it's
> > > > currently not quite easy to set the reexecute flag in C1, I moved the
> > > > notification call into the preamble of the inlinee so that I could use
> > > > InvocationEntryBci in the state specification, which would deopt correctly.
> > > > 
> > > > Also made some minor changes to printing of tiered events.
> > > > 
> > > > Webrev: http://cr.openjdk.java.net/~iveresov/7112085/webrev.00/
> > > > 
> > > > Thanks!
> > > > igor
> > > > 
> > > 
> > > 
> > 
> > 
> 
> 
> 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20111116/9baa58aa/attachment-0001.html 


More information about the hotspot-compiler-dev mailing list