src/share/vm/runtime/deoptimization.cpp

changeset 4727
0094485b46c7
parent 4539
6a51fc70a15e
child 5222
28e5aed7f3a6
child 6441
d2907f74462e
     1.1 --- a/src/share/vm/runtime/deoptimization.cpp	Fri Mar 08 08:22:18 2013 -0800
     1.2 +++ b/src/share/vm/runtime/deoptimization.cpp	Wed Mar 13 09:44:45 2013 +0100
     1.3 @@ -425,6 +425,7 @@
     1.4                                                                                                      callee_parameters,
     1.5                                                                                                      callee_locals,
     1.6                                                                                                      index == 0,
     1.7 +                                                                                                    index == array->frames() - 1,
     1.8                                                                                                      popframe_extra_args);
     1.9      // This pc doesn't have to be perfect just good enough to identify the frame
    1.10      // as interpreted so the skeleton frame will be walkable

mercurial