Objects are promoted after surviving multiple Minor GCs.
In a generational garbage collector, when an object in the Young Generation survives several Minor GCs, it is promoted to the Old Generation. This is because surviving multiple collections suggests that the object might have a longer lifespan.