-
Enhancement
-
Resolution: Fixed
-
P4
-
21
-
b02
AccessFlags uses a mechanism to pass flags from parsing methods to set in access flags in InstanceKlass. There's only one flag: JVM_ACC_HAS_LOCAL_VARIABLE_TABLE that uses this. Other flags passed up to InstanceKlass simply pass boolean return values.
The change is to pass this as a boolean return value also, and set it in InstanceKlassMiscStatus flags. This is part of the work to make AccessFlags only be ones found in the class file, and use internal JVM status flags for JVM internal status.
The change is to pass this as a boolean return value also, and set it in InstanceKlassMiscStatus flags. This is part of the work to make AccessFlags only be ones found in the class file, and use internal JVM status flags for JVM internal status.
- relates to
-
JDK-8298794 Remove JVM_ACC_PROMOTED_FLAGS breaks minimal build
-
- Resolved
-
-
JDK-8293118 AccessFlags should be just the classfile flags
-
- Closed
-