src/share/vm/code/debugInfoRec.hpp

changeset 1335
9987d9d5eb0e
parent 435
a61af66fc99e
child 1383
89e0543e1737
     1.1 --- a/src/share/vm/code/debugInfoRec.hpp	Fri Jul 31 12:04:07 2009 -0700
     1.2 +++ b/src/share/vm/code/debugInfoRec.hpp	Fri Jul 31 17:12:33 2009 -0700
     1.3 @@ -87,6 +87,7 @@
     1.4    void describe_scope(int         pc_offset,
     1.5                        ciMethod*   method,
     1.6                        int         bci,
     1.7 +                      bool        reexecute,
     1.8                        DebugToken* locals      = NULL,
     1.9                        DebugToken* expressions = NULL,
    1.10                        DebugToken* monitors    = NULL);

mercurial