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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp86 //--------------------------------sync_jvms-----------------------------------
88 JVMState* GraphKit::sync_jvms() const { function in class:GraphKit
220 sync_jvms();
302 JVMState* jvms = sync_jvms();
842 JVMState* youngest_jvms = should_reexecute ? sync_jvms_for_reexecute() : sync_jvms();
844 // NOTE: set_bci (called from sync_jvms) might reset the reexecute bit to
2873 flock->create_lock_counter(sync_jvms()); // sync_jvms used to get current bci

Completed in 37 milliseconds