src/share/vm/runtime/arguments.hpp

changeset 7172
0d78074d2444
parent 7122
76af788b6c16
child 7311
327c00d0f091
equal deleted inserted replaced
7171:631667807de7 7172:0d78074d2444
599 static char* get_ext_dirs() { return _java_ext_dirs->value(); } 599 static char* get_ext_dirs() { return _java_ext_dirs->value(); }
600 static char* get_appclasspath() { return _java_class_path->value(); } 600 static char* get_appclasspath() { return _java_class_path->value(); }
601 static void fix_appclasspath(); 601 static void fix_appclasspath();
602 602
603 // Operation modi 603 // Operation modi
604 static Mode mode() { return _mode; } 604 static Mode mode() { return _mode; }
605 static bool is_interpreter_only() { return mode() == _int; }
606
605 607
606 // Utility: copies src into buf, replacing "%%" with "%" and "%p" with pid. 608 // Utility: copies src into buf, replacing "%%" with "%" and "%p" with pid.
607 static bool copy_expand_pid(const char* src, size_t srclen, char* buf, size_t buflen); 609 static bool copy_expand_pid(const char* src, size_t srclen, char* buf, size_t buflen);
608 }; 610 };
609 611

mercurial