--- old/test/runtime/SharedArchiveFile/LargeSharedSpace.java 2017-04-25 16:28:56.125553802 -0700 +++ new/test/runtime/SharedArchiveFile/LargeSharedSpace.java 2017-04-25 16:28:56.061553804 -0700 @@ -26,6 +26,7 @@ * @bug 8168790 8169870 * @summary Test CDS dumping using specific space size without crashing. * The space size used in the test might not be suitable on windows. + * @requires (vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true) * @requires (os.family != "windows") * @library /test/lib * @modules java.base/jdk.internal.misc