Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8234076: JVM crashes on Windows 10 using --module=NAME
Reviewed-by: ksrini, henryjen
- Loading branch information
Showing
with
207 additions
and 0 deletions.
- +3 −0 src/java.base/share/native/libjli/args.c
- +12 −0 src/java.base/windows/native/libjli/java_md.c
- +66 −0 test/jdk/tools/launcher/ArgsEnvVar.java
- +34 −0 test/jdk/tools/launcher/TestHelper.java
- +4 −0 test/jdk/tools/launcher/TestSpecialArgs.java
- +88 −0 test/jdk/tools/launcher/modules/basic/BasicTest.java