src/hotspot/share/services/nmtDCmd.hpp
changeset 47802 18dccdc438d7
parent 47216 71c04702a3d5
child 49053 0b61efd5a439
equal deleted inserted replaced
47801:c7b50c23ea71 47802:18dccdc438d7
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2017, 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.
    37  */
    37  */
    38 class NMTDCmd: public DCmdWithParser {
    38 class NMTDCmd: public DCmdWithParser {
    39  protected:
    39  protected:
    40   DCmdArgument<bool>  _summary;
    40   DCmdArgument<bool>  _summary;
    41   DCmdArgument<bool>  _detail;
    41   DCmdArgument<bool>  _detail;
       
    42   DCmdArgument<bool>  _metadata;
    42   DCmdArgument<bool>  _baseline;
    43   DCmdArgument<bool>  _baseline;
    43   DCmdArgument<bool>  _summary_diff;
    44   DCmdArgument<bool>  _summary_diff;
    44   DCmdArgument<bool>  _detail_diff;
    45   DCmdArgument<bool>  _detail_diff;
    45   DCmdArgument<bool>  _shutdown;
    46   DCmdArgument<bool>  _shutdown;
    46   DCmdArgument<bool>  _statistics;
    47   DCmdArgument<bool>  _statistics;