Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8361417

JVMCI getModifiers incorrect for inner classes

XMLWordPrintable

      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.

            dnsimon Douglas Simon
            dnsimon Douglas Simon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: