hotspot/test/runtime/Unsafe/GetField.java
changeset 29678 dd2f3932c21e
parent 28732 d4b650e48a8f
child 30604 b8d532cb6420
equal deleted inserted replaced
29586:889895365eb9 29678:dd2f3932c21e
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @summary Verifies behaviour of Unsafe.getField
    26  * @summary Verifies behaviour of Unsafe.getField
    27  * @library /testlibrary
    27  * @library /testlibrary
       
    28  * @modules java.base/sun.misc
       
    29  *          java.management
    28  * @run main GetField
    30  * @run main GetField
    29  */
    31  */
    30 
    32 
    31 import com.oracle.java.testlibrary.*;
    33 import com.oracle.java.testlibrary.*;
    32 import sun.misc.Unsafe;
    34 import sun.misc.Unsafe;