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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp498 static int _throw_null_ctr; // throwing a null-pointer exception member in class:SharedRuntime
H A DsharedRuntime.cpp145 int SharedRuntime::_throw_null_ctr = 0; member in class:SharedRuntime
1889 if (_throw_null_ctr) tty->print_cr("%5d implicit null throw", _throw_null_ctr);

Completed in 4826 milliseconds