Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176675 | 10 | Igor Veresov | P3 | Resolved | Fixed | b03 |
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.
- backported by
-
JDK-8176675 [AOT] Fix comparison input types in GraalHotSpotVMConfigNode.inlineContiguousAllocationSupported()
-
- Resolved
-