< prev index next >

src/hotspot/share/code/icBuffer.hpp


*** 28,37 **** --- 28,38 ---- #include "asm/codeBuffer.hpp" #include "code/stubs.hpp" #include "interpreter/bytecodes.hpp" #include "memory/allocation.hpp" #include "utilities/align.hpp" + #include "utilities/macros.hpp" // // For CompiledIC's: // // In cases where we do not have MT-safe state transformation, ***************
*** 102,111 **** --- 103,114 ---- static StubQueue* _buffer; static CompiledICHolder* _pending_released; static int _pending_count; + DEBUG_ONLY(static volatile int _needs_refill;) + static StubQueue* buffer() { return _buffer; } static ICStub* new_ic_stub(); // Machine-dependent implementation of ICBuffer
< prev index next >