Libraryless. Click here for Pure Java version (762L/6K/22K).
1 | !747 |
2 | |
3 | m {
|
4 | p {
|
5 | while (true) {
|
6 | if (countPreSpunVMs() == 0) {
|
7 | startPreSpunVM(); |
8 | while (countPreSpunVMs() == 0) sleep(500); |
9 | } |
10 | sleep(1000); |
11 | } |
12 | } |
13 | } |
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, dhtvkmknsjym, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt
| ID | Author/Program | Comment | Date |
|---|---|---|---|
| 1133 | stefan | Yeah the logic is kinda rough... but it should actually work, and nothing breaks if it doesn't. :) | 2015-10-17 18:59:25 |
| Snippet ID: | #1001379 |
| Snippet name: | Always keep a pre-spun VM around |
| Eternal ID of this version: | #1001379/1 |
| Text MD5: | 8cef02571f08ea43cdac9fa14c9a9a15 |
| Transpilation MD5: | 561bbc03987b266388a0a876c08a31e3 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-10-17 18:59:28 |
| Source code size: | 198 bytes / 13 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 1173 / 1470 |
| Referenced in: | [show references] |