Libraryless. Click here for Pure Java version (4699L/26K).
1 | static bool autoVMExit_debug; |
2 | |
3 | static synchronized void autoVMExit() {
|
4 | if (!_inCore() && hasMethod(getJavaX(), "autoVMExit")) {
|
5 | if (autoVMExit_debug) |
6 | print("autoVMExit -> core");
|
7 | call(getJavaX(), "autoVMExit"); // do it centrally |
8 | } else |
9 | AutoVMExit.install(); |
10 | } |
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: | 672 / 1864 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |