hotspot/src/share/vm/services/diagnosticCommand.hpp
changeset 25715 d5a8dbdc5150
parent 23517 27c4307d6cda
child 26587 e8b28fa936af
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_SERVICES_DIAGNOSTICCOMMAND_HPP
    25 #ifndef SHARE_VM_SERVICES_DIAGNOSTICCOMMAND_HPP
    26 #define SHARE_VM_SERVICES_DIAGNOSTICCOMMAND_HPP
    26 #define SHARE_VM_SERVICES_DIAGNOSTICCOMMAND_HPP
    27 
    27 
       
    28 #include "classfile/vmSymbols.hpp"
    28 #include "runtime/arguments.hpp"
    29 #include "runtime/arguments.hpp"
    29 #include "classfile/vmSymbols.hpp"
    30 #include "runtime/os.hpp"
    30 #include "utilities/ostream.hpp"
       
    31 #include "runtime/vm_version.hpp"
       
    32 #include "runtime/vmThread.hpp"
    31 #include "runtime/vmThread.hpp"
    33 #include "runtime/os.hpp"
       
    34 #include "services/diagnosticArgument.hpp"
    32 #include "services/diagnosticArgument.hpp"
    35 #include "services/diagnosticCommand.hpp"
    33 #include "services/diagnosticCommand.hpp"
       
    34 #include "services/diagnosticCommand_ext.hpp"
    36 #include "services/diagnosticFramework.hpp"
    35 #include "services/diagnosticFramework.hpp"
    37 #include "services/diagnosticCommand_ext.hpp"
       
    38 #include "utilities/macros.hpp"
    36 #include "utilities/macros.hpp"
       
    37 #include "utilities/ostream.hpp"
    39 
    38 
    40 class HelpDCmd : public DCmdWithParser {
    39 class HelpDCmd : public DCmdWithParser {
    41 protected:
    40 protected:
    42   DCmdArgument<bool> _all;
    41   DCmdArgument<bool> _all;
    43   DCmdArgument<char*> _cmd;
    42   DCmdArgument<char*> _cmd;