Did you check if the JVM really did do instantiati...
# random
n
Did you check if the JVM really did do instantiations? HotSpot’s escape analysis might have been able to replace the heap instantiations used by the operators into slots on the call stack.
e
honestly no