Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205274 | 11.0.1 | Mandy Chung | P3 | Resolved | Fixed | team |
Description
When running the test with huge long paths for the launcher, we are running into the silent truncation problem for long shebang lines.
The log added byJDK-8204588 shows the warning, and the subsequent truncated filename in the error message. The longest arguments passed to the shebang java is " --source 10 @testBadAtFile/bad.at" (35 chars).
We should lower the max tolerated length of javacCmd from 100 to 90.
The log added by
We should lower the max tolerated length of javacCmd from 100 to 90.
Attachments
Issue Links
- backported by
-
JDK-8205274 test/jdk/tools/launchers/SourceMode.java fails with long shebang line
-
- Resolved
-
- relates to
-
JDK-8204588 Test failures after "Launch Single-File Source-Code Programs"
-
- Resolved
-