< prev index next >

src/share/vm/prims/jvm.cpp

Print this page
rev 11647 : 8161258: Simplify including platform files.
Summary: Include patform files with macros cpu_header() etc. Do various cleanups of macro usages. Remove _64/_32 from adlc generated files and platform .hpp files. Merge stubRoutines_x86*.hpp. Remove empty mutex_<os>* files.
Reviewed-by: dholmes, coleenp, kbarrett

*** 82,106 **** #include "utilities/utf8.hpp" #if INCLUDE_CDS #include "classfile/sharedClassUtil.hpp" #include "classfile/systemDictionaryShared.hpp" #endif - #ifdef TARGET_OS_FAMILY_linux - # include "jvm_linux.h" - #endif - #ifdef TARGET_OS_FAMILY_solaris - # include "jvm_solaris.h" - #endif - #ifdef TARGET_OS_FAMILY_windows - # include "jvm_windows.h" - #endif - #ifdef TARGET_OS_FAMILY_aix - # include "jvm_aix.h" - #endif - #ifdef TARGET_OS_FAMILY_bsd - # include "jvm_bsd.h" - #endif #include <errno.h> /* NOTE about use of any ctor or function call that can trigger a safepoint/GC: --- 82,91 ----
< prev index next >