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