Skip to content

Commit 34f9dd5

Browse files
committed
[GR-14197] Do not use expensive -H:+VerifyGraalGraphEdges in IMAGE_ASSERTION_FLAGS.
PullRequest: graal/3038
2 parents 367ee16 + fcf6e79 commit 34f9dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/mx.substratevm/mx_substratevm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def svm_java80():
149149
else:
150150
GRAAL_COMPILER_FLAGS = GRAAL_COMPILER_FLAGS_BASE + GRAAL_COMPILER_FLAGS_MAP['11']
151151

152-
IMAGE_ASSERTION_FLAGS = ['-H:+VerifyGraalGraphs', '-H:+VerifyGraalGraphEdges', '-H:+VerifyPhases']
152+
IMAGE_ASSERTION_FLAGS = ['-H:+VerifyGraalGraphs', '-H:+VerifyPhases']
153153
suite = mx.suite('substratevm')
154154
svmSuites = [suite]
155155
clibraryDists = ['SVM_HOSTED_NATIVE']

0 commit comments

Comments
 (0)