Searched refs:vmRuntime (Results 1 – 1 of 1) sorted by relevance
130 VMRuntime vmRuntime = VMRuntime.getRuntime(); in handleHELO() local132 vmRuntime.is64Bit() ? "64-bit" : "32-bit"; in handleHELO()133 String vmInstructionSet = vmRuntime.vmInstructionSet(); in handleHELO()138 + (vmRuntime.isCheckJniEnabled() ? "true" : "false"); in handleHELO()