6953588: hotspot\src\share\vm\interpreter\bytecodes.cpp doesn't compile with VS2010 on AMD64

Reviewed-by: dcubed
This commit is contained in:
Phil Race 2010-05-19 10:21:41 -07:00
parent f16e36c40b
commit 56be4c0b46

View File

@ -26,11 +26,13 @@
#include "incls/_bytecodes.cpp.incl"
#if defined(WIN32) && (defined(_MSC_VER) && (_MSC_VER < 1600))
// Windows AMD64 Compiler Hangs compiling this file
// unless optimization is off
#ifdef _M_AMD64
#pragma optimize ("", off)
#endif
#endif
bool Bytecodes::_is_initialized = false;