review request (XXXL): 7023639: JSR 292 method handle invocation needs a fast path for compiled code
Rémi Forax
forax at univ-mlv.fr
Tue Jul 17 16:44:55 PDT 2012
On 07/18/2012 01:04 AM, Christian Thalinger wrote:
>> >
>> >I see in several files next code pattern. Should we call throw_IncompatibleClassChangeError() as we do in other places?:
>> >
>> >+ if (!EnableInvokeDynamic) {
>> >+ // rewriter does not generate this bytecode
>> >+ __ should_not_reach_here();
>> >+ return;
>> >+ }
> Hmm. This really should not happen and EnableInvokeDynamic is on by default anyway. I doubt someone turns it off.
>
I turn it off when I test the backport on jdk7. To be sure there is no
interference.
Rémi
More information about the hotspot-compiler-dev
mailing list