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

10
LINES

< > BotCompany Repo | #1007192 // autoVMExit (core version)

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4699L/26K).

static bool autoVMExit_debug;

static synchronized void autoVMExit() {
  if (!_inCore() && hasMethod(getJavaX(), "autoVMExit")) {
    if (autoVMExit_debug)
      print("autoVMExit -> core");
    call(getJavaX(), "autoVMExit"); // do it centrally
  } else
    AutoVMExit.install();
}

Author comment

Began life as a copy of #1003466

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1007192
Snippet name: autoVMExit (core version)
Eternal ID of this version: #1007192/4
Text MD5: 563594bf5ff1a0aeb191fe09a0ed42c4
Transpilation MD5: 583cc645aae88dd38620161521cbe89b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-05 05:11:17
Source code size: 291 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 340 / 1458
Version history: 3 change(s)
Referenced in: [show references]