-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
Describe the Issue
When using -H:AdvancedObfuscation with an app that uses Truffle Enterprise, a crash occurs
Using the latest version of GraalVM can resolve many issues.
- I tried with the latest version of GraalVM.
GraalVM Version
java version "25" 2025-09-16 LTS
Java(TM) SE Runtime Environment Oracle GraalVM 25+37.1 (build 25+37-LTS-jvmci-b01)
Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 25+37.1 (build 25+37-LTS-jvmci-b01, mixed mode, sharing)
Operating System and Version
Linux XXX 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build Command
See attached context md file
Expected Behavior
Expected obfuscation to finish (image is written and so is exported mapping)
Actual Behavior
Crashes before writing exported mapping, but after image writing
Steps to Reproduce
- Use Truffle Enterprise
- Use Advanced Obfuscation
- Compile with Native Image
Additional Context
See attached