src/hotspot/os/bsd/os_bsd.inline.hpp
changeset 52508 bbbcd90f0adb
parent 51106 f605c91e5219
child 53244 9807daeb47c4
equal deleted inserted replaced
52507:4608107a90ef 52508:bbbcd90f0adb
    35 #include <netdb.h>
    35 #include <netdb.h>
    36 
    36 
    37 // File names are case-insensitive on windows only
    37 // File names are case-insensitive on windows only
    38 inline int os::file_name_strncmp(const char* s1, const char* s2, size_t num) {
    38 inline int os::file_name_strncmp(const char* s1, const char* s2, size_t num) {
    39   return strncmp(s1, s2, num);
    39   return strncmp(s1, s2, num);
    40 }
       
    41 
       
    42 inline bool os::obsolete_option(const JavaVMOption *option) {
       
    43   return false;
       
    44 }
    40 }
    45 
    41 
    46 inline bool os::uses_stack_guard_pages() {
    42 inline bool os::uses_stack_guard_pages() {
    47   return true;
    43   return true;
    48 }
    44 }