Searched refs:isBootClassPathOnDiskMethod (Results 1 – 1 of 1) sorted by relevance
51 private static final Method isBootClassPathOnDiskMethod; field in Main.VMRuntime56 isBootClassPathOnDiskMethod = c.getDeclaredMethod("isBootClassPathOnDisk",67 return (boolean) isBootClassPathOnDiskMethod.invoke(null, instructionSet); in isBootClassPathOnDisk()