< prev index next >

src/hotspot/share/runtime/os.hpp

Print this page

        

@@ -165,13 +165,10 @@
 
   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();

@@ -824,13 +821,10 @@
   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;
   };
< prev index next >