Relates :
|
Constant fold loads from final instance fields in VM anonymous classes. Right now, the only exception are classes java.lang.invoke package. It can be extended to VM anonymous classes. They (1) are part of private API (sun.misc.Unsafe); and (2) can't be serialized, so there is no hacking of finals going on with them.