static boolean dumpJDK8BootClassPath()

in toolchains/DumpPlatformClassPath.java [75:79]


  static boolean dumpJDK8BootClassPath(Path output, Path targetJavabase) throws IOException {
    List<Path> bootClassPathJars = getBootClassPathJars(targetJavabase);
    writeClassPathJars(output, bootClassPathJars);
    return true;
  }