Details
-
Enhancement
-
Resolution: Fixed
-
P2
-
7
-
b80
-
generic
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135866 | emb-9 | Henry Jen | P2 | Resolved | Fixed | team |
Description
A DESCRIPTION OF THE REQUEST :
The javac command-line tool overcomes command-line length limitations using the @argfiles option. Unfortunately, the java command-line tool runs into the same limitations but does not support @argfiles.
Please add @argfiles to the java command-line tool.
JUSTIFICATION :
See http://netbeans.org/bugzilla/show_bug.cgi?id=224293 for an example of a reasonable command-line that fails to execute due to command-line length limitations.
The javac command-line tool overcomes command-line length limitations using the @argfiles option. Unfortunately, the java command-line tool runs into the same limitations but does not support @argfiles.
Please add @argfiles to the java command-line tool.
JUSTIFICATION :
See http://netbeans.org/bugzilla/show_bug.cgi?id=224293 for an example of a reasonable command-line that fails to execute due to command-line length limitations.
Attachments
Issue Links
- backported by
-
JDK-8135866 Support @argfiles for java command-line tool
- Resolved
- relates to
-
JDK-8061999 Enhance VM option parsing to allow options to be specified in a file
- Resolved
-
JDK-4326573 need @file syntax for all command tools, not just jar/javac/javah
- Resolved
-
JDK-8131896 Run gradle test tasks using a Jigsaw (jake) build
- Resolved
-
JDK-8137320 jjs should support @argfile to pass command line arguments from a file
- Resolved
1.
|
Document needed for @argfile feature for java | Resolved | Shilpa Chetan | 2016-10-17 | |
2.
|
Release Note: Support @-files for java command-line tool | Closed | Henry Jen |