Constant Pool Resolution
All references to String's, methods, fields, and (most) constants are done through constant pool
References are initially symbolic
References are "snapped" the first time an instruction is executed
Causes new classes to be loaded as necessary

Return to Tracks