Skip to content

Commit ce403a6

Browse files
committed
[GR-32551] Build native-image with -H:+UseReferenceHandlerThread.
PullRequest: graal/9919
2 parents f49b9d1 + 77886d9 commit ce403a6

File tree

1 file changed

+1
-1
lines changed
  • substratevm/src/com.oracle.svm.driver/resources/META-INF/native-image/com.oracle.substratevm/svm-driver

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ImageName = native-image
2-
Args = -H:-ParseRuntimeOptions --initialize-at-build-time=com.oracle.svm.driver
2+
Args = -H:+UseReferenceHandlerThread -H:-ParseRuntimeOptions --initialize-at-build-time=com.oracle.svm.driver

0 commit comments

Comments
 (0)