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

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp1864 juint bc_counter = 0; local
1874 bc_counter = counter | bc;
1881 bc_counter = (*bc_counter_addr & ~LSB_MASK); // clear LSB
1883 *bc_counter_addr = bc_counter + (1 << LSB_BITS);

Completed in 37 milliseconds