mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8306914: Implement JEP 458: Launch Multi-File Source-Code Programs
Reviewed-by: jlahoda, jlaskey
This commit is contained in:
parent
aec386596d
commit
517b178819
27 changed files with 2523 additions and 860 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue