JDK 20 |
---|
20 b11Fixed |
Blocks :
|
|
Relates :
|
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.
|