fcli
fcli copied to clipboard
Common: GraalVM 22.3 Windows native-image breaks when compressed with UPX
After some testing, if GraalVM 22.3 is used to create a Windows native image that is then compressed with UPX, the windows binary will break and not work. You will simply get a binary that outputs nothing. This is a known issue by both UPX and GraalVM communities with GraalVM 22.x and newer. Please see:
- oracle/graal#4340
- upx/upx#559