Blocks :
|
|
Blocks :
|
|
CSR :
|
|
Duplicate :
|
|
Relates :
|
Add a minimal set of bootstrap methods: - nullConstant: -- return a null for any reference type - enumConstant -- return an enum constant - getstatic -- fetch a static final field - invoke -- invoke a method handle with constant arguments - primitiveClass -- fetch the Class mirror for a primitive type - fieldVarHandle -- fetch a VarHandle for an instance field - staticFieldVarHandle -- fetch a VarHandle for a static field - arrayVarHandle -- fetch a VarHandle for an array
|