JVMTI spec: jvmtiStartFunction should be passed jvmtiEnv* and JNIEnv*

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 5.0
    • Affects Version/s: 5.0
    • Component/s: hotspot
    • None
    • tiger
    • generic
    • generic

      All JVMTI events have been changed to pass jvmtiEnv* and in most cases JNIEnv*.
      The new agent thread start callback needs these too.

      The JVMTI environment is critical information in a multiple agent situation.
      The JNI environment is needed to perform JNI operations.

      Lack of the JNI parameter in the analogous JVMDI callback has been a
      maintenance issue for some time. This is the opertunity to address
      this problem at its source. See bugs 4432884 and 4657650.

            Assignee:
            Robert Field (Inactive)
            Reporter:
            Robert Field (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: