hotspot/test/runtime/memory/ReserveMemory.java
changeset 33730 30e064828045
parent 31789 c8c579616fc8
child 36851 03e2f4d0a421
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @key regression
    26  * @key regression
    27  * @bug 8012015
    27  * @bug 8012015
    28  * @summary Make sure reserved (but uncommitted) memory is not accessible
    28  * @summary Make sure reserved (but uncommitted) memory is not accessible
    29  * @library /testlibrary /../../test/lib
    29  * @library /testlibrary /test/lib
    30  * @modules java.base/sun.misc
    30  * @modules java.base/sun.misc
    31  *          java.management
    31  *          java.management
    32  * @build ReserveMemory
    32  * @build ReserveMemory
    33  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    34  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    34  *                              sun.hotspot.WhiteBox$WhiteBoxPermission