Searched defs:post_field_access_by_jni (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/prims/ |
H A D | jvmtiExport.cpp | 1414 // to create handles in post_field_access_by_jni(). 1415 post_field_access_by_jni(thread, obj, klass, fieldID, is_static); 1427 // allow us to create handles in post_field_access_by_jni(). We 1430 post_field_access_by_jni(thread, obj, klass, fieldID, is_static); 1437 void JvmtiExport::post_field_access_by_jni(JavaThread *thread, oop obj, function in class:JvmtiExport 1448 assert(valid_fieldID == true,"post_field_access_by_jni called with invalid fieldID");
|
Completed in 110 milliseconds