Details
-
Bug
-
Resolution: Fixed
-
P4
-
21
-
b26
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8312613 | 17.0.9-oracle | PAWAN CHAWDHARY | P4 | Resolved | Fixed | b04 |
JDK-8314175 | 17.0.9 | Martin Doerr | P4 | Resolved | Fixed | b03 |
JDK-8322722 | 11.0.23 | Amos SHI | P4 | Resolved | Fixed | b01 |
JDK-8312961 | 11.0.22-oracle | PAWAN CHAWDHARY | P4 | Resolved | Fixed | b01 |
JDK-8313254 | 8u401 | PAWAN CHAWDHARY | P4 | Resolved | Fixed | b01 |
Description
* @run main/othervm
* nsk.jdb.kill.kill001.kill001
* -arch=${os.family}-${os.simpleArch}
* -waittime=5
* -verbose
...
This means all log.display() output appears in the log file, but only for the main test. -verbose is not passed to the debuggee. I think part of the problem may be that jdb is being used to launch the debuggee, but it should still be possible to tell jdb to include -verbose in the arguments.
Attachments
Issue Links
- backported by
-
JDK-8312613 nsk/jdb tests don't pass -verbose flag to the debuggee
- Resolved
-
JDK-8312961 nsk/jdb tests don't pass -verbose flag to the debuggee
- Resolved
-
JDK-8313254 nsk/jdb tests don't pass -verbose flag to the debuggee
- Resolved
-
JDK-8314175 nsk/jdb tests don't pass -verbose flag to the debuggee
- Resolved
-
JDK-8322722 nsk/jdb tests don't pass -verbose flag to the debuggee
- Resolved
- relates to
-
JDK-8310551 vmTestbase/nsk/jdb/interrupt/interrupt001/interrupt001.java timed out due to missing prompt
- Resolved
-
JDK-8332113 Update nsk.share.Log to be always verbose
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/6a5a8ee5
-
Commit openjdk/jdk17u-dev/8683db88
-
Commit openjdk/jdk/c6f20db9
-
Review openjdk/jdk11u-dev/2397
-
Review openjdk/jdk17u-dev/1655
-
Review openjdk/jdk/14236