RFR(XS): 8207344: [lworld] hotspot jtreg test TestArrayCopyAsLoadsStores.java fails with EnableValhalla

Roland Westrelin rwestrel at redhat.com
Thu Jul 19 16:00:29 UTC 2018


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

The crash occurs because a type being tested for can_be_value_type() has
a null _klass (it's a bottom[] array). The fix is to return false for
any array and true if _klass is otherwise null.

Roland.



More information about the valhalla-dev mailing list