-
Enhancement
-
Resolution: Fixed
-
P4
-
20
-
None
Before JDK-8291360, HotSpot did not expose the raw modifier bits of a class and returned processed bits to the Java side of core reflection. The processing included clearing out the ACC_SUPER bit of a class. Now that ACC_SUPER information is available, the Class.accessFlags (JDK-8266670) should return it.
- is blocked by
-
JDK-8291360 Create entry points to expose low-level class file information
-
- Resolved
-
- relates to
-
JDK-8266670 Better modeling of access flags in core reflection
-
- Resolved
-
- links to
-
Commit openjdk/jdk/68af7c13
-
Review(master) openjdk/jdk/9799