https://github.com/nithanim/quarkus-native-bug-test
https://github.com/nithanim/quarkus-native-bug-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nithanim/quarkus-native-bug-test
- Owner: Nithanim
- Created: 2022-12-22T22:17:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T22:34:21.000Z (over 3 years ago)
- Last Synced: 2025-01-29T06:51:25.594Z (over 1 year ago)
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an example of the weird bug with native-image.
MethodHandle of a getter of a `Long` with the expected value `null` returns `0` instead.
Execute: `mvn verify -Pnative -Dquarkus.native.additional-build-args=-Ob`