equal
deleted
inserted
replaced
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 |