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

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 5.0
    • 5.0
    • 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.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: