hotspot/test/runtime/Unsafe/AllocateMemory.java
changeset 36851 03e2f4d0a421
parent 35922 64f3032d733c
child 38152 80e5da81fb2c
equal deleted inserted replaced
36850:ada6dcfa50dc 36851:03e2f4d0a421
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @requires vm.compMode != "Xcomp"
    26  * @requires vm.compMode != "Xcomp"
    27  * @summary Verifies behaviour of Unsafe.allocateMemory
    27  * @summary Verifies behaviour of Unsafe.allocateMemory
    28  * @library /testlibrary
    28  * @library /testlibrary
    29  * @modules java.base/sun.misc
    29  * @modules java.base/jdk.internal.misc
    30  *          java.management
    30  *          java.management
    31  * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:MallocMaxTestWords=100m AllocateMemory
    31  * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:MallocMaxTestWords=100m AllocateMemory
    32  */
    32  */
    33 
    33 
    34 import jdk.test.lib.*;
    34 import jdk.test.lib.*;