src/hotspot/share/runtime/os.hpp
changeset 58048 8009a9c36251
parent 58041 d8902e9c307c
child 58063 bdf136b8ae0e
child 58084 cddef3bde924
--- a/src/hotspot/share/runtime/os.hpp	Wed Sep 04 13:06:44 2019 +0200
+++ b/src/hotspot/share/runtime/os.hpp	Wed Sep 04 13:07:15 2019 +0200
@@ -167,9 +167,6 @@
                                                // 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);
@@ -832,9 +829,6 @@
   // 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: