RFR(XS): 8207344: [lworld] hotspot jtreg test TestArrayCopyAsLoadsStores.java fails with EnableValhalla (original) (raw)
Roland Westrelin rwestrel at redhat.com
Thu Jul 19 16:00:29 UTC 2018
- Previous message (by thread): hg: valhalla/valhalla: 8207844: [lworld] Crash during method resolution because value type holder is not linked
- Next message (by thread): RFR(XS): 8207344: [lworld] hotspot jtreg test TestArrayCopyAsLoadsStores.java fails with EnableValhalla
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): hg: valhalla/valhalla: 8207844: [lworld] Crash during method resolution because value type holder is not linked
- Next message (by thread): RFR(XS): 8207344: [lworld] hotspot jtreg test TestArrayCopyAsLoadsStores.java fails with EnableValhalla
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]