src/hotspot/share/jfr/dcmd/jfrDcmds.hpp
changeset 52669 e21361bccfa1
parent 50745 a390cbb82d47
child 53244 9807daeb47c4
equal deleted inserted replaced
52668:02747dfbd776 52669:e21361bccfa1
   143  protected:
   143  protected:
   144   DCmdArgument<char*> _repository_path;
   144   DCmdArgument<char*> _repository_path;
   145   DCmdArgument<char*> _dump_path;
   145   DCmdArgument<char*> _dump_path;
   146   DCmdArgument<jlong> _stack_depth;
   146   DCmdArgument<jlong> _stack_depth;
   147   DCmdArgument<jlong> _global_buffer_count;
   147   DCmdArgument<jlong> _global_buffer_count;
   148   DCmdArgument<jlong> _global_buffer_size;
   148   DCmdArgument<MemorySizeArgument> _global_buffer_size;
   149   DCmdArgument<jlong> _thread_buffer_size;
   149   DCmdArgument<MemorySizeArgument> _thread_buffer_size;
   150   DCmdArgument<jlong> _memory_size;
   150   DCmdArgument<MemorySizeArgument> _memory_size;
   151   DCmdArgument<jlong> _max_chunk_size;
   151   DCmdArgument<MemorySizeArgument> _max_chunk_size;
   152   DCmdArgument<bool>  _sample_threads;
   152   DCmdArgument<bool>  _sample_threads;
   153 
   153 
   154  public:
   154  public:
   155   JfrConfigureFlightRecorderDCmd(outputStream* output, bool heap);
   155   JfrConfigureFlightRecorderDCmd(outputStream* output, bool heap);
   156   static const char* name() {
   156   static const char* name() {