test/tools/javap/T6587786.java

changeset 3587
5e864878da06
parent 554
9d9f26857129
child 3605
a99514957ec1
equal deleted inserted replaced
3584:f1dca2ed2b08 3587:5e864878da06
1 /* 1 /*
2 * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @ignore until JDK-8195589 is fixed
26 *
25 * @test 27 * @test
26 * @bug 6587786 28 * @bug 6587786
27 * @summary Javap throws error : "ERROR:Could not find <classname>" for JRE classes 29 * @summary Javap throws error : "ERROR:Could not find <classname>" for JRE classes
28 */ 30 */
29 31

mercurial