The result of ResolvedJavaType.getModifiers should be the same as Class.getModifiers. This is currently not the case for inner classes. Instead, the value is derived from Klass:_access_flags where as it should be derived from the InnerClasses attribute.
- links to
-
Review(master) openjdk/jdk/26135