comparison src/share/vm/runtime/handles.inline.hpp @ 6197:d2a62e0f25eb

6995781: Native Memory Tracking (Phase 1) 7151532: DCmd for hotspot native memory tracking Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd Reviewed-by: acorn, coleenp, fparain
author zgu
date Thu, 28 Jun 2012 17:03:16 -0400
parents f08d439fab8c
children da91efe96a93
comparison
equal deleted inserted replaced
6174:74533f63b116 6197:d2a62e0f25eb
83 } 83 }
84 // Roll back arena to saved top markers 84 // Roll back arena to saved top markers
85 area->_chunk = _chunk; 85 area->_chunk = _chunk;
86 area->_hwm = _hwm; 86 area->_hwm = _hwm;
87 area->_max = _max; 87 area->_max = _max;
88 NOT_PRODUCT(area->set_size_in_bytes(_size_in_bytes);) 88 area->set_size_in_bytes(_size_in_bytes);
89 debug_only(area->_handle_mark_nesting--); 89 debug_only(area->_handle_mark_nesting--);
90 } 90 }
91 91
92 #endif // SHARE_VM_RUNTIME_HANDLES_INLINE_HPP 92 #endif // SHARE_VM_RUNTIME_HANDLES_INLINE_HPP