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

Vladimir Ivanov vladimir.x.ivanov at oracle.com
Tue May 7 01:48:50 UTC 2019


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