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

JVMCI getModifiers incorrect for inner classes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 26
    • hotspot

      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:
            2 Start watching this issue

              Created:
              Updated: