test/hotspot/jtreg/runtime/appcds/cacheObject/RangeNotWithinHeap.java
changeset 48469 7312ae4465d6
parent 48138 78b2ecdd3c4b
child 49008 d777541fceba
equal deleted inserted replaced
48468:7cc7de9bf4a4 48469:7312ae4465d6
    26  * @test
    26  * @test
    27  * @summary Shared classes can still be used when archived heap regions cannot be
    27  * @summary Shared classes can still be used when archived heap regions cannot be
    28  *          mapped due to out of range, and -Xshare:on should not fail. Test on
    28  *          mapped due to out of range, and -Xshare:on should not fail. Test on
    29  *          linux 64-bit only since the HeapBaseMinAddress value is platform specific.
    29  *          linux 64-bit only since the HeapBaseMinAddress value is platform specific.
    30  *          The value used in the test may cause different behavior on other platforms.
    30  *          The value used in the test may cause different behavior on other platforms.
    31  * @requires (vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true)
    31  * @requires vm.cds
    32  * @requires (os.family == "linux") & (os.arch == "amd64") & (sun.arch.data.model == "64")
    32  * @requires (os.family == "linux") & (os.arch == "amd64") & (sun.arch.data.model == "64")
    33  * @requires (vm.gc=="null")
    33  * @requires (vm.gc=="null")
    34  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
    34  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
    35  * @modules java.base/jdk.internal.misc
    35  * @modules java.base/jdk.internal.misc
    36  * @modules java.management
    36  * @modules java.management