src/hotspot/share/runtime/arguments.hpp
changeset 50676 8c0a5b51559b
parent 50589 e5d741569070
child 52030 57862a02bf4b
equal deleted inserted replaced
50675:273183fd8246 50676:8c0a5b51559b
   331   // Option flags
   331   // Option flags
   332   static const char*  _gc_log_filename;
   332   static const char*  _gc_log_filename;
   333   // Value of the conservative maximum heap alignment needed
   333   // Value of the conservative maximum heap alignment needed
   334   static size_t  _conservative_max_heap_alignment;
   334   static size_t  _conservative_max_heap_alignment;
   335 
   335 
   336   static uintx  _min_heap_size;
   336   static size_t  _min_heap_size;
   337 
   337 
   338   // -Xrun arguments
   338   // -Xrun arguments
   339   static AgentLibraryList _libraryList;
   339   static AgentLibraryList _libraryList;
   340   static void add_init_library(const char* name, char* options);
   340   static void add_init_library(const char* name, char* options);
   341 
   341