We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42fd0a commit c240356Copy full SHA for c240356
jdk/test/java/net/BindException/Test.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -24,6 +24,7 @@
24
25
* @test
26
* @bug 4417734
27
+ * @key intermittent
28
* @summary Test that we get a BindException in all expected combinations
29
*/
30
import java.net.*;
0 commit comments