8306914: Implement JEP 458: Launch Multi-File Source-Code Programs

Reviewed-by: jlahoda, jlaskey
This commit is contained in:
Christian Stein 2023-12-05 07:50:21 +00:00
parent aec386596d
commit 517b178819
27 changed files with 2523 additions and 860 deletions

View file

@ -178,7 +178,7 @@ static void FreeKnownVMs();
static jboolean IsWildCardEnabled();
#define SOURCE_LAUNCHER_MAIN_ENTRY "jdk.compiler/com.sun.tools.javac.launcher.Main"
#define SOURCE_LAUNCHER_MAIN_ENTRY "jdk.compiler/com.sun.tools.javac.launcher.SourceLauncher"
/*
* This reports error. VM will not be created and no usage is printed.