File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/hotspot/jtreg/runtime/verifier Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
23
23
24
24
/*
25
25
* @test
26
- * @bug 8129579
26
+ * @bug 8219579
27
27
* @summary Test that signatures are properly parsed when verification of local
28
28
* classes is requested but verification of remote classes is not.
29
29
* @compile BadSignatures.jcod
33
33
public class TestSigParse {
34
34
35
35
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 " );
37
37
38
38
// Test a FieldRef with a bad signature.
39
39
try {
You can’t perform that action at this time.
0 commit comments