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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp109 static int _throw_index_exception_count; member in class:Runtime1
H A Dc1_Runtime1.cpp118 int Runtime1::_throw_index_exception_count = 0; member in class:Runtime1
611 NOT_PRODUCT(_throw_index_exception_count++;)
1317 tty->print_cr(" _throw_index_exception_count: %d:", _throw_index_exception_count);

Completed in 33 milliseconds