[13] RFR (S): 8059241: C2: Excessive RemoveUseless passes during incremental inlining

Roland Westrelin rwestrel at redhat.com
Fri Jan 25 08:35:37 UTC 2019


> http://cr.openjdk.java.net/~vlivanov/8059241/webrev.03/

Isn't there a bug here:

2090   set_inlining_progress(false);
2091   set_do_cleanup(false);
2092   return inlining_progress() && !needs_cleanup;

Can inlining_progress() be anything but false at line 2092?

Roland.


More information about the hotspot-compiler-dev mailing list