langtools/test/tools/sjavac/NoState.java
changeset 35356 e919fd8db52c
parent 34473 5f7202c2125d
child 36526 3b41f1c69604
--- a/langtools/test/tools/sjavac/NoState.java	Fri Jan 22 21:00:26 2016 +0100
+++ b/langtools/test/tools/sjavac/NoState.java	Sun Jan 24 11:32:38 2016 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 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
@@ -49,7 +49,6 @@
         tb.writeFile(GENSRC.resolve("pkg/A.java"), "package pkg; class A {}");
         Files.createDirectory(BIN);
         compile("-d", BIN.toString(),
-                "--server:portfile=testserver,background=false",
                 GENSRC + "/pkg/A.java");
 
         // Make sure file was compiled