RFR(S) 8223050: JVMCI: findUniqueConcreteMethod() should not use Dependencies::find_unique_concrete_method() for non-virtual methods
dean.long at oracle.com
dean.long at oracle.com
Fri Jun 7 03:05:34 UTC 2019
Thanks Vladimir.
dl
On 6/6/19 7:41 PM, Vladimir Kozlov wrote:
> Seems reasonable to me but Graal experts should review it.
>
> Thanks,
> Vladimir
>
> PS: please, run more graal tiers - I added comment in bug report.
>
> On 6/6/19 7:33 PM, dean.long at oracle.com wrote:
>> https://bugs.openjdk.java.net/browse/JDK-8223050
>> http://cr.openjdk.java.net/~dlong/8223050/webrev/
>>
>> Avoid generating unnecessary dependencies for methods that can be
>> statically bound. While working on this I discovered that Graal's
>> HotSpotResolvedJavaMethodImpl.canBeStaticallyBound() doesn't match
>> that of the VM, because it was missing a check for <init>.
>>
>> dl
More information about the hotspot-compiler-dev
mailing list