hotspot/test/runtime/Unsafe/GetUncompressedObject.java
changeset 36851 03e2f4d0a421
parent 30604 b8d532cb6420
child 38152 80e5da81fb2c
equal deleted inserted replaced
36850:ada6dcfa50dc 36851:03e2f4d0a421
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /* @test
    25  * @bug 8022853
    25  * @bug 8022853
    26  * @library /testlibrary
    26  * @library /testlibrary
    27  * @modules java.base/sun.misc
    27  * @modules java.base/jdk.internal.misc
    28  * @build jdk.test.lib.*
    28  * @build jdk.test.lib.*
    29  * @run main GetUncompressedObject
    29  * @run main GetUncompressedObject
    30  */
    30  */
    31 
    31 
    32 import static jdk.test.lib.Asserts.*;
    32 import static jdk.test.lib.Asserts.*;