changeset 5440 | 84ace44cf876 |
parent 5403 | 6b0dd9c75dde |
parent 5439 | d4101ea993e5 |
child 5547 | f4b087cbb361 |
--- a/hotspot/src/share/vm/interpreter/bytecodes.cpp Tue May 18 14:10:01 2010 -0700 +++ b/hotspot/src/share/vm/interpreter/bytecodes.cpp Wed May 19 20:16:16 2010 -0700 @@ -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;