8166248: tools/pack200/Pack200Test.java fails on Win32: Could not reserve enough space
authoramlu
Wed, 21 Sep 2016 08:55:47 +0800
changeset 41104 165401a41a97
parent 41103 c0b875b35b1e
child 41105 52157c912fd9
8166248: tools/pack200/Pack200Test.java fails on Win32: Could not reserve enough space Reviewed-by: ksrini
jdk/test/tools/pack200/Pack200Test.java
--- a/jdk/test/tools/pack200/Pack200Test.java	Tue Sep 20 12:56:54 2016 +0300
+++ b/jdk/test/tools/pack200/Pack200Test.java	Wed Sep 21 08:55:47 2016 +0800
@@ -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