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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp514 static int _generic_array_copy_ctr; // Slow-path includes type decoding member in class:SharedRuntime
H A DsharedRuntime.cpp178 int SharedRuntime::_generic_array_copy_ctr=0; member in class:SharedRuntime
1927 if( _generic_array_copy_ctr ) tty->print_cr("%5d generic array copies", _generic_array_copy_ctr );

Completed in 41 milliseconds