src/share/vm/classfile/verifier.cpp

Print this page
rev 6670 : 8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
Reviewed-by: lfoltan, coleenp, dholmes

*** 43,67 **** #include "runtime/handles.inline.hpp" #include "runtime/interfaceSupport.hpp" #include "runtime/javaCalls.hpp" #include "runtime/orderAccess.inline.hpp" #include "runtime/os.hpp" ! #ifdef TARGET_ARCH_x86 ! # include "bytes_x86.hpp" ! #endif ! #ifdef TARGET_ARCH_sparc ! # include "bytes_sparc.hpp" ! #endif ! #ifdef TARGET_ARCH_zero ! # include "bytes_zero.hpp" ! #endif ! #ifdef TARGET_ARCH_arm ! # include "bytes_arm.hpp" ! #endif ! #ifdef TARGET_ARCH_ppc ! # include "bytes_ppc.hpp" ! #endif #define NOFAILOVER_MAJOR_VERSION 51 #define NONZERO_PADDING_BYTES_IN_SWITCH_MAJOR_VERSION 51 #define STATIC_METHOD_IN_INTERFACE_MAJOR_VERSION 52 --- 43,53 ---- #include "runtime/handles.inline.hpp" #include "runtime/interfaceSupport.hpp" #include "runtime/javaCalls.hpp" #include "runtime/orderAccess.inline.hpp" #include "runtime/os.hpp" ! #include "utilities/bytes.hpp" #define NOFAILOVER_MAJOR_VERSION 51 #define NONZERO_PADDING_BYTES_IN_SWITCH_MAJOR_VERSION 51 #define STATIC_METHOD_IN_INTERFACE_MAJOR_VERSION 52