hotspot/src/share/vm/code/debugInfoRec.cpp
changeset 33593 60764a78fa5c
parent 33160 c59f1676d27e
child 34501 d914dfe7abf5
--- a/hotspot/src/share/vm/code/debugInfoRec.cpp	Wed Oct 21 13:46:25 2015 +0000
+++ b/hotspot/src/share/vm/code/debugInfoRec.cpp	Fri Oct 23 16:48:38 2015 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -324,7 +324,7 @@
 // must call add_safepoint before: it sets PcDesc and this routine uses
 // the last PcDesc set
 void DebugInformationRecorder::describe_scope(int         pc_offset,
-                                              methodHandle methodH,
+                                              const methodHandle& methodH,
                                               ciMethod*   method,
                                               int         bci,
                                               bool        reexecute,