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

JSR 292: the VM_RedefineClasses::append_entry() must support invokedynamic entry kinds

    XMLWordPrintable

Details

    • b18
    • generic
    • generic

    Backports

      Description

        The RedefineClasses merges constant pools in the VM_RedefineClasses::merge_constant_pools().
        If an entry in new version of the class does not match an entry in the old version, it is appended
        by the call to the append_entry() function.
        This function must also support the invokedynamic kinds of entries:
          JVM_CONSTANT_MethodType
          JVM_CONSTANT_MethodHandle
          JVM_CONSTANT_InvokeDynamic


        Attachments

          Issue Links

            Activity

              People

                sspitsyn Serguei Spitsyn
                sspitsyn Serguei Spitsyn
                Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: