Skip to content

Commit 43323db

Browse files
committed
Remove unused GraalVM native-image arguments
Deleted the -H:+ReportExceptionStackTraces and -H:+PrintClassInitialization arguments from the native-image configuration in pom.xml as they are no longer needed.
1 parent 6509673 commit 43323db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aspect-model-editor-runtime/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,6 @@
397397
<arg>-H:-DeadlockWatchdogExitOnTimeout</arg>
398398
<arg>-H:DeadlockWatchdogInterval=0</arg>
399399
<arg>-H:+AddAllCharsets</arg>
400-
<arg>-H:+ReportExceptionStackTraces</arg>
401-
<arg>-H:+PrintClassInitialization</arg>
402400
<arg>-J-XX:MaxRAMPercentage=90.0</arg>
403401
<arg>-J-XX:GCTimeRatio=19</arg>
404402
<arg>--report-unsupported-elements-at-runtime</arg>

0 commit comments

Comments
 (0)