src/share/vm/code/debugInfoRec.hpp

changeset 1570
e66fd840cb6b
parent 1383
89e0543e1737
child 1688
f70b0d9ab095
     1.1 --- a/src/share/vm/code/debugInfoRec.hpp	Mon Jan 04 07:04:46 2010 -0800
     1.2 +++ b/src/share/vm/code/debugInfoRec.hpp	Mon Jan 04 18:38:08 2010 +0100
     1.3 @@ -88,6 +88,7 @@
     1.4                        ciMethod*   method,
     1.5                        int         bci,
     1.6                        bool        reexecute,
     1.7 +                      bool        is_method_handle_invoke = false,
     1.8                        DebugToken* locals      = NULL,
     1.9                        DebugToken* expressions = NULL,
    1.10                        DebugToken* monitors    = NULL);

mercurial