< prev index next >

src/hotspot/share/runtime/os.hpp

Print this page

        

*** 165,177 **** static void init_before_ergo(void); // Called after command line parsing // before VM ergonomics processing. static jint init_2(void); // Called after command line parsing // and VM ergonomics processing - static void init_globals(void) { // Called from init_globals() in init.cpp - init_globals_ext(); - } // unset environment variable static bool unsetenv(const char* name); static bool have_special_privileges(); --- 165,174 ----
*** 824,836 **** static char** split_path(const char* path, size_t* elements, size_t file_name_length); // support for mapping non-volatile memory using MAP_SYNC static bool supports_map_sync(); - // Extensions - #include "runtime/os_ext.hpp" - public: class CrashProtectionCallback : public StackObj { public: virtual void call() = 0; }; --- 821,830 ----
< prev index next >