src/share/vm/interpreter/bytecodes.cpp

changeset 1882
d38f45079fe9
parent 1845
f03d0a26bf83
parent 1881
daf617c34be6
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/interpreter/bytecodes.cpp	Tue May 18 14:10:01 2010 -0700
     1.2 +++ b/src/share/vm/interpreter/bytecodes.cpp	Wed May 19 20:16:16 2010 -0700
     1.3 @@ -26,11 +26,13 @@
     1.4  #include "incls/_bytecodes.cpp.incl"
     1.5  
     1.6  
     1.7 +#if defined(WIN32) && (defined(_MSC_VER) && (_MSC_VER < 1600))
     1.8  // Windows AMD64 Compiler Hangs compiling this file
     1.9  // unless optimization is off
    1.10  #ifdef _M_AMD64
    1.11  #pragma optimize ("", off)
    1.12  #endif
    1.13 +#endif
    1.14  
    1.15  
    1.16  bool            Bytecodes::_is_initialized = false;

mercurial