提交 b71af898 编写于 作者: T trims

Merge

...@@ -95,4 +95,5 @@ e0a1a502e402dbe7bf2d9102b4084a7e79a99a9b jdk7-b91 ...@@ -95,4 +95,5 @@ e0a1a502e402dbe7bf2d9102b4084a7e79a99a9b jdk7-b91
3221d1887d30341bedfdac1dbf365ea41beff20f jdk7-b92 3221d1887d30341bedfdac1dbf365ea41beff20f jdk7-b92
310cdbc355355a13aa53c002b6bde4a8c5ba67ff hs18-b04 310cdbc355355a13aa53c002b6bde4a8c5ba67ff hs18-b04
9d865fc2f644fdd9a0108fd6407944ee610aadd9 jdk7-b93 9d865fc2f644fdd9a0108fd6407944ee610aadd9 jdk7-b93
d38f45079fe98792a7381dbb4b64f5b589ec8c58 jdk7-b94
8bfe9058ca4661779ac1d0572329f3943e68362e hs19-b01 8bfe9058ca4661779ac1d0572329f3943e68362e hs19-b01
...@@ -26,11 +26,13 @@ ...@@ -26,11 +26,13 @@
#include "incls/_bytecodes.cpp.incl" #include "incls/_bytecodes.cpp.incl"
#if defined(WIN32) && (defined(_MSC_VER) && (_MSC_VER < 1600))
// Windows AMD64 Compiler Hangs compiling this file // Windows AMD64 Compiler Hangs compiling this file
// unless optimization is off // unless optimization is off
#ifdef _M_AMD64 #ifdef _M_AMD64
#pragma optimize ("", off) #pragma optimize ("", off)
#endif #endif
#endif
bool Bytecodes::_is_initialized = false; bool Bytecodes::_is_initialized = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册