static bool usePreSpunVMs() { ret eq("1", trim(loadProgramTextFile(#1005457, "enable-prespun-vms"))); } static void usePreSpunVMs(bool flag) { saveProgramTextFile(#1005457, "enable-prespun-vms", flag ? "1" : null); }
Began life as a copy of #1001127
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, hpgrupgrauku, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1005457 |
| Snippet name: | usePreSpunVMs - check/set global flag for enabling pre-spun VMs |
| Eternal ID of this version: | #1005457/3 |
| Text MD5: | 737faede88669d5e6f6eb87c74c70797 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-17 03:44:29 |
| Source code size: | 227 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 776 / 1706 |
| Version history: | 2 change(s) |
| Referenced in: | #1005457 - usePreSpunVMs - check/set global flag for enabling pre-spun VMs #1005806 - isOfflineMode - check global flag for offline mode #1006654 - Standard functions list 2 (LIVE, continuation of #761) |