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

Call<TYPE>Method_entry(_return) probes are not fired in case -Xcheck:jni flag is used.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • tbd
    • ceres, 6
    • hotspot
    • None
    • svc
    • generic, sparc
    • generic, solaris_10

      Call<TYPE>Method_entry(_return)
      CallNonvirtual<TYPE>Method_entry(_return)
      CallStatic<TYPE>Method_entry(_return)
      NewObject_entry(_return)

      probes are not fired in case java is invoked with -Xcheck:jni flag.

      The reason is because checked_jni_<METHOD_NAME> methods call
      unchecked <METHOD_NAME>V methods.

      So, this means that
      Call<TYPE>MethodV_entry(_return)
      CallNonvirtual<TYPE>MethodV_entry(_return)
      CallStatic<TYPE>MethodV_entry(_return)
      NewObjectV_entry(_return)

      will be fired.

      ###@###.### 2005-07-12 15:48:38 GMT
      ###@###.### 2005-07-12 15:58:41 GMT

            Unassigned Unassigned
            epavlova Ekaterina Pavlova
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: