< prev index next >

src/share/vm/runtime/sharedRuntime.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2018, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 1997, 2019, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 1039,1049 **** ResourceMark rm(THREAD); // last java frame on stack (which includes native call frames) vframeStream vfst(thread, true); // Do not skip and javaCalls ! return find_callee_info_helper(thread, vfst, bc, callinfo, CHECK_(Handle())); } // Finds receiver, CallInfo (i.e. receiver method), and calling bytecode // for a call current in progress, i.e., arguments has been pushed on stack --- 1039,1049 ---- ResourceMark rm(THREAD); // last java frame on stack (which includes native call frames) vframeStream vfst(thread, true); // Do not skip and javaCalls ! return find_callee_info_helper(thread, vfst, bc, callinfo, THREAD); } // Finds receiver, CallInfo (i.e. receiver method), and calling bytecode // for a call current in progress, i.e., arguments has been pushed on stack
< prev index next >