hotspot/test/runtime/Unsafe/ThrowException.java
changeset 36851 03e2f4d0a421
parent 30604 b8d532cb6420
child 38152 80e5da81fb2c
equal deleted inserted replaced
36850:ada6dcfa50dc 36851:03e2f4d0a421
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @summary Verify that throwException() can throw an exception
    26  * @summary Verify that throwException() can throw an exception
    27  * @library /testlibrary
    27  * @library /testlibrary
    28  * @modules java.base/sun.misc
    28  * @modules java.base/jdk.internal.misc
    29  *          java.management
    29  *          java.management
    30  * @run main ThrowException
    30  * @run main ThrowException
    31  */
    31  */
    32 
    32 
    33 import jdk.test.lib.*;
    33 import jdk.test.lib.*;