src/share/vm/runtime/handles.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/handles.hpp	Wed Jan 15 01:42:29 2014
--- new/src/share/vm/runtime/handles.hpp	Wed Jan 15 01:42:29 2014

*** 265,275 **** --- 265,275 ---- // Handles are allocated in a (growable) thread local handle area. Deallocation // is managed using a HandleMark. It should normally not be necessary to use // HandleMarks manually. // // A HandleMark constructor will record the current handle area top, and the ! // desctructor will reset the top, destroying all handles allocated in between. ! // destructor will reset the top, destroying all handles allocated in between. // The following code will therefore NOT work: // // Handle h; // { // HandleMark hm;

src/share/vm/runtime/handles.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File