changeset 27940 | 1ce0acf58d6c |
parent 27565 | 729f9700483a |
child 28255 | ddb0157601ed |
--- a/jdk/test/tools/pack200/Pack200Test.java Mon Dec 08 07:15:49 2014 +0000 +++ b/jdk/test/tools/pack200/Pack200Test.java Mon Dec 08 07:51:59 2014 -0800 @@ -34,7 +34,7 @@ * @summary check for memory leaks, test general packer/unpacker functionality\ * using native and java unpackers * @compile -XDignore.symbol.file Utils.java Pack200Test.java - * @run main/othervm/timeout=1200 -Xmx512m Pack200Test + * @run main/othervm/timeout=1200 -Xmx1280m -Xshare:off Pack200Test * @author ksrini */