src/hotspot/share/runtime/arguments.hpp
changeset 52030 57862a02bf4b
parent 50676 8c0a5b51559b
child 52185 c657b5b0e666
equal deleted inserted replaced
52029:ccfa71bacd6f 52030:57862a02bf4b
   631   static char* get_dll_dir()      { return _sun_boot_library_path->value(); }
   631   static char* get_dll_dir()      { return _sun_boot_library_path->value(); }
   632   static char* get_ext_dirs()     { return _ext_dirs;  }
   632   static char* get_ext_dirs()     { return _ext_dirs;  }
   633   static char* get_appclasspath() { return _java_class_path->value(); }
   633   static char* get_appclasspath() { return _java_class_path->value(); }
   634   static void  fix_appclasspath();
   634   static void  fix_appclasspath();
   635 
   635 
       
   636   static char* get_default_shared_archive_path();
   636 
   637 
   637   // Operation modi
   638   // Operation modi
   638   static Mode mode()                        { return _mode; }
   639   static Mode mode()                        { return _mode; }
   639   static bool is_interpreter_only() { return mode() == _int; }
   640   static bool is_interpreter_only() { return mode() == _int; }
   640 
   641