src/cpu/sparc/vm/frame_sparc.cpp

changeset 2950
cba7b5c2d53f
parent 2897
3cfb240033d1
child 3130
5432047c7db7
     1.1 --- a/src/cpu/sparc/vm/frame_sparc.cpp	Thu Jun 02 13:36:11 2011 -0700
     1.2 +++ b/src/cpu/sparc/vm/frame_sparc.cpp	Fri Jun 03 22:31:43 2011 -0700
     1.3 @@ -513,6 +513,8 @@
     1.4    // interpreted but its pc is in the code cache (for c1 -> osr_frame_return_id stub), so it must be
     1.5    // explicitly recognized.
     1.6  
     1.7 +  if (is_ricochet_frame())    return sender_for_ricochet_frame(map);
     1.8 +
     1.9    bool frame_is_interpreted = is_interpreted_frame();
    1.10    if (frame_is_interpreted) {
    1.11      map->make_integer_regs_unsaved();

mercurial