jaotc: org.graalvm.compiler.graph.GraalGraphError #289
Comments
I cannot reproduce this issue:
Which JDK 9 version are you using? |
Hi Doug, I am sorry for not providing the version info.
|
This should be fixed in the next version of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A generated class (C0.class) triggers the following
GraalGraphError
by simply invokingjaotc --output C0.so C0.class
.The error may be caused by
fcmp
. In the generated methodM0
, afcmp
pushed anint
on the stack, which is further used as the operand of the followinganewarray
.The text was updated successfully, but these errors were encountered: