Update build options for graal 23
InHeap and Allocated are now Instantiated, see
b9d387c425
This commit is contained in:
parent
50e8a74321
commit
fd801cdf9d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ args=("-jar" "$BABASHKA_JAR"
|
|||
# "-H:DashboardDump=reports/dump"
|
||||
# "-H:+DashboardPretty"
|
||||
# "-H:+DashboardJson"
|
||||
"-H:ReportAnalysisForbiddenType=java.awt.Toolkit:InHeap,Allocated"
|
||||
"-H:ReportAnalysisForbiddenType=java.awt.Toolkit:Instantiated"
|
||||
"--verbose"
|
||||
"--no-fallback"
|
||||
"--native-image-info"
|
||||
|
|
|
|||
Loading…
Reference in a new issue