src/share/vm/services/diagnosticCommand.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/services/diagnosticCommand.hpp	Mon Sep 17 16:14:44 2012
--- new/src/share/vm/services/diagnosticCommand.hpp	Mon Sep 17 16:14:43 2012

*** 153,163 **** --- 153,163 ---- } static int num_arguments() { return 0; } virtual void execute(TRAPS); }; ! #ifndef SERVICES_KERNEL // Heap dumping not supported ! #if INCLUDE_SERVICES // Heap dumping supported // See also: dump_heap in attachListener.cpp class HeapDumpDCmd : public DCmdWithParser { protected: DCmdArgument<char*> _filename; DCmdArgument<bool> _all;
*** 174,184 **** --- 174,184 ---- "Request a full GC unless the '-all' option is specified."; } static int num_arguments(); virtual void execute(TRAPS); }; ! #endif // SERVICES_KERNEL ! #endif // INCLUDE_SERVICES // See also: inspeactheap in attachListener.cpp class ClassHistogramDCmd : public DCmdWithParser { protected: DCmdArgument<bool> _all;

src/share/vm/services/diagnosticCommand.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File