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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp512 static int _checkcast_array_copy_ctr; // Slow-path oop array copy, with cast member in class:SharedRuntime
H A DsharedRuntime.cpp176 int SharedRuntime::_checkcast_array_copy_ctr=0; member in class:SharedRuntime
1925 if( _checkcast_array_copy_ctr ) tty->print_cr("%5d checkcast array copies", _checkcast_array_copy_ctr );

Completed in 40 milliseconds