[9] RFR (M): 8050057: Improve caching of MethodHandle reinvokers (original) (raw)
Vladimir Ivanov vladimir.x.ivanov at oracle.com
Wed Jul 16 10:25:59 UTC 2014
- Previous message: [9] RFR (M): 8050057: Improve caching of MethodHandle reinvokers
- Next message: [9] RFR (M): 8050200: Make LambdaForm intrinsics detection more robust
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thank you, Paul.
Looks good. Juste one comment.
BoundMethodHandle The following fields can be made final: 132 private static int FIELDCOUNTTHRESHOLD = 12; // largest convenient BMH field count 133 private static int FORMEXPRESSIONTHRESHOLD = 24; // largest convenient BMH expression count Agree. Fixed.
Best regards, Vladimir Ivanov
- Previous message: [9] RFR (M): 8050057: Improve caching of MethodHandle reinvokers
- Next message: [9] RFR (M): 8050200: Make LambdaForm intrinsics detection more robust
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]