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

[Lworld] VM throws incorrect java.lang.IllegalAccessError on withfield operation within the same nest

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • repo-valhalla
    • repo-valhalla
    • hotspot
    • generic
    • generic

      JVMS 4.b reads under linking exceptions for WithField:

      The field must be final, it must be declared in the current value class, and the
      instruction must occur in a method of the current value class. Otherwise,
      an IllegalAccessError is thrown.

      According to John Rose, this is overly restrictive: "the intention has always been that withfield is a private op. That means nestmates. It’s a VM bug and maybe a spec bug also if withfield works only on the same class. Please, align with the rest of the nestmates work ASAP." and

      " The spec. saying “same class” doesn’t know it’s now doing something unusual; private members always used to say “same class” but now the spec. has evolved to talk about nests."

            hseigel Harold Seigel (Inactive)
            sadayapalam Srikanth Adayapalam (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: