mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
Merge
This commit is contained in:
commit
f0887dcc05
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue