< prev index next >

src/hotspot/share/utilities/nativeCallStack.cpp

Print this page
rev 50951 : imported patch static_initialization.patch

*** 26,37 **** #include "runtime/os.hpp" #include "utilities/decoder.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/nativeCallStack.hpp" - NativeCallStack NativeCallStack::EMPTY_STACK(0, false); - NativeCallStack::NativeCallStack(int toSkip, bool fillStack) : _hash_value(0) { if (fillStack) { // We need to skip the NativeCallStack::NativeCallStack frame if a tail call is NOT used --- 26,35 ----
< prev index next >