From bdcd62f03b4a994eaaf0619da52f59ee55f63f60 Mon Sep 17 00:00:00 2001 From: Amy Lu Date: Fri, 1 Apr 2016 09:14:05 +0800 Subject: [PATCH] Backport c240356dba403e2864b1c21f9133cbc19bb6cbcb --- jdk/test/java/net/BindException/Test.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jdk/test/java/net/BindException/Test.java b/jdk/test/java/net/BindException/Test.java index 03a7e83bdbb..ab13b083ffe 100644 --- a/jdk/test/java/net/BindException/Test.java +++ b/jdk/test/java/net/BindException/Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 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 @@ -24,6 +24,7 @@ /* * @test * @bug 4417734 + * @key intermittent * @summary Test that we get a BindException in all expected combinations */ import java.net.*;