static Bool is64BitVM_bit; static bool is64BitVM() { if (is64BitVM_bit != null) ret is64BitVM_bit; ret is64BitVM_bit = eq("64", System.getProperty("sun.arch.data.model")); }