annotate src/share/vm/oops/constMethodOop.hpp @ 1552:c18cbe5936b8

6941466: Oracle rebranding changes for Hotspot repositories Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
author trims
date Thu, 27 May 2010 19:08:38 -0700
parents dd57230ba8fe
children f95d63e2154a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 /*
1552
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 1138
diff changeset
2 * Copyright (c) 2003, 2009, Oracle and/or its affiliates. All rights reserved.
0
a61af66fc99e Initial load
duke
parents:
diff changeset
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a61af66fc99e Initial load
duke
parents:
diff changeset
4 *
a61af66fc99e Initial load
duke
parents:
diff changeset
5 * This code is free software; you can redistribute it and/or modify it
a61af66fc99e Initial load
duke
parents:
diff changeset
6 * under the terms of the GNU General Public License version 2 only, as
a61af66fc99e Initial load
duke
parents:
diff changeset
7 * published by the Free Software Foundation.
a61af66fc99e Initial load
duke
parents:
diff changeset
8 *
a61af66fc99e Initial load
duke
parents:
diff changeset
9 * This code is distributed in the hope that it will be useful, but WITHOUT
a61af66fc99e Initial load
duke
parents:
diff changeset
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a61af66fc99e Initial load
duke
parents:
diff changeset
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a61af66fc99e Initial load
duke
parents:
diff changeset
12 * version 2 for more details (a copy is included in the LICENSE file that
a61af66fc99e Initial load
duke
parents:
diff changeset
13 * accompanied this code).
a61af66fc99e Initial load
duke
parents:
diff changeset
14 *
a61af66fc99e Initial load
duke
parents:
diff changeset
15 * You should have received a copy of the GNU General Public License version
a61af66fc99e Initial load
duke
parents:
diff changeset
16 * 2 along with this work; if not, write to the Free Software Foundation,
a61af66fc99e Initial load
duke
parents:
diff changeset
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a61af66fc99e Initial load
duke
parents:
diff changeset
18 *
1552
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 1138
diff changeset
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 1138
diff changeset
20 * or visit www.oracle.com if you need additional information or have any
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 1138
diff changeset
21 * questions.
0
a61af66fc99e Initial load
duke
parents:
diff changeset
22 *
a61af66fc99e Initial load
duke
parents:
diff changeset
23 */
a61af66fc99e Initial load
duke
parents:
diff changeset
24
a61af66fc99e Initial load
duke
parents:
diff changeset
25 // An constMethodOop represents portions of a Java method which
a61af66fc99e Initial load
duke
parents:
diff changeset
26 // do not vary.
a61af66fc99e Initial load
duke
parents:
diff changeset
27 //
a61af66fc99e Initial load
duke
parents:
diff changeset
28 // Memory layout (each line represents a word). Note that most
a61af66fc99e Initial load
duke
parents:
diff changeset
29 // applications load thousands of methods, so keeping the size of this
a61af66fc99e Initial load
duke
parents:
diff changeset
30 // structure small has a big impact on footprint.
a61af66fc99e Initial load
duke
parents:
diff changeset
31 //
a61af66fc99e Initial load
duke
parents:
diff changeset
32 // |------------------------------------------------------|
a61af66fc99e Initial load
duke
parents:
diff changeset
33 // | header |
a61af66fc99e Initial load
duke
parents:
diff changeset
34 // | klass |
a61af66fc99e Initial load
duke
parents:
diff changeset
35 // |------------------------------------------------------|
a61af66fc99e Initial load
duke
parents:
diff changeset
36 // | fingerprint 1 |
a61af66fc99e Initial load
duke
parents:
diff changeset
37 // | fingerprint 2 |
a61af66fc99e Initial load
duke
parents:
diff changeset
38 // | method (oop) |
a61af66fc99e Initial load
duke
parents:
diff changeset
39 // | stackmap_data (oop) |
a61af66fc99e Initial load
duke
parents:
diff changeset
40 // | exception_table (oop) |
a61af66fc99e Initial load
duke
parents:
diff changeset
41 // | constMethod_size |
a61af66fc99e Initial load
duke
parents:
diff changeset
42 // | interp_kind | flags | code_size |
a61af66fc99e Initial load
duke
parents:
diff changeset
43 // | name index | signature index |
a61af66fc99e Initial load
duke
parents:
diff changeset
44 // | method_idnum | generic_signature_index |
a61af66fc99e Initial load
duke
parents:
diff changeset
45 // |------------------------------------------------------|
a61af66fc99e Initial load
duke
parents:
diff changeset
46 // | |
a61af66fc99e Initial load
duke
parents:
diff changeset
47 // | byte codes |
a61af66fc99e Initial load
duke
parents:
diff changeset
48 // | |
a61af66fc99e Initial load
duke
parents:
diff changeset
49 // |------------------------------------------------------|
a61af66fc99e Initial load
duke
parents:
diff changeset
50 // | compressed linenumber table |
a61af66fc99e Initial load
duke
parents:
diff changeset
51 // | (see class CompressedLineNumberReadStream) |
a61af66fc99e Initial load
duke
parents:
diff changeset
52 // | (note that length is unknown until decompressed) |
a61af66fc99e Initial load
duke
parents:
diff changeset
53 // | (access flags bit tells whether table is present) |
a61af66fc99e Initial load
duke
parents:
diff changeset
54 // | (indexed from start of constMethodOop) |
a61af66fc99e Initial load
duke
parents:
diff changeset
55 // | (elements not necessarily sorted!) |
a61af66fc99e Initial load
duke
parents:
diff changeset
56 // |------------------------------------------------------|
a61af66fc99e Initial load
duke
parents:
diff changeset
57 // | localvariable table elements + length (length last) |
a61af66fc99e Initial load
duke
parents:
diff changeset
58 // | (length is u2, elements are 6-tuples of u2) |
a61af66fc99e Initial load
duke
parents:
diff changeset
59 // | (see class LocalVariableTableElement) |
a61af66fc99e Initial load
duke
parents:
diff changeset
60 // | (access flags bit tells whether table is present) |
a61af66fc99e Initial load
duke
parents:
diff changeset
61 // | (indexed from end of contMethodOop) |
a61af66fc99e Initial load
duke
parents:
diff changeset
62 // |------------------------------------------------------|
a61af66fc99e Initial load
duke
parents:
diff changeset
63 // | checked exceptions elements + length (length last) |
a61af66fc99e Initial load
duke
parents:
diff changeset
64 // | (length is u2, elements are u2) |
a61af66fc99e Initial load
duke
parents:
diff changeset
65 // | (see class CheckedExceptionElement) |
a61af66fc99e Initial load
duke
parents:
diff changeset
66 // | (access flags bit tells whether table is present) |
a61af66fc99e Initial load
duke
parents:
diff changeset
67 // | (indexed from end of constMethodOop) |
a61af66fc99e Initial load
duke
parents:
diff changeset
68 // |------------------------------------------------------|
a61af66fc99e Initial load
duke
parents:
diff changeset
69
a61af66fc99e Initial load
duke
parents:
diff changeset
70
a61af66fc99e Initial load
duke
parents:
diff changeset
71 // Utitily class decribing elements in checked exceptions table inlined in methodOop.
a61af66fc99e Initial load
duke
parents:
diff changeset
72 class CheckedExceptionElement VALUE_OBJ_CLASS_SPEC {
a61af66fc99e Initial load
duke
parents:
diff changeset
73 public:
a61af66fc99e Initial load
duke
parents:
diff changeset
74 u2 class_cp_index;
a61af66fc99e Initial load
duke
parents:
diff changeset
75 };
a61af66fc99e Initial load
duke
parents:
diff changeset
76
a61af66fc99e Initial load
duke
parents:
diff changeset
77
a61af66fc99e Initial load
duke
parents:
diff changeset
78 // Utitily class decribing elements in local variable table inlined in methodOop.
a61af66fc99e Initial load
duke
parents:
diff changeset
79 class LocalVariableTableElement VALUE_OBJ_CLASS_SPEC {
a61af66fc99e Initial load
duke
parents:
diff changeset
80 public:
a61af66fc99e Initial load
duke
parents:
diff changeset
81 u2 start_bci;
a61af66fc99e Initial load
duke
parents:
diff changeset
82 u2 length;
a61af66fc99e Initial load
duke
parents:
diff changeset
83 u2 name_cp_index;
a61af66fc99e Initial load
duke
parents:
diff changeset
84 u2 descriptor_cp_index;
a61af66fc99e Initial load
duke
parents:
diff changeset
85 u2 signature_cp_index;
a61af66fc99e Initial load
duke
parents:
diff changeset
86 u2 slot;
a61af66fc99e Initial load
duke
parents:
diff changeset
87 };
a61af66fc99e Initial load
duke
parents:
diff changeset
88
a61af66fc99e Initial load
duke
parents:
diff changeset
89
a61af66fc99e Initial load
duke
parents:
diff changeset
90 class constMethodOopDesc : public oopDesc {
a61af66fc99e Initial load
duke
parents:
diff changeset
91 friend class constMethodKlass;
a61af66fc99e Initial load
duke
parents:
diff changeset
92 friend class VMStructs;
a61af66fc99e Initial load
duke
parents:
diff changeset
93 private:
a61af66fc99e Initial load
duke
parents:
diff changeset
94 enum {
a61af66fc99e Initial load
duke
parents:
diff changeset
95 _has_linenumber_table = 1,
a61af66fc99e Initial load
duke
parents:
diff changeset
96 _has_checked_exceptions = 2,
a61af66fc99e Initial load
duke
parents:
diff changeset
97 _has_localvariable_table = 4
a61af66fc99e Initial load
duke
parents:
diff changeset
98 };
a61af66fc99e Initial load
duke
parents:
diff changeset
99
a61af66fc99e Initial load
duke
parents:
diff changeset
100 // Bit vector of signature
a61af66fc99e Initial load
duke
parents:
diff changeset
101 // Callers interpret 0=not initialized yet and
a61af66fc99e Initial load
duke
parents:
diff changeset
102 // -1=too many args to fix, must parse the slow way.
a61af66fc99e Initial load
duke
parents:
diff changeset
103 // The real initial value is special to account for nonatomicity of 64 bit
a61af66fc99e Initial load
duke
parents:
diff changeset
104 // loads and stores. This value may updated and read without a lock by
a61af66fc99e Initial load
duke
parents:
diff changeset
105 // multiple threads, so is volatile.
a61af66fc99e Initial load
duke
parents:
diff changeset
106 volatile uint64_t _fingerprint;
518
0af8b0718fc9 6692899: CMS: many vm.parallel_class_loading tests fail with assert "missing Printezis mark"
jmasa
parents: 0
diff changeset
107 volatile bool _is_conc_safe; // if true, safe for concurrent GC processing
0
a61af66fc99e Initial load
duke
parents:
diff changeset
108
a61af66fc99e Initial load
duke
parents:
diff changeset
109 public:
a61af66fc99e Initial load
duke
parents:
diff changeset
110 oop* oop_block_beg() const { return adr_method(); }
a61af66fc99e Initial load
duke
parents:
diff changeset
111 oop* oop_block_end() const { return adr_exception_table() + 1; }
a61af66fc99e Initial load
duke
parents:
diff changeset
112
a61af66fc99e Initial load
duke
parents:
diff changeset
113 private:
a61af66fc99e Initial load
duke
parents:
diff changeset
114 //
a61af66fc99e Initial load
duke
parents:
diff changeset
115 // The oop block. See comment in klass.hpp before making changes.
a61af66fc99e Initial load
duke
parents:
diff changeset
116 //
a61af66fc99e Initial load
duke
parents:
diff changeset
117
a61af66fc99e Initial load
duke
parents:
diff changeset
118 // Backpointer to non-const methodOop (needed for some JVMTI operations)
a61af66fc99e Initial load
duke
parents:
diff changeset
119 methodOop _method;
a61af66fc99e Initial load
duke
parents:
diff changeset
120
a61af66fc99e Initial load
duke
parents:
diff changeset
121 // Raw stackmap data for the method
a61af66fc99e Initial load
duke
parents:
diff changeset
122 typeArrayOop _stackmap_data;
a61af66fc99e Initial load
duke
parents:
diff changeset
123
a61af66fc99e Initial load
duke
parents:
diff changeset
124 // The exception handler table. 4-tuples of ints [start_pc, end_pc,
a61af66fc99e Initial load
duke
parents:
diff changeset
125 // handler_pc, catch_type index] For methods with no exceptions the
a61af66fc99e Initial load
duke
parents:
diff changeset
126 // table is pointing to Universe::the_empty_int_array
a61af66fc99e Initial load
duke
parents:
diff changeset
127 typeArrayOop _exception_table;
a61af66fc99e Initial load
duke
parents:
diff changeset
128
a61af66fc99e Initial load
duke
parents:
diff changeset
129 //
a61af66fc99e Initial load
duke
parents:
diff changeset
130 // End of the oop block.
a61af66fc99e Initial load
duke
parents:
diff changeset
131 //
a61af66fc99e Initial load
duke
parents:
diff changeset
132
a61af66fc99e Initial load
duke
parents:
diff changeset
133 int _constMethod_size;
a61af66fc99e Initial load
duke
parents:
diff changeset
134 jbyte _interpreter_kind;
a61af66fc99e Initial load
duke
parents:
diff changeset
135 jbyte _flags;
a61af66fc99e Initial load
duke
parents:
diff changeset
136
a61af66fc99e Initial load
duke
parents:
diff changeset
137 // Size of Java bytecodes allocated immediately after methodOop.
a61af66fc99e Initial load
duke
parents:
diff changeset
138 u2 _code_size;
a61af66fc99e Initial load
duke
parents:
diff changeset
139 u2 _name_index; // Method name (index in constant pool)
a61af66fc99e Initial load
duke
parents:
diff changeset
140 u2 _signature_index; // Method signature (index in constant pool)
a61af66fc99e Initial load
duke
parents:
diff changeset
141 u2 _method_idnum; // unique identification number for the method within the class
a61af66fc99e Initial load
duke
parents:
diff changeset
142 // initially corresponds to the index into the methods array.
a61af66fc99e Initial load
duke
parents:
diff changeset
143 // but this may change with redefinition
a61af66fc99e Initial load
duke
parents:
diff changeset
144 u2 _generic_signature_index; // Generic signature (index in constant pool, 0 if absent)
a61af66fc99e Initial load
duke
parents:
diff changeset
145
a61af66fc99e Initial load
duke
parents:
diff changeset
146 public:
a61af66fc99e Initial load
duke
parents:
diff changeset
147 // Inlined tables
a61af66fc99e Initial load
duke
parents:
diff changeset
148 void set_inlined_tables_length(int checked_exceptions_len,
a61af66fc99e Initial load
duke
parents:
diff changeset
149 int compressed_line_number_size,
a61af66fc99e Initial load
duke
parents:
diff changeset
150 int localvariable_table_len);
a61af66fc99e Initial load
duke
parents:
diff changeset
151
a61af66fc99e Initial load
duke
parents:
diff changeset
152 bool has_linenumber_table() const
a61af66fc99e Initial load
duke
parents:
diff changeset
153 { return (_flags & _has_linenumber_table) != 0; }
a61af66fc99e Initial load
duke
parents:
diff changeset
154
a61af66fc99e Initial load
duke
parents:
diff changeset
155 bool has_checked_exceptions() const
a61af66fc99e Initial load
duke
parents:
diff changeset
156 { return (_flags & _has_checked_exceptions) != 0; }
a61af66fc99e Initial load
duke
parents:
diff changeset
157
a61af66fc99e Initial load
duke
parents:
diff changeset
158 bool has_localvariable_table() const
a61af66fc99e Initial load
duke
parents:
diff changeset
159 { return (_flags & _has_localvariable_table) != 0; }
a61af66fc99e Initial load
duke
parents:
diff changeset
160
a61af66fc99e Initial load
duke
parents:
diff changeset
161 void set_interpreter_kind(int kind) { _interpreter_kind = kind; }
a61af66fc99e Initial load
duke
parents:
diff changeset
162 int interpreter_kind(void) const { return _interpreter_kind; }
a61af66fc99e Initial load
duke
parents:
diff changeset
163
a61af66fc99e Initial load
duke
parents:
diff changeset
164 // backpointer to non-const methodOop
a61af66fc99e Initial load
duke
parents:
diff changeset
165 methodOop method() const { return _method; }
a61af66fc99e Initial load
duke
parents:
diff changeset
166 void set_method(methodOop m) { oop_store_without_check((oop*)&_method, (oop) m); }
a61af66fc99e Initial load
duke
parents:
diff changeset
167
a61af66fc99e Initial load
duke
parents:
diff changeset
168
a61af66fc99e Initial load
duke
parents:
diff changeset
169 // stackmap table data
a61af66fc99e Initial load
duke
parents:
diff changeset
170 typeArrayOop stackmap_data() const { return _stackmap_data; }
a61af66fc99e Initial load
duke
parents:
diff changeset
171 void set_stackmap_data(typeArrayOop sd) {
a61af66fc99e Initial load
duke
parents:
diff changeset
172 oop_store_without_check((oop*)&_stackmap_data, (oop)sd);
a61af66fc99e Initial load
duke
parents:
diff changeset
173 }
a61af66fc99e Initial load
duke
parents:
diff changeset
174 bool has_stackmap_table() const { return _stackmap_data != NULL; }
a61af66fc99e Initial load
duke
parents:
diff changeset
175
a61af66fc99e Initial load
duke
parents:
diff changeset
176 // exception handler table
a61af66fc99e Initial load
duke
parents:
diff changeset
177 typeArrayOop exception_table() const { return _exception_table; }
a61af66fc99e Initial load
duke
parents:
diff changeset
178 void set_exception_table(typeArrayOop e) { oop_store_without_check((oop*) &_exception_table, (oop) e); }
a61af66fc99e Initial load
duke
parents:
diff changeset
179 bool has_exception_handler() const { return exception_table() != NULL && exception_table()->length() > 0; }
a61af66fc99e Initial load
duke
parents:
diff changeset
180
a61af66fc99e Initial load
duke
parents:
diff changeset
181 void init_fingerprint() {
a61af66fc99e Initial load
duke
parents:
diff changeset
182 const uint64_t initval = CONST64(0x8000000000000000);
a61af66fc99e Initial load
duke
parents:
diff changeset
183 _fingerprint = initval;
a61af66fc99e Initial load
duke
parents:
diff changeset
184 }
a61af66fc99e Initial load
duke
parents:
diff changeset
185
a61af66fc99e Initial load
duke
parents:
diff changeset
186 uint64_t fingerprint() const {
a61af66fc99e Initial load
duke
parents:
diff changeset
187 // Since reads aren't atomic for 64 bits, if any of the high or low order
a61af66fc99e Initial load
duke
parents:
diff changeset
188 // word is the initial value, return 0. See init_fingerprint for initval.
a61af66fc99e Initial load
duke
parents:
diff changeset
189 uint high_fp = (uint)(_fingerprint >> 32);
a61af66fc99e Initial load
duke
parents:
diff changeset
190 if ((int) _fingerprint == 0 || high_fp == 0x80000000) {
a61af66fc99e Initial load
duke
parents:
diff changeset
191 return 0L;
a61af66fc99e Initial load
duke
parents:
diff changeset
192 } else {
a61af66fc99e Initial load
duke
parents:
diff changeset
193 return _fingerprint;
a61af66fc99e Initial load
duke
parents:
diff changeset
194 }
a61af66fc99e Initial load
duke
parents:
diff changeset
195 }
a61af66fc99e Initial load
duke
parents:
diff changeset
196
a61af66fc99e Initial load
duke
parents:
diff changeset
197 uint64_t set_fingerprint(uint64_t new_fingerprint) {
a61af66fc99e Initial load
duke
parents:
diff changeset
198 #ifdef ASSERT
a61af66fc99e Initial load
duke
parents:
diff changeset
199 // Assert only valid if complete/valid 64 bit _fingerprint value is read.
a61af66fc99e Initial load
duke
parents:
diff changeset
200 uint64_t oldfp = fingerprint();
a61af66fc99e Initial load
duke
parents:
diff changeset
201 #endif // ASSERT
a61af66fc99e Initial load
duke
parents:
diff changeset
202 _fingerprint = new_fingerprint;
a61af66fc99e Initial load
duke
parents:
diff changeset
203 assert(oldfp == 0L || new_fingerprint == oldfp,
a61af66fc99e Initial load
duke
parents:
diff changeset
204 "fingerprint cannot change");
a61af66fc99e Initial load
duke
parents:
diff changeset
205 assert(((new_fingerprint >> 32) != 0x80000000) && (int)new_fingerprint !=0,
a61af66fc99e Initial load
duke
parents:
diff changeset
206 "fingerprint should call init to set initial value");
a61af66fc99e Initial load
duke
parents:
diff changeset
207 return new_fingerprint;
a61af66fc99e Initial load
duke
parents:
diff changeset
208 }
a61af66fc99e Initial load
duke
parents:
diff changeset
209
a61af66fc99e Initial load
duke
parents:
diff changeset
210 // name
a61af66fc99e Initial load
duke
parents:
diff changeset
211 int name_index() const { return _name_index; }
a61af66fc99e Initial load
duke
parents:
diff changeset
212 void set_name_index(int index) { _name_index = index; }
a61af66fc99e Initial load
duke
parents:
diff changeset
213
a61af66fc99e Initial load
duke
parents:
diff changeset
214 // signature
a61af66fc99e Initial load
duke
parents:
diff changeset
215 int signature_index() const { return _signature_index; }
a61af66fc99e Initial load
duke
parents:
diff changeset
216 void set_signature_index(int index) { _signature_index = index; }
a61af66fc99e Initial load
duke
parents:
diff changeset
217
a61af66fc99e Initial load
duke
parents:
diff changeset
218 // generics support
a61af66fc99e Initial load
duke
parents:
diff changeset
219 int generic_signature_index() const { return _generic_signature_index; }
a61af66fc99e Initial load
duke
parents:
diff changeset
220 void set_generic_signature_index(int index) { _generic_signature_index = index; }
a61af66fc99e Initial load
duke
parents:
diff changeset
221
a61af66fc99e Initial load
duke
parents:
diff changeset
222 // Sizing
a61af66fc99e Initial load
duke
parents:
diff changeset
223 static int header_size() {
a61af66fc99e Initial load
duke
parents:
diff changeset
224 return sizeof(constMethodOopDesc)/HeapWordSize;
a61af66fc99e Initial load
duke
parents:
diff changeset
225 }
a61af66fc99e Initial load
duke
parents:
diff changeset
226
a61af66fc99e Initial load
duke
parents:
diff changeset
227 // Object size needed
a61af66fc99e Initial load
duke
parents:
diff changeset
228 static int object_size(int code_size, int compressed_line_number_size,
a61af66fc99e Initial load
duke
parents:
diff changeset
229 int local_variable_table_length,
a61af66fc99e Initial load
duke
parents:
diff changeset
230 int checked_exceptions_length);
a61af66fc99e Initial load
duke
parents:
diff changeset
231
a61af66fc99e Initial load
duke
parents:
diff changeset
232 int object_size() const { return _constMethod_size; }
a61af66fc99e Initial load
duke
parents:
diff changeset
233 void set_constMethod_size(int size) { _constMethod_size = size; }
a61af66fc99e Initial load
duke
parents:
diff changeset
234 // Is object parsable by gc
a61af66fc99e Initial load
duke
parents:
diff changeset
235 bool object_is_parsable() { return object_size() > 0; }
a61af66fc99e Initial load
duke
parents:
diff changeset
236
a61af66fc99e Initial load
duke
parents:
diff changeset
237 // code size
a61af66fc99e Initial load
duke
parents:
diff changeset
238 int code_size() const { return _code_size; }
a61af66fc99e Initial load
duke
parents:
diff changeset
239 void set_code_size(int size) {
a61af66fc99e Initial load
duke
parents:
diff changeset
240 assert(max_method_code_size < (1 << 16),
a61af66fc99e Initial load
duke
parents:
diff changeset
241 "u2 is too small to hold method code size in general");
a61af66fc99e Initial load
duke
parents:
diff changeset
242 assert(0 <= size && size <= max_method_code_size, "invalid code size");
a61af66fc99e Initial load
duke
parents:
diff changeset
243 _code_size = size;
a61af66fc99e Initial load
duke
parents:
diff changeset
244 }
a61af66fc99e Initial load
duke
parents:
diff changeset
245
a61af66fc99e Initial load
duke
parents:
diff changeset
246 // linenumber table - note that length is unknown until decompression,
a61af66fc99e Initial load
duke
parents:
diff changeset
247 // see class CompressedLineNumberReadStream.
a61af66fc99e Initial load
duke
parents:
diff changeset
248 u_char* compressed_linenumber_table() const; // not preserved by gc
a61af66fc99e Initial load
duke
parents:
diff changeset
249 u2* checked_exceptions_length_addr() const;
a61af66fc99e Initial load
duke
parents:
diff changeset
250 u2* localvariable_table_length_addr() const;
a61af66fc99e Initial load
duke
parents:
diff changeset
251
a61af66fc99e Initial load
duke
parents:
diff changeset
252 // checked exceptions
a61af66fc99e Initial load
duke
parents:
diff changeset
253 int checked_exceptions_length() const;
a61af66fc99e Initial load
duke
parents:
diff changeset
254 CheckedExceptionElement* checked_exceptions_start() const;
a61af66fc99e Initial load
duke
parents:
diff changeset
255
a61af66fc99e Initial load
duke
parents:
diff changeset
256 // localvariable table
a61af66fc99e Initial load
duke
parents:
diff changeset
257 int localvariable_table_length() const;
a61af66fc99e Initial load
duke
parents:
diff changeset
258 LocalVariableTableElement* localvariable_table_start() const;
a61af66fc99e Initial load
duke
parents:
diff changeset
259
a61af66fc99e Initial load
duke
parents:
diff changeset
260 // byte codes
1138
dd57230ba8fe 6893268: additional dynamic language related optimizations in C2
twisti
parents: 579
diff changeset
261 void set_code(address code) {
dd57230ba8fe 6893268: additional dynamic language related optimizations in C2
twisti
parents: 579
diff changeset
262 if (code_size() > 0) {
dd57230ba8fe 6893268: additional dynamic language related optimizations in C2
twisti
parents: 579
diff changeset
263 memcpy(code_base(), code, code_size());
dd57230ba8fe 6893268: additional dynamic language related optimizations in C2
twisti
parents: 579
diff changeset
264 }
dd57230ba8fe 6893268: additional dynamic language related optimizations in C2
twisti
parents: 579
diff changeset
265 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
266 address code_base() const { return (address) (this+1); }
a61af66fc99e Initial load
duke
parents:
diff changeset
267 address code_end() const { return code_base() + code_size(); }
a61af66fc99e Initial load
duke
parents:
diff changeset
268 bool contains(address bcp) const { return code_base() <= bcp
a61af66fc99e Initial load
duke
parents:
diff changeset
269 && bcp < code_end(); }
a61af66fc99e Initial load
duke
parents:
diff changeset
270 // Offset to bytecodes
a61af66fc99e Initial load
duke
parents:
diff changeset
271 static ByteSize codes_offset()
a61af66fc99e Initial load
duke
parents:
diff changeset
272 { return in_ByteSize(sizeof(constMethodOopDesc)); }
a61af66fc99e Initial load
duke
parents:
diff changeset
273
a61af66fc99e Initial load
duke
parents:
diff changeset
274 // interpreter support
a61af66fc99e Initial load
duke
parents:
diff changeset
275 static ByteSize exception_table_offset()
a61af66fc99e Initial load
duke
parents:
diff changeset
276 { return byte_offset_of(constMethodOopDesc, _exception_table); }
a61af66fc99e Initial load
duke
parents:
diff changeset
277
a61af66fc99e Initial load
duke
parents:
diff changeset
278 // Garbage collection support
a61af66fc99e Initial load
duke
parents:
diff changeset
279 oop* adr_method() const { return (oop*)&_method; }
a61af66fc99e Initial load
duke
parents:
diff changeset
280 oop* adr_stackmap_data() const { return (oop*)&_stackmap_data; }
a61af66fc99e Initial load
duke
parents:
diff changeset
281 oop* adr_exception_table() const { return (oop*)&_exception_table; }
518
0af8b0718fc9 6692899: CMS: many vm.parallel_class_loading tests fail with assert "missing Printezis mark"
jmasa
parents: 0
diff changeset
282 bool is_conc_safe() { return _is_conc_safe; }
0af8b0718fc9 6692899: CMS: many vm.parallel_class_loading tests fail with assert "missing Printezis mark"
jmasa
parents: 0
diff changeset
283 void set_is_conc_safe(bool v) { _is_conc_safe = v; }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
284
a61af66fc99e Initial load
duke
parents:
diff changeset
285 // Unique id for the method
a61af66fc99e Initial load
duke
parents:
diff changeset
286 static const u2 MAX_IDNUM;
a61af66fc99e Initial load
duke
parents:
diff changeset
287 static const u2 UNSET_IDNUM;
a61af66fc99e Initial load
duke
parents:
diff changeset
288 u2 method_idnum() const { return _method_idnum; }
a61af66fc99e Initial load
duke
parents:
diff changeset
289 void set_method_idnum(u2 idnum) { _method_idnum = idnum; }
a61af66fc99e Initial load
duke
parents:
diff changeset
290
a61af66fc99e Initial load
duke
parents:
diff changeset
291 private:
a61af66fc99e Initial load
duke
parents:
diff changeset
292 // Since the size of the compressed line number table is unknown, the
a61af66fc99e Initial load
duke
parents:
diff changeset
293 // offsets of the other variable sized sections are computed backwards
a61af66fc99e Initial load
duke
parents:
diff changeset
294 // from the end of the constMethodOop.
a61af66fc99e Initial load
duke
parents:
diff changeset
295
a61af66fc99e Initial load
duke
parents:
diff changeset
296 // First byte after constMethodOop
a61af66fc99e Initial load
duke
parents:
diff changeset
297 address constMethod_end() const
a61af66fc99e Initial load
duke
parents:
diff changeset
298 { return (address)((oop*)this + _constMethod_size); }
a61af66fc99e Initial load
duke
parents:
diff changeset
299
a61af66fc99e Initial load
duke
parents:
diff changeset
300 // Last short in constMethodOop
a61af66fc99e Initial load
duke
parents:
diff changeset
301 u2* last_u2_element() const
a61af66fc99e Initial load
duke
parents:
diff changeset
302 { return (u2*)constMethod_end() - 1; }
a61af66fc99e Initial load
duke
parents:
diff changeset
303 };