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

/openjdk7/hotspot/src/share/vm/code/
H A DoopRecorder.cpp87 int OopRecorder::add_handle(jobject h, bool make_findable) { argument
95 assert(!(make_findable && !is_real_jobject(h)), "nulls are not findable");
96 if (make_findable) {

Completed in 28 milliseconds