stubRoutines_x86_32.cpp revision 1472
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay/*
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved.
8b6198b1170e3128c5df83267597f0058d07c70dJames Phillpotts * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8b6198b1170e3128c5df83267597f0058d07c70dJames Phillpotts *
8b6198b1170e3128c5df83267597f0058d07c70dJames Phillpotts * This code is free software; you can redistribute it and/or modify it
8b6198b1170e3128c5df83267597f0058d07c70dJames Phillpotts * under the terms of the GNU General Public License version 2 only, as
8b6198b1170e3128c5df83267597f0058d07c70dJames Phillpotts * published by the Free Software Foundation.
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay *
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * This code is distributed in the hope that it will be useful, but WITHOUT
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * version 2 for more details (a copy is included in the LICENSE file that
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * accompanied this code).
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay *
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * You should have received a copy of the GNU General Public License version
8b6198b1170e3128c5df83267597f0058d07c70dJames Phillpotts * 2 along with this work; if not, write to the Free Software Foundation,
8b6198b1170e3128c5df83267597f0058d07c70dJames Phillpotts * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay *
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * or visit www.oracle.com if you need additional information or have any
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * questions.
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay *
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay */
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay#include "incls/_precompiled.incl"
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay#include "incls/_stubRoutines_x86_32.cpp.incl"
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay// Implementation of the platform-specific part of StubRoutines - for
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay// a description of how to extend it, see the stubRoutines.hpp file.
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemayaddress StubRoutines::x86::_verify_mxcsr_entry = NULL;
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemayaddress StubRoutines::x86::_verify_fpu_cntrl_wrd_entry= NULL;
8b6198b1170e3128c5df83267597f0058d07c70dJames Phillpottsaddress StubRoutines::x86::_call_stub_compiled_return = NULL;
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay