comparison src/cpu/sparc/vm/frame_sparc.inline.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents d8041d695d19
children 89152779163c
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
1 /* 1 /*
2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
235 } 235 }
236 236
237 inline ConstantPoolCache** frame::interpreter_frame_cache_addr() const { 237 inline ConstantPoolCache** frame::interpreter_frame_cache_addr() const {
238 return (ConstantPoolCache**)sp_addr_at( LcpoolCache->sp_offset_in_saved_window()); 238 return (ConstantPoolCache**)sp_addr_at( LcpoolCache->sp_offset_in_saved_window());
239 } 239 }
240
241 inline oop* frame::interpreter_frame_temp_oop_addr() const {
242 return (oop *)(fp() + interpreter_frame_oop_temp_offset);
243 }
244 #endif // CC_INTERP 240 #endif // CC_INTERP
245 241
246 242
247 inline JavaCallWrapper** frame::entry_frame_call_wrapper_addr() const { 243 inline JavaCallWrapper** frame::entry_frame_call_wrapper_addr() const {
248 // note: adjust this code if the link argument in StubGenerator::call_stub() changes! 244 // note: adjust this code if the link argument in StubGenerator::call_stub() changes!