hotspot/src/share/vm/code/debugInfoRec.cpp
changeset 33593 60764a78fa5c
parent 33160 c59f1676d27e
child 34501 d914dfe7abf5
equal deleted inserted replaced
33579:01ade4446d96 33593:60764a78fa5c
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   322 
   322 
   323 
   323 
   324 // must call add_safepoint before: it sets PcDesc and this routine uses
   324 // must call add_safepoint before: it sets PcDesc and this routine uses
   325 // the last PcDesc set
   325 // the last PcDesc set
   326 void DebugInformationRecorder::describe_scope(int         pc_offset,
   326 void DebugInformationRecorder::describe_scope(int         pc_offset,
   327                                               methodHandle methodH,
   327                                               const methodHandle& methodH,
   328                                               ciMethod*   method,
   328                                               ciMethod*   method,
   329                                               int         bci,
   329                                               int         bci,
   330                                               bool        reexecute,
   330                                               bool        reexecute,
   331                                               bool        rethrow_exception,
   331                                               bool        rethrow_exception,
   332                                               bool        is_method_handle_invoke,
   332                                               bool        is_method_handle_invoke,