Searched defs:post_field_modification_by_jni (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/prims/ |
H A D | jvmtiExport.cpp | 1509 // to create handles in post_field_modification_by_jni(). 1510 post_field_modification_by_jni(thread, obj, klass, fieldID, is_static, sig_type, value); 1523 // allow us to create handles in post_field_modification_by_jni(). We 1526 post_field_modification_by_jni(thread, obj, klass, fieldID, is_static, sig_type, value); 1533 void JvmtiExport::post_field_modification_by_jni(JavaThread *thread, oop obj, function in class:JvmtiExport 1545 assert(valid_fieldID == true,"post_field_modification_by_jni called with invalid fieldID");
|
Completed in 32 milliseconds