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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp113 static int _throw_incompatible_class_change_error_count; member in class:Runtime1
H A Dc1_Runtime1.cpp122 int Runtime1::_throw_incompatible_class_change_error_count = 0; member in class:Runtime1
641 NOT_PRODUCT(_throw_incompatible_class_change_error_count++;)
1321 tty->print_cr(" _throw_incompatible_class_change_error_count: %d:", _throw_incompatible_class_change_error_count);

Completed in 33 milliseconds