| JDK 17 | JDK 18 |
|---|---|
| 17.0.4-oracleFixed | 18 b07Fixed |
|
Relates :
|
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");
|