RFR: 8198523: Refactor BootstrapMethodInvoker to further avoid runtime type checks
Claes Redestad
claes.redestad at oracle.com
Wed Feb 21 21:00:52 UTC 2018
Hi,
BootstrapMethodInvoker can be improved a bit further by providing
static information about the type argument, and additionally
teaching it about StringConcatFactory BSM:
Patch: http://cr.openjdk.java.net/~redestad/8198523/jdk.00/
Bug: https://bugs.openjdk.java.net/browse/JDK-8198523
This slightly improves startup on string concat tests.
Thanks!
/Claes
More information about the core-libs-dev
mailing list