Searched refs:do_patch (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp972 // depending on the code below, do_patch says whether to copy the patch body back into the nmethod
973 bool do_patch = true; variable
988 do_patch = (code != Bytecodes::_getstatic && code != Bytecodes::_putstatic) ||
992 assert(do_patch == true, "initialization must be complete at this point");
1034 if (do_patch) {

Completed in 25 milliseconds