< prev index next >

src/hotspot/share/runtime/arguments.hpp

Print this page

        

*** 631,640 **** --- 631,641 ---- static char* get_dll_dir() { return _sun_boot_library_path->value(); } static char* get_ext_dirs() { return _ext_dirs; } static char* get_appclasspath() { return _java_class_path->value(); } static void fix_appclasspath(); + static char* get_default_shared_archive_path(); // Operation modi static Mode mode() { return _mode; } static bool is_interpreter_only() { return mode() == _int; }
< prev index next >