From b8ca22da87e68f46d0b61514b056ca3fc7906fff Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Tue, 16 Nov 2021 09:52:18 +0100 Subject: [PATCH] Update `extraHelp` test --- compiler/testData/cli/jvm/extraHelp.out | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/testData/cli/jvm/extraHelp.out b/compiler/testData/cli/jvm/extraHelp.out index bed51d65bb2..6d2f65f2649 100644 --- a/compiler/testData/cli/jvm/extraHelp.out +++ b/compiler/testData/cli/jvm/extraHelp.out @@ -35,6 +35,8 @@ where advanced options include: -Xjava-package-prefix Package prefix for Java files -Xjava-source-roots= Paths to directories with Java source files -Xjavac-arguments= Java compiler arguments + -Xjdk-release= Compile against specified JDK API. Requires JDK 9 or newer. + Supported versions depend on used JDK (For JDK 17 supported targets are 1.8, 9, 10 - 17). Also set `-jvm-target` value -Xjspecify-annotations=ignore|strict|warn Specify behavior for jspecify annotations. Default value is 'warn'