diff src/share/vm/code/debugInfoRec.hpp @ 3650:0e8a2a629afb

Pass-by compilation broker.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 16 Nov 2011 21:27:28 +0100
parents 5857923e563c
children 648a7873cea2
line wrap: on
line diff
--- a/src/share/vm/code/debugInfoRec.hpp	Wed Nov 16 16:46:32 2011 +0100
+++ b/src/share/vm/code/debugInfoRec.hpp	Wed Nov 16 21:27:28 2011 +0100
@@ -98,7 +98,7 @@
   // by add_non_safepoint, and the locals, expressions, and monitors
   // must all be null.
   void describe_scope(int         pc_offset,
-                      ciMethod*   method,
+                      methodHandle   method,
                       int         bci,
                       bool        reexecute,
                       bool        rethrow_exception,