< prev index next >

src/hotspot/cpu/zero/stack_zero.inline.hpp

Print this page
rev 47445 : 8171853: Remove Shark compiler

*** 27,37 **** #define CPU_ZERO_VM_STACK_ZERO_INLINE_HPP #include "runtime/thread.hpp" #include "stack_zero.hpp" - // This function should match SharkStack::CreateStackOverflowCheck inline void ZeroStack::overflow_check(int required_words, TRAPS) { // Check the Zero stack if (available_words() < required_words) { handle_overflow(THREAD); return; --- 27,36 ----
< prev index next >