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

4
LINES

< > BotCompany Repo | #1013406 // timeToNextRegularGC - should return -1 if none scheduled

JavaX fragment (include)

static long timeToNextRegularGC() {
  long next = nextRegularGC();
  ret next <= 0 ? -1 : max(nextRegularGC()-now(), 0);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1013406
Snippet name: timeToNextRegularGC - should return -1 if none scheduled
Eternal ID of this version: #1013406/2
Text MD5: badf78fa3554cbb4527e13a76c77cb4b
Author: stefan
Category: javax / monitoring
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-05 02:08:19
Source code size: 125 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 310 / 341
Version history: 1 change(s)
Referenced in: [show references]