From 6f3a3576142949a2efc68dfd34c259682b3027bc Mon Sep 17 00:00:00 2001 From: Amy Lu Date: Fri, 8 Jan 2016 13:06:29 +0800 Subject: [PATCH] 8146587: Mark tools/pack200/Pack200Test.java as intermittently failing Reviewed-by: darcy --- jdk/test/tools/pack200/Pack200Test.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jdk/test/tools/pack200/Pack200Test.java b/jdk/test/tools/pack200/Pack200Test.java index 3b1e5ca86b3..9298e9723a8 100644 --- a/jdk/test/tools/pack200/Pack200Test.java +++ b/jdk/test/tools/pack200/Pack200Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -31,6 +31,7 @@ import java.util.jar.*; /* * @test * @bug 6521334 6712743 8007902 + * @key intermittent * @summary check for memory leaks, test general packer/unpacker functionality\ * using native and java unpackers * @compile -XDignore.symbol.file Utils.java Pack200Test.java