RFR(S) - JDK-8013875: Incorrect vtable index being set during methodHandle creation for static methods
Bharadwaj Yadavalli
bharadwaj.yadavalli at oracle.com
Wed May 8 11:48:17 PDT 2013
Thanks John and Chris.
Chris, OK to push?
Bharadwaj
On 5/7/2013 8:10 PM, John Rose wrote:
> On May 7, 2013, at 2:53 PM, Christian Thalinger
> <christian.thalinger at oracle.com
> <mailto:christian.thalinger at oracle.com>> wrote:
>
>> Don't we have a helper function to get that value?
>>
>> + int ref_kind = ((java_lang_invoke_MemberName::flags(mname()) >>
>> + REFERENCE_KIND_SHIFT) & REFERENCE_KIND_MASK);
>
> No, java_lang_invoke_MemberName API is spartan.
>
> That particular line of code will go away when CallInfo gets cleaned
> up, so I wouldn't introduce a helper just for that.
>
> — John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/attachments/20130508/1f489f3d/attachment.html
More information about the hotspot-runtime-dev
mailing list