Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1009432 // is64BitVM

JavaX fragment (include)

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"));
}

Author comment

Began life as a copy of #1009431

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jozkyjcghlvl, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1009432
Snippet name: is64BitVM
Eternal ID of this version: #1009432/2
Text MD5: 56bdc6f593c7d9d80f5675341a302db4
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-01 04:31:04
Source code size: 183 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 436 / 466
Version history: 1 change(s)
Referenced in: [show references]