Other |
---|
tbdResolved |
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-8295964 :
|
|
JDK-8300682 :
|
|
JDK-8306123 :
|
|
JDK-8306310 :
|
|
JDK-8306474 :
|
|
JDK-8306482 :
|
|
JDK-8306851 :
|
|
JDK-8307295 :
|
The accessFlags in field, method and klass should be only the ones that javac puts in the classfile. JVM state should be separated out to other flag or status bits, depending on whether they are read-only or, in the case of status flags, read-write. The read-write flags should be written atomically. Adding flags to accessFlags for valhalla and other new projects in Amber, have exposed the need to fix this area of technical debt.
|