Searched refs:HOTSPOT (Results 1 – 5 of 5) sorted by relevance
36 public static final String HOTSPOT = "Java HotSpot"; field in PlatformDescription44 public static final String SUN = HOTSPOT;
60 if(JVM_NAME.startsWith(HOTSPOT) || PlatformDescription.isThisJVM(OPENJDK)) { in newInstantiatorOf()
58 if(PlatformDescription.isThisJVM(HOTSPOT) || PlatformDescription.isThisJVM(OPENJDK)) { in newInstantiatorOf()
34 PlatformDescription.isThisJVM(PlatformDescription.HOTSPOT); in isJvmName()
36 PlatformDescription.isThisJVM(PlatformDescription.HOTSPOT) || in before()