RFR(sh/jdk11): Shenandoah: Isolate shared-code changes

Roland Westrelin rwestrel at redhat.com
Wed Jul 8 09:57:24 UTC 2020


> https://cr.openjdk.java.net/~rkennke/shenandoah-jdk11u-upstream/webrev.05-shared/src/hotspot/share/opto/ifnode.cpp.udiff.html

Actually we can put:

(req() == 3 && dom->in(2) != in(2)) || // Not same input 2?

back in and have no diff with upstream. It's dead code so it doesn't
matter if it's there or not.

Roland.



More information about the shenandoah-dev mailing list