langtools/test/tools/javadoc/6942366/T6942366.java
changeset 27579 d1a63c99cdd5
parent 7332 3e90e60e4ce8
child 30730 d3ce7619db2c
--- a/langtools/test/tools/javadoc/6942366/T6942366.java	Tue Nov 18 15:25:18 2014 -0800
+++ b/langtools/test/tools/javadoc/6942366/T6942366.java	Wed Dec 03 14:25:46 2014 +0000
@@ -76,14 +76,6 @@
             args.add(".");
         }
 
-        // use a very simple bootclasspath to avoid stuff jtreg might have put on path
-        File javaHome = new File(System.getProperty("java.home"));
-        File rt_jar = new File(javaHome, "lib/rt.jar");
-        if (!rt_jar.exists())
-            throw new Exception("rt.jar not found");
-        args.add("-bootclasspath");
-        args.add(rt_jar.getPath());
-
         args.add(new File(testSrc, "Test.java").getPath());
         System.out.println("javadoc: " + args);