comparison src/share/vm/runtime/handles.inline.hpp @ 6275:957c266d8bc5

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Aug 2012 10:39:19 +0200
parents d2a62e0f25eb
children da91efe96a93
comparison
equal deleted inserted replaced
5891:fd8832ae511d 6275:957c266d8bc5
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