RFR (S): 8005345: JSR 292: JDK performance tweaks
Vladimir Kozlov
vladimir.kozlov at oracle.com
Thu Dec 20 10:54:56 PST 2012
Good.
Thanks,
Vladimir
On 12/20/12 10:49 AM, Christian Thalinger wrote:
> http://cr.openjdk.java.net/~twisti/8005345
>
> 8005345: JSR 292: JDK performance tweaks
> Reviewed-by:
>
> Add a couple of DontInline annotations, move ForceInline annotations
> so we don't inline the wrong methods, make AsVarargsCollector fields
> final, inline Class.cast into ValueConversions.castReference because
> we can't annotation Class.cast with ForceInline, yet.
>
> src/share/classes/java/lang/invoke/InvokerBytecodeGenerator.java
> src/share/classes/java/lang/invoke/LambdaForm.java
> src/share/classes/java/lang/invoke/MethodHandleImpl.java
> src/share/classes/sun/invoke/util/ValueConversions.java
>
More information about the hotspot-dev
mailing list