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

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp1549 int tstate1 = trap_state_set_recompiled(tstate0, true); local
1550 if (tstate1 != tstate0)
1551 pdata->set_trap_state(tstate1);
1641 int tstate1 = tstate0; local
1643 tstate1 = trap_state_add_reason(tstate1, per_bc_reason);
1645 if (tstate1 != tstate0)
1646 pdata->set_trap_state(tstate1);

Completed in 25 milliseconds