Skip to content

Commit

Permalink
Native-image's PrintAnalysisCallTreeType option is experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Sep 6, 2023
1 parent 69b0e01 commit e4d2263
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ public NativeImageInvokerInfo build() {
nativeImageArgs.add("-J--add-opens=java.base/java.util=ALL-UNNAMED");

if (nativeConfig.enableReports()) {
nativeImageArgs.add("-H:PrintAnalysisCallTreeType=CSV");
addExperimentalVMOption(nativeImageArgs, "-H:PrintAnalysisCallTreeType=CSV");
}

// only available in GraalVM 22.3.0+.
Expand Down

0 comments on commit e4d2263

Please sign in to comment.