src/hotspot/os/solaris/os_solaris.inline.hpp
changeset 58654 562bf1878089
parent 55524 b279ae9843b8
child 58679 9c3209ff7550
equal deleted inserted replaced
58653:71fef5fae9cc 58654:562bf1878089
    59 inline void os::map_stack_shadow_pages(address sp) {
    59 inline void os::map_stack_shadow_pages(address sp) {
    60 }
    60 }
    61 
    61 
    62 inline void os::dll_unload(void *lib) { ::dlclose(lib); }
    62 inline void os::dll_unload(void *lib) { ::dlclose(lib); }
    63 
    63 
    64 inline const int os::default_file_open_flags() { return 0;}
       
    65 
       
    66 //////////////////////////////////////////////////////////////////////////////
    64 //////////////////////////////////////////////////////////////////////////////
    67 ////////////////////////////////////////////////////////////////////////////////
    65 ////////////////////////////////////////////////////////////////////////////////
    68 
    66 
    69 // macros for restartable system calls
    67 // macros for restartable system calls
    70 
    68