comparison src/share/vm/runtime/handles.inline.hpp @ 6198:24b9c7f4cae6

Merge
author coleenp
date Mon, 02 Jul 2012 13:11:28 -0400
parents d2a62e0f25eb
children da91efe96a93
comparison
equal deleted inserted replaced
6195:bcffa4c5eef6 6198:24b9c7f4cae6
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