We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219e1f6 commit 0a546e6Copy full SHA for 0a546e6
substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/ProgressReporter.java
@@ -334,7 +334,7 @@ private void printExperimentalOptions() {
334
l().a(" ").a(optionToOriginEntry.getKey()).println();
335
ExperimentalOptionDetails details = optionToOriginEntry.getValue();
336
l().a(" Origin: ").a(details.origin).println();
337
- if (details.alternatives != null) {
+ if (details.alternatives != null && !details.alternatives.isEmpty()) {
338
l().a(" Alternative API option(s): " + details.alternatives).println();
339
}
340
0 commit comments