src/share/vm/runtime/interfaceSupport.cpp

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

*** 30,39 **** --- 30,40 ---- #include "memory/resourceArea.hpp" #include "runtime/atomic.inline.hpp" #include "runtime/init.hpp" #include "runtime/interfaceSupport.hpp" #include "runtime/orderAccess.inline.hpp" + #include "runtime/os.inline.hpp" #include "runtime/threadLocalStorage.hpp" #include "runtime/vframe.hpp" #include "utilities/preserveException.hpp" PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC