Searched defs:get_field_modification_count_addr (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp331 address JvmtiExport::get_field_modification_count_addr() { function in class:JvmtiExport
1506 if (*((int *)get_field_modification_count_addr()) > 0 && thread->has_last_Java_frame()) {
1520 if (*((int *)get_field_modification_count_addr()) > 0 && thread->has_last_Java_frame()) {

Completed in 119 milliseconds