src/share/vm/services/lowMemoryDetector.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/services/lowMemoryDetector.cpp	Tue Apr 29 16:57:05 2014
--- new/src/share/vm/services/lowMemoryDetector.cpp	Tue Apr 29 16:57:05 2014

*** 351,361 **** --- 351,361 ---- //-------------------------------------------------------------- // Non-product code #ifndef PRODUCT void SensorInfo::print() { ! tty->print_cr("%s count = " SIZE_FORMAT " pending_triggers = %ld pending_clears = %ld", (_sensor_on ? "on" : "off"), _sensor_count, _pending_trigger_count, _pending_clear_count); } #endif // PRODUCT

src/share/vm/services/lowMemoryDetector.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File