comparison src/share/vm/runtime/vframeArray.cpp @ 2044:06f017f7daa7

Merge.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Fri, 07 Jan 2011 18:18:08 +0100
parents 8d88c9ac9247 f95d63e2154a
children d25d4ca69222
comparison
equal deleted inserted replaced
1942:00bc9eaf0e24 2044:06f017f7daa7
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 # include "incls/_precompiled.incl" 25 #include "precompiled.hpp"
26 # include "incls/_vframeArray.cpp.incl" 26 #include "classfile/vmSymbols.hpp"
27 #include "interpreter/interpreter.hpp"
28 #include "memory/allocation.inline.hpp"
29 #include "memory/resourceArea.hpp"
30 #include "memory/universe.inline.hpp"
31 #include "oops/methodDataOop.hpp"
32 #include "oops/oop.inline.hpp"
33 #include "prims/jvmtiThreadState.hpp"
34 #include "runtime/handles.inline.hpp"
35 #include "runtime/monitorChunk.hpp"
36 #include "runtime/sharedRuntime.hpp"
37 #include "runtime/vframe.hpp"
38 #include "runtime/vframeArray.hpp"
39 #include "runtime/vframe_hp.hpp"
40 #include "utilities/events.hpp"
41 #ifdef COMPILER2
42 #include "opto/runtime.hpp"
43 #endif
27 44
28 45
29 int vframeArrayElement:: bci(void) const { return (_bci == SynchronizationEntryBCI ? 0 : _bci); } 46 int vframeArrayElement:: bci(void) const { return (_bci == SynchronizationEntryBCI ? 0 : _bci); }
30 47
31 void vframeArrayElement::free_monitors(JavaThread* jt) { 48 void vframeArrayElement::free_monitors(JavaThread* jt) {