-
Bug
-
Resolution: Fixed
-
P4
-
18
-
b07
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8281307 | 17.0.4-oracle | PAWAN CHAWDHARY | P4 | Resolved | Fixed | b01 |
JDK-8282962 | 17.0.4 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
These errors were pointed out by Yichen Yin.
/*
* @test
- * @bug 8129579
+ * @bug 8219579
* @summary Test that signatures are properly parsed when verification of local
* classes is requested but verification of remote classes is not.
* @compile BadSignatures.jcod
@@ -33,7 +33,7 @@
public class TestSigParse {
public static void main(String args[]) throws Throwable {
- System.out.println("Regression test for bug 819579");
+ System.out.println("Regression test for bug 8219579");
/*
* @test
- * @bug 8129579
+ * @bug 8219579
* @summary Test that signatures are properly parsed when verification of local
* classes is requested but verification of remote classes is not.
* @compile BadSignatures.jcod
@@ -33,7 +33,7 @@
public class TestSigParse {
public static void main(String args[]) throws Throwable {
- System.out.println("Regression test for bug 819579");
+ System.out.println("Regression test for bug 8219579");
- backported by
-
JDK-8281307 fix typos in test TestSigParse.java
-
- Resolved
-
-
JDK-8282962 fix typos in test TestSigParse.java
-
- Resolved
-
- relates to
-
JDK-8219579 Remove redundant signature parsing from the verifier
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/1e25ca92
-
Commit openjdk/jdk/67dc1c5b
-
Review openjdk/jdk17u-dev/216
-
Review openjdk/jdk/4812
(2 links to)