/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*
*/
private:
void pd_initialize() {
}
}
// Sometimes the trap handler needs to record both PC and NPC.
// This is a SPARC-specific companion to Thread::set_saved_exception_pc.
// In polling_page_safepoint_handler_blob(s) we have to tail call other
// blobs without blowing any registers. A tail call requires some
// register to jump with and we can't blow any registers, so it must
// be restored in the delay slot. 'restore' cannot be used as it
// will chop the heads off of 64-bit %o registers in the 32-bit
// build. Instead we reload the registers using G2_thread and this
// location. Must be 64bits in the 32-bit LION build.
// a stack pointer older than any java frame stack pointer. It is
// used to validate stack pointers in frame::next_younger_sp (it
// provides the upper bound in the range check). This is necessary
// sometimes corrupt and we need a way to check the extracted sp.
public:
#ifndef _LP64
#endif
static int saved_exception_npc_offset_in_bytes() { return offset_of(JavaThread,_saved_exception_npc); }
public:
}
void record_base_of_stack_pointer() {
intptr_t *sp = (intptr_t *)(((intptr_t)StubRoutines::Sparc::flush_callers_register_windows_func()()));
}
}
bool isInJava);
// These routines are only used on cpu architectures that
// have separate register stacks (Itanium).
static bool register_stack_overflow() { return false; }
static void enable_register_stack_guard() {}
static void disable_register_stack_guard() {}
#endif // OS_CPU_LINUX_SPARC_VM_THREAD_LINUX_SPARC_HPP