From 3eb4896664ea76614ba8d0299ac8bb657d0692c7 Mon Sep 17 00:00:00 2001 From: Amy Lu Date: Tue, 12 Apr 2016 09:54:55 +0800 Subject: [PATCH] 8154031: Mark tools/pack200/BandIntegrity.java as intermittently failing Reviewed-by: darcy --- jdk/test/tools/pack200/BandIntegrity.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jdk/test/tools/pack200/BandIntegrity.java b/jdk/test/tools/pack200/BandIntegrity.java index 2a59f3b8c13..3aa65ff07f4 100644 --- a/jdk/test/tools/pack200/BandIntegrity.java +++ b/jdk/test/tools/pack200/BandIntegrity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 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 @@ -26,6 +26,7 @@ * @summary test ensures the proper sequencing of bands, dump bands as well. * @compile -XDignore.symbol.file Utils.java BandIntegrity.java * @run main BandIntegrity + * @key intermittent * @author ksrini */ import java.io.File;