JDK-8270837 : fix typos in test TestSigParse.java
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-07-16
  • Updated: 2022-03-10
  • Resolved: 2021-07-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17 JDK 18
17.0.4-oracleFixed 18 b07Fixed
Related Reports
Relates :  
Description
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");
 
Comments
A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk17u-dev/pull/216 Date: 2022-03-09 14:35:37 +0000
09-03-2022

Fix request [17u] I backport this for parity with 17.0.4-oracle. No risk, only a test change. Clean backport. Test passes.
09-03-2022

Changeset: 67dc1c5b Author: Harold Seigel <hseigel@openjdk.org> Date: 2021-07-16 14:02:12 +0000 URL: https://git.openjdk.java.net/jdk/commit/67dc1c5bf34cfe987b672f34f0b2a6b36840382a
16-07-2021