diff src/cpu/sparc/vm/frame_sparc.inline.hpp @ 4898:d851f3714641

Merge
author dholmes
date Wed, 25 Jan 2012 19:26:35 -0500
parents eaa9557116a2
children da91efe96a93
line wrap: on
line diff
--- a/src/cpu/sparc/vm/frame_sparc.inline.hpp	Tue Jan 24 18:00:54 2012 -0500
+++ b/src/cpu/sparc/vm/frame_sparc.inline.hpp	Wed Jan 25 19:26:35 2012 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -82,6 +82,8 @@
 
 inline intptr_t*    frame::sender_sp() const  { return fp(); }
 
+inline intptr_t* frame::real_fp() const { return fp(); }
+
 // Used only in frame::oopmapreg_to_location
 // This return a value in VMRegImpl::slot_size
 inline int frame::pd_oop_map_offset_adjustment() const {