Request for review (S): 7042122: JSR 292: adjust various inline thresholds for JSR 292 API methods and method handle adapters

Tom Rodriguez tom.rodriguez at oracle.com
Thu May 5 13:29:12 PDT 2011


>> The reason I came up with something like band-aid fix is because I didn't have enough time to do something more sophisticated and we need something that works in Java 7.  JRuby wants to enable invokedynamic by default for the current development version as soon as we have heuristic that makes out-of-the-box performance good enough (reads: equally or better than non-indy).
>> 
>> Tom, do you have a better idea how we could handle that?
> 
> Given where we are I thought your patch was a fine band aid.  I was just a bit leery of adding a real exposed flag before we've really had a chance to make a policy.  If we're fine with potentially abandoning that flag later then I'm fine with adding it.

I do have one concrete thought about this but it would require some investigation.  The method handle chains themselves aren't profiled but presumably the base call site is.  Maybe we should be looking back through method handle calls to find the frequency of the base call site and feeding that into the frequent call site logic.

tom

> 
> tom
> 
>> 
>> -- Christian
> 



More information about the hotspot-compiler-dev mailing list