-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ObjectStamp cannot be cast IntegerStamp #497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This seems to happen when "fixing" sub-word values for primitive return values (getting a reference instead). It could be some ill-formed bytecode... and there's been some related changes lately; Can you please provide more details? Graal version? And if possible a way to reproduce? |
I was using rc2. You can reproduce using the "func" branch here: https://github.com/dsyer/spring-boot-micro-apps/tree/func. Follow the instructions in the README, but use |
Thanks for reporting, a fix is already being reviewed. It won't be out for RC3; you'll have to wait for RC4 or build SVM from source; there's no quick workaround. I'll close this issue when it's merged.
|
Fixed in fda115b |
This was marked as fixed before rc3 was released. I just tried rc4 and it's still broken even with the The So |
More data: deleting stuff systematically from
So in fact, using a JSON file with just that entry is enough to break the compilation in a native-image build. I don't think the code in |
Landed just after the freeze, should be out for RC5. |
How about using the "milestone" feature in Github to track that? |
I have no idea what this means, or if there is a way for me to configure around it. Here's the error (when generating a native-image):
The text was updated successfully, but these errors were encountered: