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