-
Bug
-
Resolution: Fixed
-
P3
-
8, 9
-
b120
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8163776 | 8u121 | Michael Haupt | P3 | Resolved | Fixed | b01 |
JDK-8157552 | 8u112 | Michael Haupt | P3 | Resolved | Fixed | b01 |
JDK-8167943 | emb-8u121 | Unassigned | P3 | Resolved | Fixed | b01 |
The shebang test introduced with JDK-8144221 fails occasionally on Linux and Solaris. This is not a problem with the test or functionality it covers, but with the fact that some OS platforms impose an upper boundary on the length of shebang lines. If the path to the jjs executable is too long, the line will be truncated, leading to arguments being processed in the wrong way.
The test will be moved to the currently-failing directory but should still be run manually, especially if changes around jjs and scripting are applied.
The test will be moved to the currently-failing directory but should still be run manually, especially if changes around jjs and scripting are applied.
- backported by
-
JDK-8157552 exclude jjs shebang handling test from runs
- Resolved
-
JDK-8163776 exclude jjs shebang handling test from runs
- Resolved
-
JDK-8167943 exclude jjs shebang handling test from runs
- Resolved
- relates to
-
JDK-8144221 fix Nashorn shebang argument handling on Mac/Linux
- Resolved