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

/openjdk9/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp2272 juint bc_counter = 0; local
2282 bc_counter = counter | bc;
2289 bc_counter = (*bc_counter_addr & ~LSB_MASK); // clear LSB
2291 *bc_counter_addr = bc_counter + (1 << LSB_BITS);

Completed in 83 milliseconds