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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp515 static int _slow_array_copy_ctr; // Slow-path failed out to a method call member in class:SharedRuntime
H A DsharedRuntime.cpp179 int SharedRuntime::_slow_array_copy_ctr=0; member in class:SharedRuntime
1768 _slow_array_copy_ctr++;
1928 if( _slow_array_copy_ctr ) tty->print_cr("%5d slow array copies", _slow_array_copy_ctr );

Completed in 41 milliseconds