src/cpu/sparc/vm/frame_sparc.cpp

changeset 4942
f36e073d56a4
parent 4645
ec2eddfed950
child 5237
f2110083203d
     1.1 --- a/src/cpu/sparc/vm/frame_sparc.cpp	Fri Apr 12 12:22:59 2013 -0700
     1.2 +++ b/src/cpu/sparc/vm/frame_sparc.cpp	Fri Apr 12 15:53:30 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -304,7 +304,7 @@
    1.11  
    1.12      // The sender should positively be an nmethod or call_stub. On sparc we might in fact see something else.
    1.13      // The cause of this is because at a save instruction the O7 we get is a leftover from an earlier
    1.14 -    // window use. So if a runtime stub creates two frames (common in fastdebug/jvmg) then we see the
    1.15 +    // window use. So if a runtime stub creates two frames (common in fastdebug/debug) then we see the
    1.16      // stale pc. So if the sender blob is not something we'd expect we have little choice but to declare
    1.17      // the stack unwalkable. pd_get_top_frame_for_signal_handler tries to recover from this by unwinding
    1.18      // that initial frame and retrying.

mercurial