RFR(S): 8238948: [lworld] Method resolution does not handle invokespecial with scalarized receiver

Tobias Hartmann tobias.hartmann at oracle.com
Wed Feb 12 15:33:15 UTC 2020


Hi,

please review the following patch:
https://bugs.openjdk.java.net/browse/JDK-8238948
http://cr.openjdk.java.net/~thartmann/8238948/webrev.00/

Method resolution does not handle invokespecial on a method with a scalarized inline type receiver.
I've changed the code to use LinkResolver::resolve_invoke which handles all invoke bytecodes.

Thanks,
Tobias



More information about the valhalla-dev mailing list