-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b28
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056506 | emb-9 | Staffan Larsen | P4 | Resolved | Fixed | master |
Running something like:
jtreg -javaoption:-Xmixed jdk/test/com/sun/jdi/RedefineStep.sh
Will print an error message:
test/com/sun/jdi/ShellScaffold.sh: line 885: -Xmixed: command not found
The test will not fail, but the -javaoption argument will be ignored.
jtreg -javaoption:-Xmixed jdk/test/com/sun/jdi/RedefineStep.sh
Will print an error message:
test/com/sun/jdi/ShellScaffold.sh: line 885: -Xmixed: command not found
The test will not fail, but the -javaoption argument will be ignored.
- backported by
-
JDK-8056506 test/com/sun/jdi/ShellScaffold.sh does not honor -javaoption
-
- Resolved
-