# HG changeset patch # User hseigel # Date 1574362461 0 # Node ID 8a24f1e73c0df0764c6450518a68f37d9200e581 # Parent 7a3218ad8e7c41a991dbe34b68ecddd0a4fc7960 8234058: runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr Summary: Don't run test on Windows because ASLR can cause unexpected memory addresses Reviewed-by: coleenp diff -r 7a3218ad8e7c -r 8a24f1e73c0d test/hotspot/jtreg/runtime/CompressedOops/CompressedClassPointers.java --- a/test/hotspot/jtreg/runtime/CompressedOops/CompressedClassPointers.java Thu Nov 21 17:04:27 2019 +0000 +++ b/test/hotspot/jtreg/runtime/CompressedOops/CompressedClassPointers.java Thu Nov 21 18:54:21 2019 +0000 @@ -25,7 +25,7 @@ * @test * @bug 8024927 * @summary Testing address of compressed class pointer space as best as possible. - * @requires vm.bits == 64 & vm.opt.final.UseCompressedOops == true + * @requires vm.bits == 64 & vm.opt.final.UseCompressedOops == true & os.family != "windows" * @library /test/lib * @modules java.base/jdk.internal.misc * java.management