comparison test/runtime/LoadClass/LoadClassNegative.java @ 14247:2e96b2d61686

8031530: [TESTBUG] Enable test runtime/LoadClass/LoadClassNegative.java Summary: Re-enabled the test. The issue that prevents this test from running was fixed by 8020675 Reviewed-by: sla, ccheung
author zgu
date Mon, 13 Jan 2014 10:05:37 -0500
parents e567d5afd4dd
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14246:afa21611f918 14247:2e96b2d61686
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