Other |
---|
tbdUnresolved |
Relates :
|
|
Relates :
|
The non-static final fields declared in a hidden class are not modifiable even through reflection [1]. They are trusted non-static final fields that can be optimized by JIT. Need a regression test for that. [1] https://download.java.net/java/early_access/jdk15/docs/api/java.base/java/lang/reflect/Field.html#set(java.lang.Object,java.lang.Object)