The Escape of ArrayList.iterator()

from blog Psychosomatic, Lobotomy, Saw, | ↗ original
{This post assumes some familiarity with JMH. For more JMH related content start at the new and improved JMH Resources Page and branch out from there!} Escape Analysis was a much celebrated optimisation added to the JVM in Java 6u23: "Based on escape analysis, an object's escape state might be one of the following: GlobalEscape – An object...