Searched refs:getCurrentInstructionSetMethod (Results 1 – 1 of 1) sorted by relevance
50 private static final Method getCurrentInstructionSetMethod; field in Main.VMRuntime55 getCurrentInstructionSetMethod = c.getDeclaredMethod("getCurrentInstructionSet");64 return (String) getCurrentInstructionSetMethod.invoke(null); in getCurrentInstructionSet()