mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8201274: Launch Single-File Source-Code Programs
Reviewed-by: mcimadamore, jlahoda, ksrini, mchung, ihse, alanb
This commit is contained in:
parent
628aec8c75
commit
fe24730ed9
17 changed files with 1737 additions and 59 deletions
|
@ -246,7 +246,7 @@ JLI_CmdToArgs(char* cmdline) {
|
|||
// iterate through rest of command line
|
||||
while (src != NULL) {
|
||||
src = next_arg(src, arg, &wildcard);
|
||||
argsInFile = JLI_PreprocessArg(arg);
|
||||
argsInFile = JLI_PreprocessArg(arg, JNI_TRUE);
|
||||
if (argsInFile != NULL) {
|
||||
// resize to accommodate another Arg
|
||||
cnt = argsInFile->size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue