Passing --strict-image-heap
causes bytecode parse exception with Kotlin
#7483
Labels
--strict-image-heap
causes bytecode parse exception with Kotlin
#7483
Describe the issue
Using the latest release of GraalVM, passing
--strict-image-heap
causes an exception at build timeSteps to reproduce the issue
Please include both build steps as well as run steps
git clone https://github.com/elide-dev/elide.git
packages/cli/build.gradle.kts
, changeenableStrictHeap
totrue
(line ~110)./gradlew :packages:cli:nativeCompile
Describe GraalVM and your environment:
GraalVM 21+35.1 (build 21+35-jvmci-23.1-b15)
21
macOS Ventura 13.5.1
aarch64
(M2)The text was updated successfully, but these errors were encountered: