Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 9e9d69a

Browse files
Move to standard flag instead of experimental
1 parent 8353b1f commit 9e9d69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/graal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ process.on('unhandledRejection', error => {
3636

3737
const NATIVE_IMAGE_BUILD_ARGS = [
3838
'-H:+UnlockExperimentalVMOptions',
39-
'-H:+ReportUnsupportedElementsAtRuntime',
4039
'-H:IncludeResourceBundles=org.kohsuke.args4j.Messages',
4140
'-H:IncludeResourceBundles=org.kohsuke.args4j.spi.Messages',
4241
'-H:IncludeResourceBundles=com.google.javascript.jscomp.parsing.ParserConfig',
@@ -47,6 +46,7 @@ const NATIVE_IMAGE_BUILD_ARGS = [
4746
'-H:IncludeResources=com\/google\/javascript\/.*\.txt',
4847
'-H:IncludeResources=com\/google\/javascript\/.*\.typedast',
4948
'-H:+ReportExceptionStackTraces',
49+
'--report-unsupported-elements-at-runtime',
5050
'--initialize-at-build-time',
5151
'--color=always',
5252
'-jar',

0 commit comments

Comments
 (0)