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(); }
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: | 421 / 1560 |
Version history: | 3 change(s) |
Referenced in: | #1001638 - x30.java (JavaX) - packaged by #1001639 #1024219 - x30.java (JavaX) backup with JTextArea #1033806 - AutoVMExit |