8036010: hs: Some jtreg tests use hard coded ports
authorsla
Fri, 28 Feb 2014 14:30:25 +0400
changeset 23177 64c6f0238672
parent 23176 d3073ac441cc
child 23178 e7bdf3ea2a34
8036010: hs: Some jtreg tests use hard coded ports Summary: bind to an ephemeral port Reviewed-by: jbachorik, sla
hotspot/test/runtime/6294277/SourceDebugExtension.java
--- a/hotspot/test/runtime/6294277/SourceDebugExtension.java	Wed Feb 26 15:20:41 2014 -0800
+++ b/hotspot/test/runtime/6294277/SourceDebugExtension.java	Fri Feb 28 14:30:25 2014 +0400
@@ -25,7 +25,7 @@
  * @test
  * @bug 6294277
  * @summary java -Xdebug crashes on SourceDebugExtension attribute larger than 64K
- * @run main/othervm -Xdebug -Xrunjdwp:transport=dt_socket,address=8888,server=y,suspend=n SourceDebugExtension
+ * @run main/othervm -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n SourceDebugExtension
  */
 import java.io.*;