< prev index next >

src/hotspot/os/windows/os_windows.inline.hpp

Print this page
rev 56578 : 8232211: Remove dead code from os.hpp|cpp
Reviewed-by: TBD

*** 28,39 **** #include "runtime/os.hpp" #include "runtime/thread.hpp" inline const char* os::dll_file_extension() { return ".dll"; } - inline const int os::default_file_open_flags() { return O_BINARY | O_NOINHERIT;} - inline void os::dll_unload(void *lib) { ::FreeLibrary((HMODULE)lib); } inline void* os::dll_lookup(void *lib, const char *name) { --- 28,37 ----
< prev index next >