Hacker News new | ask | show | jobs
by liljimmytables 4846 days ago
> garbage collection pauses

AFAIK, mark-and-sweep GC was removed from the JVM years ago (except on Android, where Dalvik used it until 2.something). I can't help with the rest of your post though.