Port to Java
Codetoil opened this issue ยท 6 comments
Codetoil commented
Speykious commented
oh no
Codetoil commented
Second Reason: I am a Java Programmer.
5GameMaker commented
@NotNull String hi = null;
TudbuT commented
import sun.misc.Unsafe;
Codestech1 commented
Simply put
while (true) System.gc();
into your code.
TudbuT commented
Simply put
while (true) System.gc();
into your code.
the funny thing is
this is actually safe, but still worse than doing something unsafe because it will keep pausing the jvm on all threads indefinitely, meaning it will do nothing else in any thread ever again