equal
deleted
inserted
replaced
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.*; |