Skip to content

Commit 1e25ca9

Browse files
committed
8270837: fix typos in test TestSigParse.java
Backport-of: 67dc1c5bf34cfe987b672f34f0b2a6b36840382a
1 parent f25a8fc commit 1e25ca9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/hotspot/jtreg/runtime/verifier/TestSigParse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -23,7 +23,7 @@
2323

2424
/*
2525
* @test
26-
* @bug 8129579
26+
* @bug 8219579
2727
* @summary Test that signatures are properly parsed when verification of local
2828
* classes is requested but verification of remote classes is not.
2929
* @compile BadSignatures.jcod
@@ -33,7 +33,7 @@
3333
public class TestSigParse {
3434

3535
public static void main(String args[]) throws Throwable {
36-
System.out.println("Regression test for bug 819579");
36+
System.out.println("Regression test for bug 8219579");
3737

3838
// Test a FieldRef with a bad signature.
3939
try {

0 commit comments

Comments
 (0)