1 | static S fullVMArguments() { |
2 | S name = javaVmName(); |
3 | ret (contains(name, "Server") ? "-server " |
4 | : contains(name, "Client") ? "-client " : "") |
5 | + joinWithSpace(vmArguments()); |
6 | } |
Began life as a copy of #1008036
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1008709 |
Snippet name: | fullVMArguments - make an effort to reconstruct all arguments this VM was started with |
Eternal ID of this version: | #1008709/6 |
Text MD5: | 29133156d93889d10cf484e7ad279053 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-05-29 14:54:00 |
Source code size: | 191 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 562 / 618 |
Version history: | 5 change(s) |
Referenced in: | [show references] |