RFR(XS): 8211776: 8210887 broke arraycopy optimization when ZGC is enabled

Roland Westrelin rwestrel at redhat.com
Fri Oct 5 15:00:08 UTC 2018


http://cr.openjdk.java.net/~roland/8211776/webrev.00/

I just noticed that my recent change to the GC interface broke an
arraycopy optimization when ZGC is enabled: a short copy of primitive
arrays should be turned into a series of loads/stores but is not
anymore.

Roland.


More information about the hotspot-compiler-dev mailing list