From 3e5ef4867fe60ab4e16244a32150e2f0dfa1cf5a Mon Sep 17 00:00:00 2001 From: Amy Lu Date: Wed, 21 Sep 2016 08:55:47 +0800 Subject: [PATCH] 8166248: tools/pack200/Pack200Test.java fails on Win32: Could not reserve enough space Reviewed-by: ksrini --- jdk/test/tools/pack200/Pack200Test.java | 1 + 1 file changed, 1 insertion(+) diff --git a/jdk/test/tools/pack200/Pack200Test.java b/jdk/test/tools/pack200/Pack200Test.java index 5c50da1e503..0c18de51899 100644 --- a/jdk/test/tools/pack200/Pack200Test.java +++ b/jdk/test/tools/pack200/Pack200Test.java @@ -24,6 +24,7 @@ /* * @test * @bug 6521334 6712743 8007902 8151901 + * @requires (sun.arch.data.model == "64" & os.maxMemory >= 4g) * @summary test general packer/unpacker functionality * using native and java unpackers * @compile -XDignore.symbol.file Utils.java Pack200Test.java