CompileCommand JVM option CompileCommand is another JVM option that you can play with in conjunction (or not) with the famous PrintAssembly. But there is more…| It’s All Relative
Most of the time we do new MyClass(), the runtime environment has to allocate storage for the instance in question. The textbook GC (memory manager) interface for allocation is very simple:| shipilev.net