< prev index next >

src/hotspot/share/precompiled/precompiled.hpp

Print this page
@@ -71,11 +71,13 @@
  
  #ifdef TARGET_COMPILER_visCPP
  // For Visual Studio, including the *.inline.hpp files actually
  // increased performance.
  #include "memory/allocation.inline.hpp"
+ #ifdef JDK_8254007_IS_FIXED
  #include "oops/access.inline.hpp"
  #include "oops/oop.inline.hpp"
+ #endif
  #include "runtime/handles.inline.hpp"
  #endif // TARGET_COMPILER_visCPP
  
  #endif // !DONT_USE_PRECOMPILED_HEADER
< prev index next >