langtools/test/jdk/javadoc/tool/QuietOption.java
changeset 36526 3b41f1c69604
parent 35426 374342e56a56
--- a/langtools/test/jdk/javadoc/tool/QuietOption.java	Tue Mar 15 13:48:30 2016 -0700
+++ b/langtools/test/jdk/javadoc/tool/QuietOption.java	Thu Mar 17 19:04:28 2016 +0000
@@ -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
@@ -61,7 +61,6 @@
     // make sure javadoc is quiet
     void run1() throws Exception {
         List<String> output = doTest(javadoc.getPath(),
-                "-J-Xbootclasspath:" + System.getProperty("sun.boot.class.path"),
                 "-classpath", ".", // insulates us from ambient classpath
                 "-quiet",
                 new File(testSrc, thisClassName + ".java").getPath());
@@ -75,7 +74,6 @@
     // make sure javadoc is chatty
     void run2() throws Exception {
         List<String> output = doTest(javadoc.getPath(),
-                "-J-Xbootclasspath:" + System.getProperty("sun.boot.class.path"),
                 "-classpath", ".", // insulates us from ambient classpath
                 new File(testSrc, thisClassName + ".java").getPath());