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'