hotspot/src/share/vm/runtime/arguments.cpp
changeset 29076 4a5f7c1e6ed7
parent 28934 903e319e521a
child 29197 bce1216dc498
child 29193 3ede621e9262
equal deleted inserted replaced
29075:ad5e1490d635 29076:4a5f7c1e6ed7
   107 SystemProperty *Arguments::_java_library_path = NULL;
   107 SystemProperty *Arguments::_java_library_path = NULL;
   108 SystemProperty *Arguments::_java_home = NULL;
   108 SystemProperty *Arguments::_java_home = NULL;
   109 SystemProperty *Arguments::_java_class_path = NULL;
   109 SystemProperty *Arguments::_java_class_path = NULL;
   110 SystemProperty *Arguments::_sun_boot_class_path = NULL;
   110 SystemProperty *Arguments::_sun_boot_class_path = NULL;
   111 
   111 
   112 char* Arguments::_meta_index_path = NULL;
       
   113 char* Arguments::_meta_index_dir = NULL;
       
   114 char* Arguments::_ext_dirs = NULL;
   112 char* Arguments::_ext_dirs = NULL;
   115 
   113 
   116 // Check if head of 'option' matches 'name', and sets 'tail' to the remaining
   114 // Check if head of 'option' matches 'name', and sets 'tail' to the remaining
   117 // part of the option string.
   115 // part of the option string.
   118 static bool match_option(const JavaVMOption *option, const char* name,
   116 static bool match_option(const JavaVMOption *option, const char* name,