-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 11, 17, 20, 21
-
Component/s: hotspot
-
b17
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8311869 | 17.0.9 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
| JDK-8305812 | 17.0.8-oracle | Ioi Lam | P4 | Resolved | Fixed | b02 |
| JDK-8311868 | 11.0.21 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
| JDK-8305813 | 11.0.20-oracle | Ioi Lam | P4 | Resolved | Fixed | b02 |
https://github.com/openjdk/jdk/blob/aa762102e9328ca76663b56b3be6f6141b044744/test/jdk/com/sun/jdi/cds/CDSJDITest.java#L64
// Args to the Main Class:
// These argument all follow the above <testname> argument, and are
// in fact passed to <testname>.main() as java arguments. <testname> will
// pass them as JVM arguments to the debuggee process it creates.
"-Xbootclasspath/a:" + appJar,
"-XX:+UnlockDiagnosticVMOptions",
"-Xlog:class+path=info", // <<<<<<<<<<<<<< HERE
"-XX:SharedArchiveFile=./SharedArchiveFile.jsa",
"-Xshare:on",
"-showversion"
Three test cases are affected:
test/jdk/com/sun/jdi/cds/CDSBreakpointTest.java
test/jdk/com/sun/jdi/cds/CDSFieldWatchpoints.java
test/jdk/com/sun/jdi/cds/CDSDeleteAllBkptsTest.java
(Please see
- backported by
-
JDK-8305812 Work around JDK-8305420 in CDSJDITest.java
-
- Resolved
-
-
JDK-8305813 Work around JDK-8305420 in CDSJDITest.java
-
- Resolved
-
-
JDK-8311868 Work around JDK-8305420 in CDSJDITest.java
-
- Resolved
-
-
JDK-8311869 Work around JDK-8305420 in CDSJDITest.java
-
- Resolved
-
- links to
-
Commit
openjdk/jdk11u-dev/8e971f59
-
Commit
openjdk/jdk17u-dev/f9563524
-
Commit
openjdk/jdk/9ce5fdc9
-
Review
openjdk/jdk11u-dev/2029
-
Review
openjdk/jdk17u-dev/1552
-
Review
openjdk/jdk/13283