Searched defs:_wrong_method_ctr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp500 static int _wrong_method_ctr; member in class:SharedRuntime
H A DsharedRuntime.cpp139 int SharedRuntime::_wrong_method_ctr = 0; member in class:SharedRuntime
1622 Atomic::inc(&_wrong_method_ctr);
1910 tty->print_cr("%5d wrong method", _wrong_method_ctr );

Completed in 55 milliseconds