-
Bug
-
Resolution: Fixed
-
P4
-
8u45
-
None
-
Linux latitude 3.19.0-18-generic #18-Ubuntu SMP Tue May 19 18:31:35 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
-
b67
-
generic
-
linux_ubuntu
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085673 | emb-9 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | team |
JDK-8087094 | 8u65 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | b01 |
JDK-8081333 | 8u60 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | b18 |
JDK-8138469 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8086247 | emb-8u60 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | team |
#!/usr/bin/jjs -J-Dnashorn.args=-strict -scripting -fv
print('Hello');
When executed without arguments, prints Nashorn full version string.
When executed with arguments, does not print version string.
$> ./temp.js
nashorn full version 1.8.0_45-b14
Hello
$> ./temp.js --
Hello
$> ./tem.js -- foobar
Hello
Parameters are being ignored (-strict, -ot, -doe, etc...) when arguments are passed.
- backported by
-
JDK-8081333 jjs "nashorn.args" system property is not effective when script arguments are passed
-
- Resolved
-
-
JDK-8085673 jjs "nashorn.args" system property is not effective when script arguments are passed
-
- Resolved
-
-
JDK-8086247 jjs "nashorn.args" system property is not effective when script arguments are passed
-
- Resolved
-
-
JDK-8087094 jjs "nashorn.args" system property is not effective when script arguments are passed
-
- Resolved
-
-
JDK-8138469 jjs "nashorn.args" system property is not effective when script arguments are passed
-
- Resolved
-