Searched refs:vmRuntime (Results 1 – 1 of 1) sorted by relevance
134 VMRuntime vmRuntime = VMRuntime.getRuntime(); in handleHELO() local136 vmRuntime.is64Bit() ? "64-bit" : "32-bit"; in handleHELO()137 String vmInstructionSet = vmRuntime.vmInstructionSet(); in handleHELO()142 + (vmRuntime.isCheckJniEnabled() ? "true" : "false"); in handleHELO()143 boolean isNativeDebuggable = vmRuntime.isNativeDebuggable(); in handleHELO()