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