- Loading...
A bound method handle is a small struct containing one or more saved argument values, plus a target method handle which will eventually receive those arguments.
The file BoundMethodHandle.java contains a framework for generating these small structs, one subclass per basic type.