-
Bug
-
Resolution: Fixed
-
P3
-
11
-
b20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206038 | 12 | Jonathan Gibbons | P3 | Resolved | Fixed | team |
JDK-8206630 | 11.0.1 | Jonathan Gibbons | P3 | Resolved | Fixed | b01 |
http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-June/053703.html
shebang tests are disabled inJDK-8204648 as a workaround.
JDK-8204588 [1] fixed the test to handle long paths to the Java launcher in some test execution environments, causing the shebang line to overflow the underlying system limit of 128 characters. The fix skips the shebang test if the path to java command has more than 100 characters. However, the arguments passed to java command in some cases is more than 28 characters and the test still fails in some environment.
shebang tests are disabled in
- backported by
-
JDK-8206038 Re-enable shebang tests in test/jdk/tools/launchers/SourceMode.java
-
- Resolved
-
-
JDK-8206630 Re-enable shebang tests in test/jdk/tools/launchers/SourceMode.java
-
- Resolved
-