comparison test/runtime/LoadClass/LoadClassNegative.java @ 14387:303f79ab8e3d

Merge
author anoll
date Sun, 26 Jan 2014 23:01:57 -0800
parents 2e96b2d61686
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14386:11985e4d4255 14387:303f79ab8e3d
1 /* 1 /*
2 * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2013, 2014, 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 8028095
26 * @test 25 * @test
27 * @key regression 26 * @key regression
28 * @bug 8020675 27 * @bug 8020675
29 * @summary make sure there is no fatal error if a class is loaded from an invalid jar file which is in the bootclasspath 28 * @summary make sure there is no fatal error if a class is loaded from an invalid jar file which is in the bootclasspath
30 * @library /testlibrary 29 * @library /testlibrary