hotspot/test/runtime/memory/ReserveMemory.java
changeset 28190 5a6b07edeb21
parent 25958 8dc85547d6d6
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    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 /testlibrary/whitebox
    29  * @library /testlibrary /../../test/lib
    30  * @build ReserveMemory
    30  * @build ReserveMemory
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  * @run main ReserveMemory
    33  * @run main ReserveMemory
    34  */
    34  */