src/share/vm/runtime/virtualspace.cpp

Print this page
rev 6623 : 8048241: Introduce umbrella header os.inline.hpp and clean up includes
Reviewed-by: coleenp, dholmes, lfoltan

*** 25,49 **** #include "precompiled.hpp" #include "oops/markOop.hpp" #include "oops/oop.inline.hpp" #include "runtime/virtualspace.hpp" #include "services/memTracker.hpp" - #ifdef TARGET_OS_FAMILY_linux - # include "os_linux.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_solaris - # include "os_solaris.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_windows - # include "os_windows.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_aix - # include "os_aix.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_bsd - # include "os_bsd.inline.hpp" - #endif PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC // ReservedSpace --- 25,34 ----