RFR: 8147755: ASM should create correct constant tag for invokestatic on handle point to interface static method
Kumar Srinivasan
kumar.x.srinivasan at oracle.com
Wed Mar 2 15:41:01 UTC 2016
Hello Remi, et. al.,
Webrev:
http://cr.openjdk.java.net/~ksrini/8147755/webrev.00/
Can you please approve this patch, it is taken out of ASM's svn repo.
change id 1795, which addresses the problem described in [1].
Note 1: A couple of @Deprecated annotations and doc comments
have been disabled, because we have a catch-22 that an internal and closed
component depends on these APIs, and the replacement is not available until
we push this patch. A follow up bug [2] has been filed.
Note 2: jprt tested, all core-libs, langtools and nashorn regressions
pass. HotSpot team has verified that it address their issues.
Thank you
Kumar
[1] https://bugs.openjdk.java.net/browse/JDK-8147755
[2] https://bugs.openjdk.java.net/browse/JDK-8151056
More information about the core-libs-dev
mailing list