[13] RFR (T): [Graal] assert(!m->can_be_statically_bound(InstanceKlass::cast(ctxk))) failed: redundant

Vladimir Kozlov vladimir.kozlov at oracle.com
Tue May 7 03:02:20 UTC 2019


Good.

Thanks,
Vladimir K

On 5/6/19 6:48 PM, Vladimir Ivanov wrote:
> http://cr.openjdk.java.net/~vlivanov/8223422/webrev.00/
> https://bugs.openjdk.java.net/browse/JDK-8223422
> 
> Graal hits newly added assert (as part of 8223171 [1]) which ensures there are no redundant dependencies added.
> 
> I propose to disable the assert for now when Graal is enabled, then fix Graal to avoid registering redundant 
> dependencies (in the same vein as 8223171 did for C1/C2), and then re-enable the assert in its original form.
> 
> Thanks!
> 
> Best regards,
> Vladimir Ivanov
> 
> [1] https://bugs.openjdk.java.net/browse/JDK-8223171


More information about the hotspot-compiler-dev mailing list