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
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
- duplicates
-
JDK-6822210 60 dtrace tests fail
-
- Closed
-