hotspot/test/runtime/LoadClass/LoadClassNegative.java
changeset 29678 dd2f3932c21e
parent 22491 6dd74e9a4e68
child 30604 b8d532cb6420
equal deleted inserted replaced
29586:889895365eb9 29678:dd2f3932c21e
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2015, 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.
    25  * @test
    25  * @test
    26  * @key regression
    26  * @key regression
    27  * @bug 8020675
    27  * @bug 8020675
    28  * @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
    29  * @library /testlibrary
    29  * @library /testlibrary
       
    30  * @modules java.base/sun.misc
       
    31  *          java.management
    30  * @build TestForName
    32  * @build TestForName
    31  * @build LoadClassNegative
    33  * @build LoadClassNegative
    32  * @run main LoadClassNegative
    34  * @run main LoadClassNegative
    33  */
    35  */
    34 
    36