src/share/vm/services/diagnosticArgument.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 80060074 Cdiff src/share/vm/services/diagnosticArgument.hpp

src/share/vm/services/diagnosticArgument.hpp

Print this page

        

*** 51,61 **** return _array; } ~StringArrayArgument() { for (int i=0; i<_array->length(); i++) { if(_array->at(i) != NULL) { // Safety check ! FREE_C_HEAP_ARRAY(char, _array->at(i), mtInternal); } } delete _array; } }; --- 51,61 ---- return _array; } ~StringArrayArgument() { for (int i=0; i<_array->length(); i++) { if(_array->at(i) != NULL) { // Safety check ! FREE_C_HEAP_ARRAY(char, _array->at(i)); } } delete _array; } };
src/share/vm/services/diagnosticArgument.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File