RFR(XS) 8173673: Fix comparison input types in GraalHotSpotVMConfigNode.inlineContiguousAllocationSupported()
Igor Veresov
igor.veresov at oracle.com
Tue Jan 31 07:10:49 UTC 2017
In GraalHotSpotVMConfigNode.inlineContiguousAllocationSupported() we need a cast because loadConfigValue() returns a long, but the node it produces has an int type. It triggers an assert.
Webrev: http://cr.openjdk.java.net/~iveresov/8173673/webrev.00/
Thanks,
igor
More information about the hotspot-compiler-dev
mailing list