annotate src/share/vm/oops/methodData.cpp @ 17810:62c54fcc0a35

Merge
author kvn
date Tue, 25 Mar 2014 17:07:36 -0700
parents da862781b584 606acabe7b5c
children 78bbf4d43a14
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 /*
7956
16fb9f942703 6479360: PrintClassHistogram improvements
acorn
parents: 6725
diff changeset
2 * Copyright (c) 2000, 2013, 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: 941
diff changeset
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 941
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: 941
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
1972
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1783
diff changeset
25 #include "precompiled.hpp"
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1783
diff changeset
26 #include "classfile/systemDictionary.hpp"
17780
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
27 #include "compiler/compilerOracle.hpp"
1972
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1783
diff changeset
28 #include "interpreter/bytecode.hpp"
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1783
diff changeset
29 #include "interpreter/bytecodeStream.hpp"
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1783
diff changeset
30 #include "interpreter/linkResolver.hpp"
7956
16fb9f942703 6479360: PrintClassHistogram improvements
acorn
parents: 6725
diff changeset
31 #include "memory/heapInspection.hpp"
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
32 #include "oops/methodData.hpp"
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
33 #include "prims/jvmtiRedefineClasses.hpp"
1972
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1783
diff changeset
34 #include "runtime/compilationPolicy.hpp"
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1783
diff changeset
35 #include "runtime/deoptimization.hpp"
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1783
diff changeset
36 #include "runtime/handles.inline.hpp"
0
a61af66fc99e Initial load
duke
parents:
diff changeset
37
a61af66fc99e Initial load
duke
parents:
diff changeset
38 // ==================================================================
a61af66fc99e Initial load
duke
parents:
diff changeset
39 // DataLayout
a61af66fc99e Initial load
duke
parents:
diff changeset
40 //
a61af66fc99e Initial load
duke
parents:
diff changeset
41 // Overlay for generic profiling data.
a61af66fc99e Initial load
duke
parents:
diff changeset
42
a61af66fc99e Initial load
duke
parents:
diff changeset
43 // Some types of data layouts need a length field.
a61af66fc99e Initial load
duke
parents:
diff changeset
44 bool DataLayout::needs_array_len(u1 tag) {
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
45 return (tag == multi_branch_data_tag) || (tag == arg_info_data_tag) || (tag == parameters_type_data_tag);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
46 }
a61af66fc99e Initial load
duke
parents:
diff changeset
47
a61af66fc99e Initial load
duke
parents:
diff changeset
48 // Perform generic initialization of the data. More specific
a61af66fc99e Initial load
duke
parents:
diff changeset
49 // initialization occurs in overrides of ProfileData::post_initialize.
a61af66fc99e Initial load
duke
parents:
diff changeset
50 void DataLayout::initialize(u1 tag, u2 bci, int cell_count) {
a61af66fc99e Initial load
duke
parents:
diff changeset
51 _header._bits = (intptr_t)0;
a61af66fc99e Initial load
duke
parents:
diff changeset
52 _header._struct._tag = tag;
a61af66fc99e Initial load
duke
parents:
diff changeset
53 _header._struct._bci = bci;
a61af66fc99e Initial load
duke
parents:
diff changeset
54 for (int i = 0; i < cell_count; i++) {
a61af66fc99e Initial load
duke
parents:
diff changeset
55 set_cell_at(i, (intptr_t)0);
a61af66fc99e Initial load
duke
parents:
diff changeset
56 }
a61af66fc99e Initial load
duke
parents:
diff changeset
57 if (needs_array_len(tag)) {
a61af66fc99e Initial load
duke
parents:
diff changeset
58 set_cell_at(ArrayData::array_len_off_set, cell_count - 1); // -1 for header.
a61af66fc99e Initial load
duke
parents:
diff changeset
59 }
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
60 if (tag == call_type_data_tag) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
61 CallTypeData::initialize(this, cell_count);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
62 } else if (tag == virtual_call_type_data_tag) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
63 VirtualCallTypeData::initialize(this, cell_count);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
64 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
65 }
a61af66fc99e Initial load
duke
parents:
diff changeset
66
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
67 void DataLayout::clean_weak_klass_links(BoolObjectClosure* cl) {
941
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
68 ResourceMark m;
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
69 data_in()->clean_weak_klass_links(cl);
941
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
70 }
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
71
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
72
0
a61af66fc99e Initial load
duke
parents:
diff changeset
73 // ==================================================================
a61af66fc99e Initial load
duke
parents:
diff changeset
74 // ProfileData
a61af66fc99e Initial load
duke
parents:
diff changeset
75 //
a61af66fc99e Initial load
duke
parents:
diff changeset
76 // A ProfileData object is created to refer to a section of profiling
a61af66fc99e Initial load
duke
parents:
diff changeset
77 // data in a structured way.
a61af66fc99e Initial load
duke
parents:
diff changeset
78
a61af66fc99e Initial load
duke
parents:
diff changeset
79 // Constructor for invalid ProfileData.
a61af66fc99e Initial load
duke
parents:
diff changeset
80 ProfileData::ProfileData() {
a61af66fc99e Initial load
duke
parents:
diff changeset
81 _data = NULL;
a61af66fc99e Initial load
duke
parents:
diff changeset
82 }
a61af66fc99e Initial load
duke
parents:
diff changeset
83
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
84 char* ProfileData::print_data_on_helper(const MethodData* md) const {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
85 DataLayout* dp = md->extra_data_base();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
86 DataLayout* end = md->extra_data_limit();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
87 stringStream ss;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
88 for (;; dp = MethodData::next_extra(dp)) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
89 assert(dp < end, "moved past end of extra data");
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
90 switch(dp->tag()) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
91 case DataLayout::speculative_trap_data_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
92 if (dp->bci() == bci()) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
93 SpeculativeTrapData* data = new SpeculativeTrapData(dp);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
94 int trap = data->trap_state();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
95 char buf[100];
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
96 ss.print("trap/");
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
97 data->method()->print_short_name(&ss);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
98 ss.print("(%s) ", Deoptimization::format_trap_state(buf, sizeof(buf), trap));
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
99 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
100 break;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
101 case DataLayout::bit_data_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
102 break;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
103 case DataLayout::no_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
104 case DataLayout::arg_info_data_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
105 return ss.as_string();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
106 break;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
107 default:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
108 fatal(err_msg("unexpected tag %d", dp->tag()));
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
109 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
110 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
111 return NULL;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
112 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
113
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
114 void ProfileData::print_data_on(outputStream* st, const MethodData* md) const {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
115 print_data_on(st, print_data_on_helper(md));
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
116 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
117
0
a61af66fc99e Initial load
duke
parents:
diff changeset
118 #ifndef PRODUCT
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
119 void ProfileData::print_shared(outputStream* st, const char* name, const char* extra) const {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
120 st->print("bci: %d", bci());
a61af66fc99e Initial load
duke
parents:
diff changeset
121 st->fill_to(tab_width_one);
a61af66fc99e Initial load
duke
parents:
diff changeset
122 st->print("%s", name);
a61af66fc99e Initial load
duke
parents:
diff changeset
123 tab(st);
a61af66fc99e Initial load
duke
parents:
diff changeset
124 int trap = trap_state();
a61af66fc99e Initial load
duke
parents:
diff changeset
125 if (trap != 0) {
a61af66fc99e Initial load
duke
parents:
diff changeset
126 char buf[100];
a61af66fc99e Initial load
duke
parents:
diff changeset
127 st->print("trap(%s) ", Deoptimization::format_trap_state(buf, sizeof(buf), trap));
a61af66fc99e Initial load
duke
parents:
diff changeset
128 }
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
129 if (extra != NULL) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
130 st->print(extra);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
131 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
132 int flags = data()->flags();
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
133 if (flags != 0) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
134 st->print("flags(%d) ", flags);
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
135 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
136 }
a61af66fc99e Initial load
duke
parents:
diff changeset
137
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
138 void ProfileData::tab(outputStream* st, bool first) const {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
139 st->fill_to(first ? tab_width_one : tab_width_two);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
140 }
a61af66fc99e Initial load
duke
parents:
diff changeset
141 #endif // !PRODUCT
a61af66fc99e Initial load
duke
parents:
diff changeset
142
a61af66fc99e Initial load
duke
parents:
diff changeset
143 // ==================================================================
a61af66fc99e Initial load
duke
parents:
diff changeset
144 // BitData
a61af66fc99e Initial load
duke
parents:
diff changeset
145 //
a61af66fc99e Initial load
duke
parents:
diff changeset
146 // A BitData corresponds to a one-bit flag. This is used to indicate
a61af66fc99e Initial load
duke
parents:
diff changeset
147 // whether a checkcast bytecode has seen a null value.
a61af66fc99e Initial load
duke
parents:
diff changeset
148
a61af66fc99e Initial load
duke
parents:
diff changeset
149
a61af66fc99e Initial load
duke
parents:
diff changeset
150 #ifndef PRODUCT
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
151 void BitData::print_data_on(outputStream* st, const char* extra) const {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
152 print_shared(st, "BitData", extra);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
153 }
a61af66fc99e Initial load
duke
parents:
diff changeset
154 #endif // !PRODUCT
a61af66fc99e Initial load
duke
parents:
diff changeset
155
a61af66fc99e Initial load
duke
parents:
diff changeset
156 // ==================================================================
a61af66fc99e Initial load
duke
parents:
diff changeset
157 // CounterData
a61af66fc99e Initial load
duke
parents:
diff changeset
158 //
a61af66fc99e Initial load
duke
parents:
diff changeset
159 // A CounterData corresponds to a simple counter.
a61af66fc99e Initial load
duke
parents:
diff changeset
160
a61af66fc99e Initial load
duke
parents:
diff changeset
161 #ifndef PRODUCT
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
162 void CounterData::print_data_on(outputStream* st, const char* extra) const {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
163 print_shared(st, "CounterData", extra);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
164 st->print_cr("count(%u)", count());
a61af66fc99e Initial load
duke
parents:
diff changeset
165 }
a61af66fc99e Initial load
duke
parents:
diff changeset
166 #endif // !PRODUCT
a61af66fc99e Initial load
duke
parents:
diff changeset
167
a61af66fc99e Initial load
duke
parents:
diff changeset
168 // ==================================================================
a61af66fc99e Initial load
duke
parents:
diff changeset
169 // JumpData
a61af66fc99e Initial load
duke
parents:
diff changeset
170 //
a61af66fc99e Initial load
duke
parents:
diff changeset
171 // A JumpData is used to access profiling information for a direct
a61af66fc99e Initial load
duke
parents:
diff changeset
172 // branch. It is a counter, used for counting the number of branches,
a61af66fc99e Initial load
duke
parents:
diff changeset
173 // plus a data displacement, used for realigning the data pointer to
a61af66fc99e Initial load
duke
parents:
diff changeset
174 // the corresponding target bci.
a61af66fc99e Initial load
duke
parents:
diff changeset
175
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
176 void JumpData::post_initialize(BytecodeStream* stream, MethodData* mdo) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
177 assert(stream->bci() == bci(), "wrong pos");
a61af66fc99e Initial load
duke
parents:
diff changeset
178 int target;
a61af66fc99e Initial load
duke
parents:
diff changeset
179 Bytecodes::Code c = stream->code();
a61af66fc99e Initial load
duke
parents:
diff changeset
180 if (c == Bytecodes::_goto_w || c == Bytecodes::_jsr_w) {
a61af66fc99e Initial load
duke
parents:
diff changeset
181 target = stream->dest_w();
a61af66fc99e Initial load
duke
parents:
diff changeset
182 } else {
a61af66fc99e Initial load
duke
parents:
diff changeset
183 target = stream->dest();
a61af66fc99e Initial load
duke
parents:
diff changeset
184 }
a61af66fc99e Initial load
duke
parents:
diff changeset
185 int my_di = mdo->dp_to_di(dp());
a61af66fc99e Initial load
duke
parents:
diff changeset
186 int target_di = mdo->bci_to_di(target);
a61af66fc99e Initial load
duke
parents:
diff changeset
187 int offset = target_di - my_di;
a61af66fc99e Initial load
duke
parents:
diff changeset
188 set_displacement(offset);
a61af66fc99e Initial load
duke
parents:
diff changeset
189 }
a61af66fc99e Initial load
duke
parents:
diff changeset
190
a61af66fc99e Initial load
duke
parents:
diff changeset
191 #ifndef PRODUCT
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
192 void JumpData::print_data_on(outputStream* st, const char* extra) const {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
193 print_shared(st, "JumpData", extra);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
194 st->print_cr("taken(%u) displacement(%d)", taken(), displacement());
a61af66fc99e Initial load
duke
parents:
diff changeset
195 }
a61af66fc99e Initial load
duke
parents:
diff changeset
196 #endif // !PRODUCT
a61af66fc99e Initial load
duke
parents:
diff changeset
197
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
198 int TypeStackSlotEntries::compute_cell_count(Symbol* signature, bool include_receiver, int max) {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
199 // Parameter profiling include the receiver
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
200 int args_count = include_receiver ? 1 : 0;
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
201 ResourceMark rm;
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
202 SignatureStream ss(signature);
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
203 args_count += ss.reference_parameter_count();
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
204 args_count = MIN2(args_count, max);
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
205 return args_count * per_arg_cell_count;
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
206 }
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
207
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
208 int TypeEntriesAtCall::compute_cell_count(BytecodeStream* stream) {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
209 assert(Bytecodes::is_invoke(stream->code()), "should be invoke");
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
210 assert(TypeStackSlotEntries::per_arg_count() > ReturnTypeEntry::static_cell_count(), "code to test for arguments/results broken");
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
211 Bytecode_invoke inv(stream->method(), stream->bci());
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
212 int args_cell = 0;
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
213 if (arguments_profiling_enabled()) {
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
214 args_cell = TypeStackSlotEntries::compute_cell_count(inv.signature(), false, TypeProfileArgsLimit);
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
215 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
216 int ret_cell = 0;
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
217 if (return_profiling_enabled() && (inv.result_type() == T_OBJECT || inv.result_type() == T_ARRAY)) {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
218 ret_cell = ReturnTypeEntry::static_cell_count();
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
219 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
220 int header_cell = 0;
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
221 if (args_cell + ret_cell > 0) {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
222 header_cell = header_cell_count();
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
223 }
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
224
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
225 return header_cell + args_cell + ret_cell;
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
226 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
227
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
228 class ArgumentOffsetComputer : public SignatureInfo {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
229 private:
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
230 int _max;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
231 GrowableArray<int> _offsets;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
232
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
233 void set(int size, BasicType type) { _size += size; }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
234 void do_object(int begin, int end) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
235 if (_offsets.length() < _max) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
236 _offsets.push(_size);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
237 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
238 SignatureInfo::do_object(begin, end);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
239 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
240 void do_array (int begin, int end) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
241 if (_offsets.length() < _max) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
242 _offsets.push(_size);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
243 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
244 SignatureInfo::do_array(begin, end);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
245 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
246
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
247 public:
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
248 ArgumentOffsetComputer(Symbol* signature, int max)
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
249 : SignatureInfo(signature), _max(max), _offsets(Thread::current(), max) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
250 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
251
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
252 int total() { lazy_iterate_parameters(); return _size; }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
253
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
254 int off_at(int i) const { return _offsets.at(i); }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
255 };
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
256
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
257 void TypeStackSlotEntries::post_initialize(Symbol* signature, bool has_receiver, bool include_receiver) {
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
258 ResourceMark rm;
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
259 int start = 0;
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
260 // Parameter profiling include the receiver
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
261 if (include_receiver && has_receiver) {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
262 set_stack_slot(0, 0);
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
263 set_type(0, type_none());
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
264 start += 1;
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
265 }
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
266 ArgumentOffsetComputer aos(signature, _number_of_entries-start);
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
267 aos.total();
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
268 for (int i = start; i < _number_of_entries; i++) {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
269 set_stack_slot(i, aos.off_at(i-start) + (has_receiver ? 1 : 0));
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
270 set_type(i, type_none());
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
271 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
272 }
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
273
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
274 void CallTypeData::post_initialize(BytecodeStream* stream, MethodData* mdo) {
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
275 assert(Bytecodes::is_invoke(stream->code()), "should be invoke");
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
276 Bytecode_invoke inv(stream->method(), stream->bci());
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
277
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
278 SignatureStream ss(inv.signature());
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
279 if (has_arguments()) {
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
280 #ifdef ASSERT
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
281 ResourceMark rm;
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
282 int count = MIN2(ss.reference_parameter_count(), (int)TypeProfileArgsLimit);
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
283 assert(count > 0, "room for args type but none found?");
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
284 check_number_of_arguments(count);
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
285 #endif
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
286 _args.post_initialize(inv.signature(), inv.has_receiver(), false);
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
287 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
288
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
289 if (has_return()) {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
290 assert(inv.result_type() == T_OBJECT || inv.result_type() == T_ARRAY, "room for a ret type but doesn't return obj?");
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
291 _ret.post_initialize();
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
292 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
293 }
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
294
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
295 void VirtualCallTypeData::post_initialize(BytecodeStream* stream, MethodData* mdo) {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
296 assert(Bytecodes::is_invoke(stream->code()), "should be invoke");
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
297 Bytecode_invoke inv(stream->method(), stream->bci());
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
298
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
299 if (has_arguments()) {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
300 #ifdef ASSERT
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
301 ResourceMark rm;
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
302 SignatureStream ss(inv.signature());
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
303 int count = MIN2(ss.reference_parameter_count(), (int)TypeProfileArgsLimit);
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
304 assert(count > 0, "room for args type but none found?");
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
305 check_number_of_arguments(count);
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
306 #endif
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
307 _args.post_initialize(inv.signature(), inv.has_receiver(), false);
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
308 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
309
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
310 if (has_return()) {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
311 assert(inv.result_type() == T_OBJECT || inv.result_type() == T_ARRAY, "room for a ret type but doesn't return obj?");
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
312 _ret.post_initialize();
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
313 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
314 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
315
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
316 bool TypeEntries::is_loader_alive(BoolObjectClosure* is_alive_cl, intptr_t p) {
13080
6e1826d5c23e 8027572: assert(r != 0) failed: invalid
roland
parents: 12962
diff changeset
317 Klass* k = (Klass*)klass_part(p);
6e1826d5c23e 8027572: assert(r != 0) failed: invalid
roland
parents: 12962
diff changeset
318 return k != NULL && k->is_loader_alive(is_alive_cl);
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
319 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
320
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
321 void TypeStackSlotEntries::clean_weak_klass_links(BoolObjectClosure* is_alive_cl) {
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
322 for (int i = 0; i < _number_of_entries; i++) {
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
323 intptr_t p = type(i);
13080
6e1826d5c23e 8027572: assert(r != 0) failed: invalid
roland
parents: 12962
diff changeset
324 if (!is_loader_alive(is_alive_cl, p)) {
6e1826d5c23e 8027572: assert(r != 0) failed: invalid
roland
parents: 12962
diff changeset
325 set_type(i, with_status((Klass*)NULL, p));
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
326 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
327 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
328 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
329
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
330 void ReturnTypeEntry::clean_weak_klass_links(BoolObjectClosure* is_alive_cl) {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
331 intptr_t p = type();
13080
6e1826d5c23e 8027572: assert(r != 0) failed: invalid
roland
parents: 12962
diff changeset
332 if (!is_loader_alive(is_alive_cl, p)) {
6e1826d5c23e 8027572: assert(r != 0) failed: invalid
roland
parents: 12962
diff changeset
333 set_type(with_status((Klass*)NULL, p));
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
334 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
335 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
336
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
337 bool TypeEntriesAtCall::return_profiling_enabled() {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
338 return MethodData::profile_return();
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
339 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
340
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
341 bool TypeEntriesAtCall::arguments_profiling_enabled() {
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
342 return MethodData::profile_arguments();
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
343 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
344
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
345 #ifndef PRODUCT
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
346 void TypeEntries::print_klass(outputStream* st, intptr_t k) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
347 if (is_type_none(k)) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
348 st->print("none");
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
349 } else if (is_type_unknown(k)) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
350 st->print("unknown");
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
351 } else {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
352 valid_klass(k)->print_value_on(st);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
353 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
354 if (was_null_seen(k)) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
355 st->print(" (null seen)");
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
356 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
357 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
358
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
359 void TypeStackSlotEntries::print_data_on(outputStream* st) const {
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
360 for (int i = 0; i < _number_of_entries; i++) {
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
361 _pd->tab(st);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
362 st->print("%d: stack(%u) ", i, stack_slot(i));
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
363 print_klass(st, type(i));
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
364 st->cr();
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
365 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
366 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
367
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
368 void ReturnTypeEntry::print_data_on(outputStream* st) const {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
369 _pd->tab(st);
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
370 print_klass(st, type());
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
371 st->cr();
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
372 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
373
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
374 void CallTypeData::print_data_on(outputStream* st, const char* extra) const {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
375 CounterData::print_data_on(st, extra);
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
376 if (has_arguments()) {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
377 tab(st, true);
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
378 st->print("argument types");
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
379 _args.print_data_on(st);
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
380 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
381 if (has_return()) {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
382 tab(st, true);
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
383 st->print("return type");
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
384 _ret.print_data_on(st);
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
385 }
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
386 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
387
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
388 void VirtualCallTypeData::print_data_on(outputStream* st, const char* extra) const {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
389 VirtualCallData::print_data_on(st, extra);
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
390 if (has_arguments()) {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
391 tab(st, true);
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
392 st->print("argument types");
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
393 _args.print_data_on(st);
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
394 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
395 if (has_return()) {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
396 tab(st, true);
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
397 st->print("return type");
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
398 _ret.print_data_on(st);
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
399 }
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
400 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
401 #endif
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
402
0
a61af66fc99e Initial load
duke
parents:
diff changeset
403 // ==================================================================
a61af66fc99e Initial load
duke
parents:
diff changeset
404 // ReceiverTypeData
a61af66fc99e Initial load
duke
parents:
diff changeset
405 //
a61af66fc99e Initial load
duke
parents:
diff changeset
406 // A ReceiverTypeData is used to access profiling information about a
a61af66fc99e Initial load
duke
parents:
diff changeset
407 // dynamic type check. It consists of a counter which counts the total times
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
408 // that the check is reached, and a series of (Klass*, count) pairs
0
a61af66fc99e Initial load
duke
parents:
diff changeset
409 // which are used to store a type profile for the receiver of the check.
a61af66fc99e Initial load
duke
parents:
diff changeset
410
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
411 void ReceiverTypeData::clean_weak_klass_links(BoolObjectClosure* is_alive_cl) {
941
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
412 for (uint row = 0; row < row_limit(); row++) {
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
413 Klass* p = receiver(row);
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
414 if (p != NULL && !p->is_loader_alive(is_alive_cl)) {
941
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
415 clear_row(row);
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
416 }
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
417 }
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
418 }
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
419
0
a61af66fc99e Initial load
duke
parents:
diff changeset
420 #ifndef PRODUCT
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
421 void ReceiverTypeData::print_receiver_data_on(outputStream* st) const {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
422 uint row;
a61af66fc99e Initial load
duke
parents:
diff changeset
423 int entries = 0;
a61af66fc99e Initial load
duke
parents:
diff changeset
424 for (row = 0; row < row_limit(); row++) {
a61af66fc99e Initial load
duke
parents:
diff changeset
425 if (receiver(row) != NULL) entries++;
a61af66fc99e Initial load
duke
parents:
diff changeset
426 }
a61af66fc99e Initial load
duke
parents:
diff changeset
427 st->print_cr("count(%u) entries(%u)", count(), entries);
1783
d5d065957597 6953144: Tiered compilation
iveresov
parents: 1552
diff changeset
428 int total = count();
d5d065957597 6953144: Tiered compilation
iveresov
parents: 1552
diff changeset
429 for (row = 0; row < row_limit(); row++) {
d5d065957597 6953144: Tiered compilation
iveresov
parents: 1552
diff changeset
430 if (receiver(row) != NULL) {
d5d065957597 6953144: Tiered compilation
iveresov
parents: 1552
diff changeset
431 total += receiver_count(row);
d5d065957597 6953144: Tiered compilation
iveresov
parents: 1552
diff changeset
432 }
d5d065957597 6953144: Tiered compilation
iveresov
parents: 1552
diff changeset
433 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
434 for (row = 0; row < row_limit(); row++) {
a61af66fc99e Initial load
duke
parents:
diff changeset
435 if (receiver(row) != NULL) {
a61af66fc99e Initial load
duke
parents:
diff changeset
436 tab(st);
a61af66fc99e Initial load
duke
parents:
diff changeset
437 receiver(row)->print_value_on(st);
1783
d5d065957597 6953144: Tiered compilation
iveresov
parents: 1552
diff changeset
438 st->print_cr("(%u %4.2f)", receiver_count(row), (float) receiver_count(row) / (float) total);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
439 }
a61af66fc99e Initial load
duke
parents:
diff changeset
440 }
a61af66fc99e Initial load
duke
parents:
diff changeset
441 }
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
442 void ReceiverTypeData::print_data_on(outputStream* st, const char* extra) const {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
443 print_shared(st, "ReceiverTypeData", extra);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
444 print_receiver_data_on(st);
a61af66fc99e Initial load
duke
parents:
diff changeset
445 }
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
446 void VirtualCallData::print_data_on(outputStream* st, const char* extra) const {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
447 print_shared(st, "VirtualCallData", extra);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
448 print_receiver_data_on(st);
a61af66fc99e Initial load
duke
parents:
diff changeset
449 }
a61af66fc99e Initial load
duke
parents:
diff changeset
450 #endif // !PRODUCT
a61af66fc99e Initial load
duke
parents:
diff changeset
451
a61af66fc99e Initial load
duke
parents:
diff changeset
452 // ==================================================================
a61af66fc99e Initial load
duke
parents:
diff changeset
453 // RetData
a61af66fc99e Initial load
duke
parents:
diff changeset
454 //
a61af66fc99e Initial load
duke
parents:
diff changeset
455 // A RetData is used to access profiling information for a ret bytecode.
a61af66fc99e Initial load
duke
parents:
diff changeset
456 // It is composed of a count of the number of times that the ret has
a61af66fc99e Initial load
duke
parents:
diff changeset
457 // been executed, followed by a series of triples of the form
a61af66fc99e Initial load
duke
parents:
diff changeset
458 // (bci, count, di) which count the number of times that some bci was the
a61af66fc99e Initial load
duke
parents:
diff changeset
459 // target of the ret and cache a corresponding displacement.
a61af66fc99e Initial load
duke
parents:
diff changeset
460
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
461 void RetData::post_initialize(BytecodeStream* stream, MethodData* mdo) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
462 for (uint row = 0; row < row_limit(); row++) {
a61af66fc99e Initial load
duke
parents:
diff changeset
463 set_bci_displacement(row, -1);
a61af66fc99e Initial load
duke
parents:
diff changeset
464 set_bci(row, no_bci);
a61af66fc99e Initial load
duke
parents:
diff changeset
465 }
a61af66fc99e Initial load
duke
parents:
diff changeset
466 // release so other threads see a consistent state. bci is used as
a61af66fc99e Initial load
duke
parents:
diff changeset
467 // a valid flag for bci_displacement.
a61af66fc99e Initial load
duke
parents:
diff changeset
468 OrderAccess::release();
a61af66fc99e Initial load
duke
parents:
diff changeset
469 }
a61af66fc99e Initial load
duke
parents:
diff changeset
470
a61af66fc99e Initial load
duke
parents:
diff changeset
471 // This routine needs to atomically update the RetData structure, so the
a61af66fc99e Initial load
duke
parents:
diff changeset
472 // caller needs to hold the RetData_lock before it gets here. Since taking
a61af66fc99e Initial load
duke
parents:
diff changeset
473 // the lock can block (and allow GC) and since RetData is a ProfileData is a
a61af66fc99e Initial load
duke
parents:
diff changeset
474 // wrapper around a derived oop, taking the lock in _this_ method will
a61af66fc99e Initial load
duke
parents:
diff changeset
475 // basically cause the 'this' pointer's _data field to contain junk after the
a61af66fc99e Initial load
duke
parents:
diff changeset
476 // lock. We require the caller to take the lock before making the ProfileData
a61af66fc99e Initial load
duke
parents:
diff changeset
477 // structure. Currently the only caller is InterpreterRuntime::update_mdp_for_ret
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
478 address RetData::fixup_ret(int return_bci, MethodData* h_mdo) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
479 // First find the mdp which corresponds to the return bci.
a61af66fc99e Initial load
duke
parents:
diff changeset
480 address mdp = h_mdo->bci_to_dp(return_bci);
a61af66fc99e Initial load
duke
parents:
diff changeset
481
a61af66fc99e Initial load
duke
parents:
diff changeset
482 // Now check to see if any of the cache slots are open.
a61af66fc99e Initial load
duke
parents:
diff changeset
483 for (uint row = 0; row < row_limit(); row++) {
a61af66fc99e Initial load
duke
parents:
diff changeset
484 if (bci(row) == no_bci) {
a61af66fc99e Initial load
duke
parents:
diff changeset
485 set_bci_displacement(row, mdp - dp());
a61af66fc99e Initial load
duke
parents:
diff changeset
486 set_bci_count(row, DataLayout::counter_increment);
a61af66fc99e Initial load
duke
parents:
diff changeset
487 // Barrier to ensure displacement is written before the bci; allows
a61af66fc99e Initial load
duke
parents:
diff changeset
488 // the interpreter to read displacement without fear of race condition.
a61af66fc99e Initial load
duke
parents:
diff changeset
489 release_set_bci(row, return_bci);
a61af66fc99e Initial load
duke
parents:
diff changeset
490 break;
a61af66fc99e Initial load
duke
parents:
diff changeset
491 }
a61af66fc99e Initial load
duke
parents:
diff changeset
492 }
a61af66fc99e Initial load
duke
parents:
diff changeset
493 return mdp;
a61af66fc99e Initial load
duke
parents:
diff changeset
494 }
a61af66fc99e Initial load
duke
parents:
diff changeset
495
14420
abe03600372a 8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling
goetz
parents: 10376
diff changeset
496 #ifdef CC_INTERP
abe03600372a 8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling
goetz
parents: 10376
diff changeset
497 DataLayout* RetData::advance(MethodData *md, int bci) {
abe03600372a 8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling
goetz
parents: 10376
diff changeset
498 return (DataLayout*) md->bci_to_dp(bci);
abe03600372a 8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling
goetz
parents: 10376
diff changeset
499 }
abe03600372a 8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling
goetz
parents: 10376
diff changeset
500 #endif // CC_INTERP
0
a61af66fc99e Initial load
duke
parents:
diff changeset
501
a61af66fc99e Initial load
duke
parents:
diff changeset
502 #ifndef PRODUCT
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
503 void RetData::print_data_on(outputStream* st, const char* extra) const {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
504 print_shared(st, "RetData", extra);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
505 uint row;
a61af66fc99e Initial load
duke
parents:
diff changeset
506 int entries = 0;
a61af66fc99e Initial load
duke
parents:
diff changeset
507 for (row = 0; row < row_limit(); row++) {
a61af66fc99e Initial load
duke
parents:
diff changeset
508 if (bci(row) != no_bci) entries++;
a61af66fc99e Initial load
duke
parents:
diff changeset
509 }
a61af66fc99e Initial load
duke
parents:
diff changeset
510 st->print_cr("count(%u) entries(%u)", count(), entries);
a61af66fc99e Initial load
duke
parents:
diff changeset
511 for (row = 0; row < row_limit(); row++) {
a61af66fc99e Initial load
duke
parents:
diff changeset
512 if (bci(row) != no_bci) {
a61af66fc99e Initial load
duke
parents:
diff changeset
513 tab(st);
a61af66fc99e Initial load
duke
parents:
diff changeset
514 st->print_cr("bci(%d: count(%u) displacement(%d))",
a61af66fc99e Initial load
duke
parents:
diff changeset
515 bci(row), bci_count(row), bci_displacement(row));
a61af66fc99e Initial load
duke
parents:
diff changeset
516 }
a61af66fc99e Initial load
duke
parents:
diff changeset
517 }
a61af66fc99e Initial load
duke
parents:
diff changeset
518 }
a61af66fc99e Initial load
duke
parents:
diff changeset
519 #endif // !PRODUCT
a61af66fc99e Initial load
duke
parents:
diff changeset
520
a61af66fc99e Initial load
duke
parents:
diff changeset
521 // ==================================================================
a61af66fc99e Initial load
duke
parents:
diff changeset
522 // BranchData
a61af66fc99e Initial load
duke
parents:
diff changeset
523 //
a61af66fc99e Initial load
duke
parents:
diff changeset
524 // A BranchData is used to access profiling data for a two-way branch.
a61af66fc99e Initial load
duke
parents:
diff changeset
525 // It consists of taken and not_taken counts as well as a data displacement
a61af66fc99e Initial load
duke
parents:
diff changeset
526 // for the taken case.
a61af66fc99e Initial load
duke
parents:
diff changeset
527
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
528 void BranchData::post_initialize(BytecodeStream* stream, MethodData* mdo) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
529 assert(stream->bci() == bci(), "wrong pos");
a61af66fc99e Initial load
duke
parents:
diff changeset
530 int target = stream->dest();
a61af66fc99e Initial load
duke
parents:
diff changeset
531 int my_di = mdo->dp_to_di(dp());
a61af66fc99e Initial load
duke
parents:
diff changeset
532 int target_di = mdo->bci_to_di(target);
a61af66fc99e Initial load
duke
parents:
diff changeset
533 int offset = target_di - my_di;
a61af66fc99e Initial load
duke
parents:
diff changeset
534 set_displacement(offset);
a61af66fc99e Initial load
duke
parents:
diff changeset
535 }
a61af66fc99e Initial load
duke
parents:
diff changeset
536
a61af66fc99e Initial load
duke
parents:
diff changeset
537 #ifndef PRODUCT
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
538 void BranchData::print_data_on(outputStream* st, const char* extra) const {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
539 print_shared(st, "BranchData", extra);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
540 st->print_cr("taken(%u) displacement(%d)",
a61af66fc99e Initial load
duke
parents:
diff changeset
541 taken(), displacement());
a61af66fc99e Initial load
duke
parents:
diff changeset
542 tab(st);
a61af66fc99e Initial load
duke
parents:
diff changeset
543 st->print_cr("not taken(%u)", not_taken());
a61af66fc99e Initial load
duke
parents:
diff changeset
544 }
a61af66fc99e Initial load
duke
parents:
diff changeset
545 #endif
a61af66fc99e Initial load
duke
parents:
diff changeset
546
a61af66fc99e Initial load
duke
parents:
diff changeset
547 // ==================================================================
a61af66fc99e Initial load
duke
parents:
diff changeset
548 // MultiBranchData
a61af66fc99e Initial load
duke
parents:
diff changeset
549 //
a61af66fc99e Initial load
duke
parents:
diff changeset
550 // A MultiBranchData is used to access profiling information for
a61af66fc99e Initial load
duke
parents:
diff changeset
551 // a multi-way branch (*switch bytecodes). It consists of a series
a61af66fc99e Initial load
duke
parents:
diff changeset
552 // of (count, displacement) pairs, which count the number of times each
a61af66fc99e Initial load
duke
parents:
diff changeset
553 // case was taken and specify the data displacment for each branch target.
a61af66fc99e Initial load
duke
parents:
diff changeset
554
a61af66fc99e Initial load
duke
parents:
diff changeset
555 int MultiBranchData::compute_cell_count(BytecodeStream* stream) {
a61af66fc99e Initial load
duke
parents:
diff changeset
556 int cell_count = 0;
a61af66fc99e Initial load
duke
parents:
diff changeset
557 if (stream->code() == Bytecodes::_tableswitch) {
2142
8012aa3ccede 4926272: methodOopDesc::method_from_bcp is unsafe
never
parents: 1972
diff changeset
558 Bytecode_tableswitch sw(stream->method()(), stream->bcp());
8012aa3ccede 4926272: methodOopDesc::method_from_bcp is unsafe
never
parents: 1972
diff changeset
559 cell_count = 1 + per_case_cell_count * (1 + sw.length()); // 1 for default
0
a61af66fc99e Initial load
duke
parents:
diff changeset
560 } else {
2142
8012aa3ccede 4926272: methodOopDesc::method_from_bcp is unsafe
never
parents: 1972
diff changeset
561 Bytecode_lookupswitch sw(stream->method()(), stream->bcp());
8012aa3ccede 4926272: methodOopDesc::method_from_bcp is unsafe
never
parents: 1972
diff changeset
562 cell_count = 1 + per_case_cell_count * (sw.number_of_pairs() + 1); // 1 for default
0
a61af66fc99e Initial load
duke
parents:
diff changeset
563 }
a61af66fc99e Initial load
duke
parents:
diff changeset
564 return cell_count;
a61af66fc99e Initial load
duke
parents:
diff changeset
565 }
a61af66fc99e Initial load
duke
parents:
diff changeset
566
a61af66fc99e Initial load
duke
parents:
diff changeset
567 void MultiBranchData::post_initialize(BytecodeStream* stream,
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
568 MethodData* mdo) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
569 assert(stream->bci() == bci(), "wrong pos");
a61af66fc99e Initial load
duke
parents:
diff changeset
570 int target;
a61af66fc99e Initial load
duke
parents:
diff changeset
571 int my_di;
a61af66fc99e Initial load
duke
parents:
diff changeset
572 int target_di;
a61af66fc99e Initial load
duke
parents:
diff changeset
573 int offset;
a61af66fc99e Initial load
duke
parents:
diff changeset
574 if (stream->code() == Bytecodes::_tableswitch) {
2142
8012aa3ccede 4926272: methodOopDesc::method_from_bcp is unsafe
never
parents: 1972
diff changeset
575 Bytecode_tableswitch sw(stream->method()(), stream->bcp());
8012aa3ccede 4926272: methodOopDesc::method_from_bcp is unsafe
never
parents: 1972
diff changeset
576 int len = sw.length();
0
a61af66fc99e Initial load
duke
parents:
diff changeset
577 assert(array_len() == per_case_cell_count * (len + 1), "wrong len");
a61af66fc99e Initial load
duke
parents:
diff changeset
578 for (int count = 0; count < len; count++) {
2142
8012aa3ccede 4926272: methodOopDesc::method_from_bcp is unsafe
never
parents: 1972
diff changeset
579 target = sw.dest_offset_at(count) + bci();
0
a61af66fc99e Initial load
duke
parents:
diff changeset
580 my_di = mdo->dp_to_di(dp());
a61af66fc99e Initial load
duke
parents:
diff changeset
581 target_di = mdo->bci_to_di(target);
a61af66fc99e Initial load
duke
parents:
diff changeset
582 offset = target_di - my_di;
a61af66fc99e Initial load
duke
parents:
diff changeset
583 set_displacement_at(count, offset);
a61af66fc99e Initial load
duke
parents:
diff changeset
584 }
2142
8012aa3ccede 4926272: methodOopDesc::method_from_bcp is unsafe
never
parents: 1972
diff changeset
585 target = sw.default_offset() + bci();
0
a61af66fc99e Initial load
duke
parents:
diff changeset
586 my_di = mdo->dp_to_di(dp());
a61af66fc99e Initial load
duke
parents:
diff changeset
587 target_di = mdo->bci_to_di(target);
a61af66fc99e Initial load
duke
parents:
diff changeset
588 offset = target_di - my_di;
a61af66fc99e Initial load
duke
parents:
diff changeset
589 set_default_displacement(offset);
a61af66fc99e Initial load
duke
parents:
diff changeset
590
a61af66fc99e Initial load
duke
parents:
diff changeset
591 } else {
2142
8012aa3ccede 4926272: methodOopDesc::method_from_bcp is unsafe
never
parents: 1972
diff changeset
592 Bytecode_lookupswitch sw(stream->method()(), stream->bcp());
8012aa3ccede 4926272: methodOopDesc::method_from_bcp is unsafe
never
parents: 1972
diff changeset
593 int npairs = sw.number_of_pairs();
0
a61af66fc99e Initial load
duke
parents:
diff changeset
594 assert(array_len() == per_case_cell_count * (npairs + 1), "wrong len");
a61af66fc99e Initial load
duke
parents:
diff changeset
595 for (int count = 0; count < npairs; count++) {
2142
8012aa3ccede 4926272: methodOopDesc::method_from_bcp is unsafe
never
parents: 1972
diff changeset
596 LookupswitchPair pair = sw.pair_at(count);
8012aa3ccede 4926272: methodOopDesc::method_from_bcp is unsafe
never
parents: 1972
diff changeset
597 target = pair.offset() + bci();
0
a61af66fc99e Initial load
duke
parents:
diff changeset
598 my_di = mdo->dp_to_di(dp());
a61af66fc99e Initial load
duke
parents:
diff changeset
599 target_di = mdo->bci_to_di(target);
a61af66fc99e Initial load
duke
parents:
diff changeset
600 offset = target_di - my_di;
a61af66fc99e Initial load
duke
parents:
diff changeset
601 set_displacement_at(count, offset);
a61af66fc99e Initial load
duke
parents:
diff changeset
602 }
2142
8012aa3ccede 4926272: methodOopDesc::method_from_bcp is unsafe
never
parents: 1972
diff changeset
603 target = sw.default_offset() + bci();
0
a61af66fc99e Initial load
duke
parents:
diff changeset
604 my_di = mdo->dp_to_di(dp());
a61af66fc99e Initial load
duke
parents:
diff changeset
605 target_di = mdo->bci_to_di(target);
a61af66fc99e Initial load
duke
parents:
diff changeset
606 offset = target_di - my_di;
a61af66fc99e Initial load
duke
parents:
diff changeset
607 set_default_displacement(offset);
a61af66fc99e Initial load
duke
parents:
diff changeset
608 }
a61af66fc99e Initial load
duke
parents:
diff changeset
609 }
a61af66fc99e Initial load
duke
parents:
diff changeset
610
a61af66fc99e Initial load
duke
parents:
diff changeset
611 #ifndef PRODUCT
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
612 void MultiBranchData::print_data_on(outputStream* st, const char* extra) const {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
613 print_shared(st, "MultiBranchData", extra);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
614 st->print_cr("default_count(%u) displacement(%d)",
a61af66fc99e Initial load
duke
parents:
diff changeset
615 default_count(), default_displacement());
a61af66fc99e Initial load
duke
parents:
diff changeset
616 int cases = number_of_cases();
a61af66fc99e Initial load
duke
parents:
diff changeset
617 for (int i = 0; i < cases; i++) {
a61af66fc99e Initial load
duke
parents:
diff changeset
618 tab(st);
a61af66fc99e Initial load
duke
parents:
diff changeset
619 st->print_cr("count(%u) displacement(%d)",
a61af66fc99e Initial load
duke
parents:
diff changeset
620 count_at(i), displacement_at(i));
a61af66fc99e Initial load
duke
parents:
diff changeset
621 }
a61af66fc99e Initial load
duke
parents:
diff changeset
622 }
a61af66fc99e Initial load
duke
parents:
diff changeset
623 #endif
a61af66fc99e Initial load
duke
parents:
diff changeset
624
45
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
625 #ifndef PRODUCT
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
626 void ArgInfoData::print_data_on(outputStream* st, const char* extra) const {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
627 print_shared(st, "ArgInfoData", extra);
45
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
628 int nargs = number_of_args();
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
629 for (int i = 0; i < nargs; i++) {
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
630 st->print(" 0x%x", arg_modified(i));
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
631 }
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
632 st->cr();
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
633 }
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
634
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
635 #endif
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
636
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
637 int ParametersTypeData::compute_cell_count(Method* m) {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
638 if (!MethodData::profile_parameters_for_method(m)) {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
639 return 0;
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
640 }
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
641 int max = TypeProfileParmsLimit == -1 ? INT_MAX : TypeProfileParmsLimit;
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
642 int obj_args = TypeStackSlotEntries::compute_cell_count(m->signature(), !m->is_static(), max);
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
643 if (obj_args > 0) {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
644 return obj_args + 1; // 1 cell for array len
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
645 }
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
646 return 0;
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
647 }
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
648
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
649 void ParametersTypeData::post_initialize(BytecodeStream* stream, MethodData* mdo) {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
650 _parameters.post_initialize(mdo->method()->signature(), !mdo->method()->is_static(), true);
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
651 }
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
652
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
653 bool ParametersTypeData::profiling_enabled() {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
654 return MethodData::profile_parameters();
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
655 }
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
656
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
657 #ifndef PRODUCT
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
658 void ParametersTypeData::print_data_on(outputStream* st, const char* extra) const {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
659 st->print("parameter types", extra);
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
660 _parameters.print_data_on(st);
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
661 }
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
662
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
663 void SpeculativeTrapData::print_data_on(outputStream* st, const char* extra) const {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
664 print_shared(st, "SpeculativeTrapData", extra);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
665 tab(st);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
666 method()->print_short_name(st);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
667 st->cr();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
668 }
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
669 #endif
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
670
0
a61af66fc99e Initial load
duke
parents:
diff changeset
671 // ==================================================================
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
672 // MethodData*
0
a61af66fc99e Initial load
duke
parents:
diff changeset
673 //
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
674 // A MethodData* holds information which has been collected about
0
a61af66fc99e Initial load
duke
parents:
diff changeset
675 // a method.
a61af66fc99e Initial load
duke
parents:
diff changeset
676
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
677 MethodData* MethodData::allocate(ClassLoaderData* loader_data, methodHandle method, TRAPS) {
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
678 int size = MethodData::compute_allocation_size_in_words(method);
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
679
10376
a1ebd310d5c1 8014912: Restore PrintSharedSpaces functionality after NPG
iklam
parents: 10107
diff changeset
680 return new (loader_data, size, false, MetaspaceObj::MethodDataType, THREAD)
a1ebd310d5c1 8014912: Restore PrintSharedSpaces functionality after NPG
iklam
parents: 10107
diff changeset
681 MethodData(method(), size, CHECK_NULL);
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
682 }
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
683
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
684 int MethodData::bytecode_cell_count(Bytecodes::Code code) {
8860
46f6f063b272 7153771: array bound check elimination for c1
roland
parents: 8712
diff changeset
685 #if defined(COMPILER1) && !defined(COMPILER2)
46f6f063b272 7153771: array bound check elimination for c1
roland
parents: 8712
diff changeset
686 return no_profile_data;
46f6f063b272 7153771: array bound check elimination for c1
roland
parents: 8712
diff changeset
687 #else
0
a61af66fc99e Initial load
duke
parents:
diff changeset
688 switch (code) {
a61af66fc99e Initial load
duke
parents:
diff changeset
689 case Bytecodes::_checkcast:
a61af66fc99e Initial load
duke
parents:
diff changeset
690 case Bytecodes::_instanceof:
a61af66fc99e Initial load
duke
parents:
diff changeset
691 case Bytecodes::_aastore:
a61af66fc99e Initial load
duke
parents:
diff changeset
692 if (TypeProfileCasts) {
a61af66fc99e Initial load
duke
parents:
diff changeset
693 return ReceiverTypeData::static_cell_count();
a61af66fc99e Initial load
duke
parents:
diff changeset
694 } else {
a61af66fc99e Initial load
duke
parents:
diff changeset
695 return BitData::static_cell_count();
a61af66fc99e Initial load
duke
parents:
diff changeset
696 }
a61af66fc99e Initial load
duke
parents:
diff changeset
697 case Bytecodes::_invokespecial:
a61af66fc99e Initial load
duke
parents:
diff changeset
698 case Bytecodes::_invokestatic:
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
699 if (MethodData::profile_arguments() || MethodData::profile_return()) {
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
700 return variable_cell_count;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
701 } else {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
702 return CounterData::static_cell_count();
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
703 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
704 case Bytecodes::_goto:
a61af66fc99e Initial load
duke
parents:
diff changeset
705 case Bytecodes::_goto_w:
a61af66fc99e Initial load
duke
parents:
diff changeset
706 case Bytecodes::_jsr:
a61af66fc99e Initial load
duke
parents:
diff changeset
707 case Bytecodes::_jsr_w:
a61af66fc99e Initial load
duke
parents:
diff changeset
708 return JumpData::static_cell_count();
a61af66fc99e Initial load
duke
parents:
diff changeset
709 case Bytecodes::_invokevirtual:
a61af66fc99e Initial load
duke
parents:
diff changeset
710 case Bytecodes::_invokeinterface:
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
711 if (MethodData::profile_arguments() || MethodData::profile_return()) {
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
712 return variable_cell_count;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
713 } else {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
714 return VirtualCallData::static_cell_count();
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
715 }
726
be93aad57795 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 196
diff changeset
716 case Bytecodes::_invokedynamic:
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
717 if (MethodData::profile_arguments() || MethodData::profile_return()) {
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
718 return variable_cell_count;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
719 } else {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
720 return CounterData::static_cell_count();
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
721 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
722 case Bytecodes::_ret:
a61af66fc99e Initial load
duke
parents:
diff changeset
723 return RetData::static_cell_count();
a61af66fc99e Initial load
duke
parents:
diff changeset
724 case Bytecodes::_ifeq:
a61af66fc99e Initial load
duke
parents:
diff changeset
725 case Bytecodes::_ifne:
a61af66fc99e Initial load
duke
parents:
diff changeset
726 case Bytecodes::_iflt:
a61af66fc99e Initial load
duke
parents:
diff changeset
727 case Bytecodes::_ifge:
a61af66fc99e Initial load
duke
parents:
diff changeset
728 case Bytecodes::_ifgt:
a61af66fc99e Initial load
duke
parents:
diff changeset
729 case Bytecodes::_ifle:
a61af66fc99e Initial load
duke
parents:
diff changeset
730 case Bytecodes::_if_icmpeq:
a61af66fc99e Initial load
duke
parents:
diff changeset
731 case Bytecodes::_if_icmpne:
a61af66fc99e Initial load
duke
parents:
diff changeset
732 case Bytecodes::_if_icmplt:
a61af66fc99e Initial load
duke
parents:
diff changeset
733 case Bytecodes::_if_icmpge:
a61af66fc99e Initial load
duke
parents:
diff changeset
734 case Bytecodes::_if_icmpgt:
a61af66fc99e Initial load
duke
parents:
diff changeset
735 case Bytecodes::_if_icmple:
a61af66fc99e Initial load
duke
parents:
diff changeset
736 case Bytecodes::_if_acmpeq:
a61af66fc99e Initial load
duke
parents:
diff changeset
737 case Bytecodes::_if_acmpne:
a61af66fc99e Initial load
duke
parents:
diff changeset
738 case Bytecodes::_ifnull:
a61af66fc99e Initial load
duke
parents:
diff changeset
739 case Bytecodes::_ifnonnull:
a61af66fc99e Initial load
duke
parents:
diff changeset
740 return BranchData::static_cell_count();
a61af66fc99e Initial load
duke
parents:
diff changeset
741 case Bytecodes::_lookupswitch:
a61af66fc99e Initial load
duke
parents:
diff changeset
742 case Bytecodes::_tableswitch:
a61af66fc99e Initial load
duke
parents:
diff changeset
743 return variable_cell_count;
a61af66fc99e Initial load
duke
parents:
diff changeset
744 }
a61af66fc99e Initial load
duke
parents:
diff changeset
745 return no_profile_data;
8860
46f6f063b272 7153771: array bound check elimination for c1
roland
parents: 8712
diff changeset
746 #endif
0
a61af66fc99e Initial load
duke
parents:
diff changeset
747 }
a61af66fc99e Initial load
duke
parents:
diff changeset
748
a61af66fc99e Initial load
duke
parents:
diff changeset
749 // Compute the size of the profiling information corresponding to
a61af66fc99e Initial load
duke
parents:
diff changeset
750 // the current bytecode.
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
751 int MethodData::compute_data_size(BytecodeStream* stream) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
752 int cell_count = bytecode_cell_count(stream->code());
a61af66fc99e Initial load
duke
parents:
diff changeset
753 if (cell_count == no_profile_data) {
a61af66fc99e Initial load
duke
parents:
diff changeset
754 return 0;
a61af66fc99e Initial load
duke
parents:
diff changeset
755 }
a61af66fc99e Initial load
duke
parents:
diff changeset
756 if (cell_count == variable_cell_count) {
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
757 switch (stream->code()) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
758 case Bytecodes::_lookupswitch:
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
759 case Bytecodes::_tableswitch:
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
760 cell_count = MultiBranchData::compute_cell_count(stream);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
761 break;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
762 case Bytecodes::_invokespecial:
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
763 case Bytecodes::_invokestatic:
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
764 case Bytecodes::_invokedynamic:
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
765 assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args profile");
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
766 if (profile_arguments_for_invoke(stream->method(), stream->bci()) ||
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
767 profile_return_for_invoke(stream->method(), stream->bci())) {
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
768 cell_count = CallTypeData::compute_cell_count(stream);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
769 } else {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
770 cell_count = CounterData::static_cell_count();
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
771 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
772 break;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
773 case Bytecodes::_invokevirtual:
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
774 case Bytecodes::_invokeinterface: {
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
775 assert(MethodData::profile_arguments() || MethodData::profile_return(), "should be collecting args profile");
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
776 if (profile_arguments_for_invoke(stream->method(), stream->bci()) ||
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
777 profile_return_for_invoke(stream->method(), stream->bci())) {
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
778 cell_count = VirtualCallTypeData::compute_cell_count(stream);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
779 } else {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
780 cell_count = VirtualCallData::static_cell_count();
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
781 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
782 break;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
783 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
784 default:
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
785 fatal("unexpected bytecode for var length profile data");
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
786 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
787 }
a61af66fc99e Initial load
duke
parents:
diff changeset
788 // Note: cell_count might be zero, meaning that there is just
a61af66fc99e Initial load
duke
parents:
diff changeset
789 // a DataLayout header, with no extra cells.
a61af66fc99e Initial load
duke
parents:
diff changeset
790 assert(cell_count >= 0, "sanity");
a61af66fc99e Initial load
duke
parents:
diff changeset
791 return DataLayout::compute_size_in_bytes(cell_count);
a61af66fc99e Initial load
duke
parents:
diff changeset
792 }
a61af66fc99e Initial load
duke
parents:
diff changeset
793
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
794 bool MethodData::is_speculative_trap_bytecode(Bytecodes::Code code) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
795 // Bytecodes for which we may use speculation
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
796 switch (code) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
797 case Bytecodes::_checkcast:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
798 case Bytecodes::_instanceof:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
799 case Bytecodes::_aastore:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
800 case Bytecodes::_invokevirtual:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
801 case Bytecodes::_invokeinterface:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
802 case Bytecodes::_if_acmpeq:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
803 case Bytecodes::_if_acmpne:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
804 case Bytecodes::_invokestatic:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
805 #ifdef COMPILER2
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
806 return UseTypeSpeculation;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
807 #endif
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
808 default:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
809 return false;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
810 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
811 return false;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
812 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
813
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
814 int MethodData::compute_extra_data_count(int data_size, int empty_bc_count, bool needs_speculative_traps) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
815 if (ProfileTraps) {
a61af66fc99e Initial load
duke
parents:
diff changeset
816 // Assume that up to 3% of BCIs with no MDP will need to allocate one.
a61af66fc99e Initial load
duke
parents:
diff changeset
817 int extra_data_count = (uint)(empty_bc_count * 3) / 128 + 1;
a61af66fc99e Initial load
duke
parents:
diff changeset
818 // If the method is large, let the extra BCIs grow numerous (to ~1%).
a61af66fc99e Initial load
duke
parents:
diff changeset
819 int one_percent_of_data
a61af66fc99e Initial load
duke
parents:
diff changeset
820 = (uint)data_size / (DataLayout::header_size_in_bytes()*128);
a61af66fc99e Initial load
duke
parents:
diff changeset
821 if (extra_data_count < one_percent_of_data)
a61af66fc99e Initial load
duke
parents:
diff changeset
822 extra_data_count = one_percent_of_data;
a61af66fc99e Initial load
duke
parents:
diff changeset
823 if (extra_data_count > empty_bc_count)
a61af66fc99e Initial load
duke
parents:
diff changeset
824 extra_data_count = empty_bc_count; // no need for more
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
825
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
826 // Make sure we have a minimum number of extra data slots to
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
827 // allocate SpeculativeTrapData entries. We would want to have one
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
828 // entry per compilation that inlines this method and for which
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
829 // some type speculation assumption fails. So the room we need for
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
830 // the SpeculativeTrapData entries doesn't directly depend on the
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
831 // size of the method. Because it's hard to estimate, we reserve
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
832 // space for an arbitrary number of entries.
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
833 int spec_data_count = (needs_speculative_traps ? SpecTrapLimitExtraEntries : 0) *
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
834 (SpeculativeTrapData::static_cell_count() + DataLayout::header_size_in_cells());
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
835
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
836 return MAX2(extra_data_count, spec_data_count);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
837 } else {
a61af66fc99e Initial load
duke
parents:
diff changeset
838 return 0;
a61af66fc99e Initial load
duke
parents:
diff changeset
839 }
a61af66fc99e Initial load
duke
parents:
diff changeset
840 }
a61af66fc99e Initial load
duke
parents:
diff changeset
841
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
842 // Compute the size of the MethodData* necessary to store
0
a61af66fc99e Initial load
duke
parents:
diff changeset
843 // profiling information about a given method. Size is in bytes.
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
844 int MethodData::compute_allocation_size_in_bytes(methodHandle method) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
845 int data_size = 0;
a61af66fc99e Initial load
duke
parents:
diff changeset
846 BytecodeStream stream(method);
a61af66fc99e Initial load
duke
parents:
diff changeset
847 Bytecodes::Code c;
a61af66fc99e Initial load
duke
parents:
diff changeset
848 int empty_bc_count = 0; // number of bytecodes lacking data
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
849 bool needs_speculative_traps = false;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
850 while ((c = stream.next()) >= 0) {
a61af66fc99e Initial load
duke
parents:
diff changeset
851 int size_in_bytes = compute_data_size(&stream);
a61af66fc99e Initial load
duke
parents:
diff changeset
852 data_size += size_in_bytes;
a61af66fc99e Initial load
duke
parents:
diff changeset
853 if (size_in_bytes == 0) empty_bc_count += 1;
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
854 needs_speculative_traps = needs_speculative_traps || is_speculative_trap_bytecode(c);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
855 }
a61af66fc99e Initial load
duke
parents:
diff changeset
856 int object_size = in_bytes(data_offset()) + data_size;
a61af66fc99e Initial load
duke
parents:
diff changeset
857
a61af66fc99e Initial load
duke
parents:
diff changeset
858 // Add some extra DataLayout cells (at least one) to track stray traps.
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
859 int extra_data_count = compute_extra_data_count(data_size, empty_bc_count, needs_speculative_traps);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
860 object_size += extra_data_count * DataLayout::compute_size_in_bytes(0);
a61af66fc99e Initial load
duke
parents:
diff changeset
861
45
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
862 // Add a cell to record information about modified arguments.
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
863 int arg_size = method->size_of_parameters();
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
864 object_size += DataLayout::compute_size_in_bytes(arg_size+1);
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
865
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
866 // Reserve room for an area of the MDO dedicated to profiling of
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
867 // parameters
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
868 int args_cell = ParametersTypeData::compute_cell_count(method());
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
869 if (args_cell > 0) {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
870 object_size += DataLayout::compute_size_in_bytes(args_cell);
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
871 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
872 return object_size;
a61af66fc99e Initial load
duke
parents:
diff changeset
873 }
a61af66fc99e Initial load
duke
parents:
diff changeset
874
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
875 // Compute the size of the MethodData* necessary to store
0
a61af66fc99e Initial load
duke
parents:
diff changeset
876 // profiling information about a given method. Size is in words
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
877 int MethodData::compute_allocation_size_in_words(methodHandle method) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
878 int byte_size = compute_allocation_size_in_bytes(method);
a61af66fc99e Initial load
duke
parents:
diff changeset
879 int word_size = align_size_up(byte_size, BytesPerWord) / BytesPerWord;
a61af66fc99e Initial load
duke
parents:
diff changeset
880 return align_object_size(word_size);
a61af66fc99e Initial load
duke
parents:
diff changeset
881 }
a61af66fc99e Initial load
duke
parents:
diff changeset
882
a61af66fc99e Initial load
duke
parents:
diff changeset
883 // Initialize an individual data segment. Returns the size of
a61af66fc99e Initial load
duke
parents:
diff changeset
884 // the segment in bytes.
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
885 int MethodData::initialize_data(BytecodeStream* stream,
0
a61af66fc99e Initial load
duke
parents:
diff changeset
886 int data_index) {
8860
46f6f063b272 7153771: array bound check elimination for c1
roland
parents: 8712
diff changeset
887 #if defined(COMPILER1) && !defined(COMPILER2)
46f6f063b272 7153771: array bound check elimination for c1
roland
parents: 8712
diff changeset
888 return 0;
46f6f063b272 7153771: array bound check elimination for c1
roland
parents: 8712
diff changeset
889 #else
0
a61af66fc99e Initial load
duke
parents:
diff changeset
890 int cell_count = -1;
a61af66fc99e Initial load
duke
parents:
diff changeset
891 int tag = DataLayout::no_tag;
a61af66fc99e Initial load
duke
parents:
diff changeset
892 DataLayout* data_layout = data_layout_at(data_index);
a61af66fc99e Initial load
duke
parents:
diff changeset
893 Bytecodes::Code c = stream->code();
a61af66fc99e Initial load
duke
parents:
diff changeset
894 switch (c) {
a61af66fc99e Initial load
duke
parents:
diff changeset
895 case Bytecodes::_checkcast:
a61af66fc99e Initial load
duke
parents:
diff changeset
896 case Bytecodes::_instanceof:
a61af66fc99e Initial load
duke
parents:
diff changeset
897 case Bytecodes::_aastore:
a61af66fc99e Initial load
duke
parents:
diff changeset
898 if (TypeProfileCasts) {
a61af66fc99e Initial load
duke
parents:
diff changeset
899 cell_count = ReceiverTypeData::static_cell_count();
a61af66fc99e Initial load
duke
parents:
diff changeset
900 tag = DataLayout::receiver_type_data_tag;
a61af66fc99e Initial load
duke
parents:
diff changeset
901 } else {
a61af66fc99e Initial load
duke
parents:
diff changeset
902 cell_count = BitData::static_cell_count();
a61af66fc99e Initial load
duke
parents:
diff changeset
903 tag = DataLayout::bit_data_tag;
a61af66fc99e Initial load
duke
parents:
diff changeset
904 }
a61af66fc99e Initial load
duke
parents:
diff changeset
905 break;
a61af66fc99e Initial load
duke
parents:
diff changeset
906 case Bytecodes::_invokespecial:
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
907 case Bytecodes::_invokestatic: {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
908 int counter_data_cell_count = CounterData::static_cell_count();
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
909 if (profile_arguments_for_invoke(stream->method(), stream->bci()) ||
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
910 profile_return_for_invoke(stream->method(), stream->bci())) {
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
911 cell_count = CallTypeData::compute_cell_count(stream);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
912 } else {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
913 cell_count = counter_data_cell_count;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
914 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
915 if (cell_count > counter_data_cell_count) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
916 tag = DataLayout::call_type_data_tag;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
917 } else {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
918 tag = DataLayout::counter_data_tag;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
919 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
920 break;
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
921 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
922 case Bytecodes::_goto:
a61af66fc99e Initial load
duke
parents:
diff changeset
923 case Bytecodes::_goto_w:
a61af66fc99e Initial load
duke
parents:
diff changeset
924 case Bytecodes::_jsr:
a61af66fc99e Initial load
duke
parents:
diff changeset
925 case Bytecodes::_jsr_w:
a61af66fc99e Initial load
duke
parents:
diff changeset
926 cell_count = JumpData::static_cell_count();
a61af66fc99e Initial load
duke
parents:
diff changeset
927 tag = DataLayout::jump_data_tag;
a61af66fc99e Initial load
duke
parents:
diff changeset
928 break;
a61af66fc99e Initial load
duke
parents:
diff changeset
929 case Bytecodes::_invokevirtual:
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
930 case Bytecodes::_invokeinterface: {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
931 int virtual_call_data_cell_count = VirtualCallData::static_cell_count();
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
932 if (profile_arguments_for_invoke(stream->method(), stream->bci()) ||
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
933 profile_return_for_invoke(stream->method(), stream->bci())) {
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
934 cell_count = VirtualCallTypeData::compute_cell_count(stream);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
935 } else {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
936 cell_count = virtual_call_data_cell_count;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
937 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
938 if (cell_count > virtual_call_data_cell_count) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
939 tag = DataLayout::virtual_call_type_data_tag;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
940 } else {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
941 tag = DataLayout::virtual_call_data_tag;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
942 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
943 break;
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
944 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
945 case Bytecodes::_invokedynamic: {
726
be93aad57795 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 196
diff changeset
946 // %%% should make a type profile for any invokedynamic that takes a ref argument
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
947 int counter_data_cell_count = CounterData::static_cell_count();
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
948 if (profile_arguments_for_invoke(stream->method(), stream->bci()) ||
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
949 profile_return_for_invoke(stream->method(), stream->bci())) {
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
950 cell_count = CallTypeData::compute_cell_count(stream);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
951 } else {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
952 cell_count = counter_data_cell_count;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
953 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
954 if (cell_count > counter_data_cell_count) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
955 tag = DataLayout::call_type_data_tag;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
956 } else {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
957 tag = DataLayout::counter_data_tag;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
958 }
726
be93aad57795 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 196
diff changeset
959 break;
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
960 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
961 case Bytecodes::_ret:
a61af66fc99e Initial load
duke
parents:
diff changeset
962 cell_count = RetData::static_cell_count();
a61af66fc99e Initial load
duke
parents:
diff changeset
963 tag = DataLayout::ret_data_tag;
a61af66fc99e Initial load
duke
parents:
diff changeset
964 break;
a61af66fc99e Initial load
duke
parents:
diff changeset
965 case Bytecodes::_ifeq:
a61af66fc99e Initial load
duke
parents:
diff changeset
966 case Bytecodes::_ifne:
a61af66fc99e Initial load
duke
parents:
diff changeset
967 case Bytecodes::_iflt:
a61af66fc99e Initial load
duke
parents:
diff changeset
968 case Bytecodes::_ifge:
a61af66fc99e Initial load
duke
parents:
diff changeset
969 case Bytecodes::_ifgt:
a61af66fc99e Initial load
duke
parents:
diff changeset
970 case Bytecodes::_ifle:
a61af66fc99e Initial load
duke
parents:
diff changeset
971 case Bytecodes::_if_icmpeq:
a61af66fc99e Initial load
duke
parents:
diff changeset
972 case Bytecodes::_if_icmpne:
a61af66fc99e Initial load
duke
parents:
diff changeset
973 case Bytecodes::_if_icmplt:
a61af66fc99e Initial load
duke
parents:
diff changeset
974 case Bytecodes::_if_icmpge:
a61af66fc99e Initial load
duke
parents:
diff changeset
975 case Bytecodes::_if_icmpgt:
a61af66fc99e Initial load
duke
parents:
diff changeset
976 case Bytecodes::_if_icmple:
a61af66fc99e Initial load
duke
parents:
diff changeset
977 case Bytecodes::_if_acmpeq:
a61af66fc99e Initial load
duke
parents:
diff changeset
978 case Bytecodes::_if_acmpne:
a61af66fc99e Initial load
duke
parents:
diff changeset
979 case Bytecodes::_ifnull:
a61af66fc99e Initial load
duke
parents:
diff changeset
980 case Bytecodes::_ifnonnull:
a61af66fc99e Initial load
duke
parents:
diff changeset
981 cell_count = BranchData::static_cell_count();
a61af66fc99e Initial load
duke
parents:
diff changeset
982 tag = DataLayout::branch_data_tag;
a61af66fc99e Initial load
duke
parents:
diff changeset
983 break;
a61af66fc99e Initial load
duke
parents:
diff changeset
984 case Bytecodes::_lookupswitch:
a61af66fc99e Initial load
duke
parents:
diff changeset
985 case Bytecodes::_tableswitch:
a61af66fc99e Initial load
duke
parents:
diff changeset
986 cell_count = MultiBranchData::compute_cell_count(stream);
a61af66fc99e Initial load
duke
parents:
diff changeset
987 tag = DataLayout::multi_branch_data_tag;
a61af66fc99e Initial load
duke
parents:
diff changeset
988 break;
a61af66fc99e Initial load
duke
parents:
diff changeset
989 }
a61af66fc99e Initial load
duke
parents:
diff changeset
990 assert(tag == DataLayout::multi_branch_data_tag ||
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
991 ((MethodData::profile_arguments() || MethodData::profile_return()) &&
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
992 (tag == DataLayout::call_type_data_tag ||
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
993 tag == DataLayout::counter_data_tag ||
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
994 tag == DataLayout::virtual_call_type_data_tag ||
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
995 tag == DataLayout::virtual_call_data_tag)) ||
0
a61af66fc99e Initial load
duke
parents:
diff changeset
996 cell_count == bytecode_cell_count(c), "cell counts must agree");
a61af66fc99e Initial load
duke
parents:
diff changeset
997 if (cell_count >= 0) {
a61af66fc99e Initial load
duke
parents:
diff changeset
998 assert(tag != DataLayout::no_tag, "bad tag");
a61af66fc99e Initial load
duke
parents:
diff changeset
999 assert(bytecode_has_profile(c), "agree w/ BHP");
a61af66fc99e Initial load
duke
parents:
diff changeset
1000 data_layout->initialize(tag, stream->bci(), cell_count);
a61af66fc99e Initial load
duke
parents:
diff changeset
1001 return DataLayout::compute_size_in_bytes(cell_count);
a61af66fc99e Initial load
duke
parents:
diff changeset
1002 } else {
a61af66fc99e Initial load
duke
parents:
diff changeset
1003 assert(!bytecode_has_profile(c), "agree w/ !BHP");
a61af66fc99e Initial load
duke
parents:
diff changeset
1004 return 0;
a61af66fc99e Initial load
duke
parents:
diff changeset
1005 }
8860
46f6f063b272 7153771: array bound check elimination for c1
roland
parents: 8712
diff changeset
1006 #endif
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1007 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1008
a61af66fc99e Initial load
duke
parents:
diff changeset
1009 // Get the data at an arbitrary (sort of) data index.
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1010 ProfileData* MethodData::data_at(int data_index) const {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1011 if (out_of_bounds(data_index)) {
a61af66fc99e Initial load
duke
parents:
diff changeset
1012 return NULL;
a61af66fc99e Initial load
duke
parents:
diff changeset
1013 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1014 DataLayout* data_layout = data_layout_at(data_index);
941
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
1015 return data_layout->data_in();
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
1016 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1017
941
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
1018 ProfileData* DataLayout::data_in() {
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
1019 switch (tag()) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1020 case DataLayout::no_tag:
a61af66fc99e Initial load
duke
parents:
diff changeset
1021 default:
a61af66fc99e Initial load
duke
parents:
diff changeset
1022 ShouldNotReachHere();
a61af66fc99e Initial load
duke
parents:
diff changeset
1023 return NULL;
a61af66fc99e Initial load
duke
parents:
diff changeset
1024 case DataLayout::bit_data_tag:
941
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
1025 return new BitData(this);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1026 case DataLayout::counter_data_tag:
941
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
1027 return new CounterData(this);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1028 case DataLayout::jump_data_tag:
941
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
1029 return new JumpData(this);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1030 case DataLayout::receiver_type_data_tag:
941
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
1031 return new ReceiverTypeData(this);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1032 case DataLayout::virtual_call_data_tag:
941
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
1033 return new VirtualCallData(this);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1034 case DataLayout::ret_data_tag:
941
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
1035 return new RetData(this);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1036 case DataLayout::branch_data_tag:
941
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
1037 return new BranchData(this);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1038 case DataLayout::multi_branch_data_tag:
941
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
1039 return new MultiBranchData(this);
45
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1040 case DataLayout::arg_info_data_tag:
941
8b46c4d82093 4957990: Perm heap bloat in JVM
ysr
parents: 844
diff changeset
1041 return new ArgInfoData(this);
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1042 case DataLayout::call_type_data_tag:
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1043 return new CallTypeData(this);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1044 case DataLayout::virtual_call_type_data_tag:
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1045 return new VirtualCallTypeData(this);
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1046 case DataLayout::parameters_type_data_tag:
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1047 return new ParametersTypeData(this);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1048 };
a61af66fc99e Initial load
duke
parents:
diff changeset
1049 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1050
a61af66fc99e Initial load
duke
parents:
diff changeset
1051 // Iteration over data.
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1052 ProfileData* MethodData::next_data(ProfileData* current) const {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1053 int current_index = dp_to_di(current->dp());
a61af66fc99e Initial load
duke
parents:
diff changeset
1054 int next_index = current_index + current->size_in_bytes();
a61af66fc99e Initial load
duke
parents:
diff changeset
1055 ProfileData* next = data_at(next_index);
a61af66fc99e Initial load
duke
parents:
diff changeset
1056 return next;
a61af66fc99e Initial load
duke
parents:
diff changeset
1057 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1058
a61af66fc99e Initial load
duke
parents:
diff changeset
1059 // Give each of the data entries a chance to perform specific
a61af66fc99e Initial load
duke
parents:
diff changeset
1060 // data initialization.
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1061 void MethodData::post_initialize(BytecodeStream* stream) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1062 ResourceMark rm;
a61af66fc99e Initial load
duke
parents:
diff changeset
1063 ProfileData* data;
a61af66fc99e Initial load
duke
parents:
diff changeset
1064 for (data = first_data(); is_valid(data); data = next_data(data)) {
a61af66fc99e Initial load
duke
parents:
diff changeset
1065 stream->set_start(data->bci());
a61af66fc99e Initial load
duke
parents:
diff changeset
1066 stream->next();
a61af66fc99e Initial load
duke
parents:
diff changeset
1067 data->post_initialize(stream, this);
a61af66fc99e Initial load
duke
parents:
diff changeset
1068 }
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1069 if (_parameters_type_data_di != -1) {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1070 parameters_type_data()->post_initialize(NULL, this);
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1071 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1072 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1073
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1074 // Initialize the MethodData* corresponding to a given method.
17733
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1075 MethodData::MethodData(methodHandle method, int size, TRAPS)
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1076 : _extra_data_lock(Monitor::leaf, "MDO extra data lock") {
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1077 No_Safepoint_Verifier no_safepoint; // init function atomic wrt GC
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1078 ResourceMark rm;
a61af66fc99e Initial load
duke
parents:
diff changeset
1079 // Set the method back-pointer.
a61af66fc99e Initial load
duke
parents:
diff changeset
1080 _method = method();
1783
d5d065957597 6953144: Tiered compilation
iveresov
parents: 1552
diff changeset
1081
9080
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1082 init();
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1083 set_creation_mileage(mileage_of(method()));
a61af66fc99e Initial load
duke
parents:
diff changeset
1084
a61af66fc99e Initial load
duke
parents:
diff changeset
1085 // Go through the bytecodes and allocate and initialize the
a61af66fc99e Initial load
duke
parents:
diff changeset
1086 // corresponding data cells.
a61af66fc99e Initial load
duke
parents:
diff changeset
1087 int data_size = 0;
a61af66fc99e Initial load
duke
parents:
diff changeset
1088 int empty_bc_count = 0; // number of bytecodes lacking data
8712
3efdfd6ddbf2 8003553: NPG: metaspace objects should be zeroed in constructors
coleenp
parents: 7956
diff changeset
1089 _data[0] = 0; // apparently not set below.
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1090 BytecodeStream stream(method);
a61af66fc99e Initial load
duke
parents:
diff changeset
1091 Bytecodes::Code c;
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1092 bool needs_speculative_traps = false;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1093 while ((c = stream.next()) >= 0) {
a61af66fc99e Initial load
duke
parents:
diff changeset
1094 int size_in_bytes = initialize_data(&stream, data_size);
a61af66fc99e Initial load
duke
parents:
diff changeset
1095 data_size += size_in_bytes;
a61af66fc99e Initial load
duke
parents:
diff changeset
1096 if (size_in_bytes == 0) empty_bc_count += 1;
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1097 needs_speculative_traps = needs_speculative_traps || is_speculative_trap_bytecode(c);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1098 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1099 _data_size = data_size;
a61af66fc99e Initial load
duke
parents:
diff changeset
1100 int object_size = in_bytes(data_offset()) + data_size;
a61af66fc99e Initial load
duke
parents:
diff changeset
1101
a61af66fc99e Initial load
duke
parents:
diff changeset
1102 // Add some extra DataLayout cells (at least one) to track stray traps.
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1103 int extra_data_count = compute_extra_data_count(data_size, empty_bc_count, needs_speculative_traps);
45
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1104 int extra_size = extra_data_count * DataLayout::compute_size_in_bytes(0);
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1105
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1106 // Let's zero the space for the extra data
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1107 Copy::zero_to_bytes(((address)_data) + data_size, extra_size);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1108
45
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1109 // Add a cell to record information about modified arguments.
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1110 // Set up _args_modified array after traps cells so that
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1111 // the code for traps cells works.
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1112 DataLayout *dp = data_layout_at(data_size + extra_size);
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1113
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1114 int arg_size = method->size_of_parameters();
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1115 dp->initialize(DataLayout::arg_info_data_tag, 0, arg_size+1);
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1116
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1117 int arg_data_size = DataLayout::compute_size_in_bytes(arg_size+1);
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1118 object_size += extra_size + arg_data_size;
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1119
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1120 int parms_cell = ParametersTypeData::compute_cell_count(method());
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1121 // If we are profiling parameters, we reserver an area near the end
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1122 // of the MDO after the slots for bytecodes (because there's no bci
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1123 // for method entry so they don't fit with the framework for the
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1124 // profiling of bytecodes). We store the offset within the MDO of
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1125 // this area (or -1 if no parameter is profiled)
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1126 if (parms_cell > 0) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1127 object_size += DataLayout::compute_size_in_bytes(parms_cell);
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1128 _parameters_type_data_di = data_size + extra_size + arg_data_size;
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1129 DataLayout *dp = data_layout_at(data_size + extra_size + arg_data_size);
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1130 dp->initialize(DataLayout::parameters_type_data_tag, 0, parms_cell);
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1131 } else {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1132 _parameters_type_data_di = -1;
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1133 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1134
a61af66fc99e Initial load
duke
parents:
diff changeset
1135 // Set an initial hint. Don't use set_hint_di() because
a61af66fc99e Initial load
duke
parents:
diff changeset
1136 // first_di() may be out of bounds if data_size is 0.
a61af66fc99e Initial load
duke
parents:
diff changeset
1137 // In that situation, _hint_di is never used, but at
a61af66fc99e Initial load
duke
parents:
diff changeset
1138 // least well-defined.
a61af66fc99e Initial load
duke
parents:
diff changeset
1139 _hint_di = first_di();
a61af66fc99e Initial load
duke
parents:
diff changeset
1140
a61af66fc99e Initial load
duke
parents:
diff changeset
1141 post_initialize(&stream);
a61af66fc99e Initial load
duke
parents:
diff changeset
1142
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1143 set_size(object_size);
9080
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1144 }
8712
3efdfd6ddbf2 8003553: NPG: metaspace objects should be zeroed in constructors
coleenp
parents: 7956
diff changeset
1145
9080
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1146 void MethodData::init() {
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1147 _invocation_counter.init();
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1148 _backedge_counter.init();
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1149 _invocation_counter_start = 0;
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1150 _backedge_counter_start = 0;
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1151 _num_loops = 0;
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1152 _num_blocks = 0;
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1153 _highest_comp_level = 0;
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1154 _highest_osr_comp_level = 0;
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1155 _would_profile = true;
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1156
17780
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
1157 #if INCLUDE_RTM_OPT
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
1158 _rtm_state = NoRTM; // No RTM lock eliding by default
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
1159 if (UseRTMLocking &&
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
1160 !CompilerOracle::has_option_string(_method, "NoRTMLockEliding")) {
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
1161 if (CompilerOracle::has_option_string(_method, "UseRTMLockEliding") || !UseRTMDeopt) {
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
1162 // Generate RTM lock eliding code without abort ratio calculation code.
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
1163 _rtm_state = UseRTM;
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
1164 } else if (UseRTMDeopt) {
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
1165 // Generate RTM lock eliding code and include abort ratio calculation
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
1166 // code if UseRTMDeopt is on.
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
1167 _rtm_state = ProfileRTM;
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
1168 }
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
1169 }
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
1170 #endif
606acabe7b5c 8031320: Use Intel RTM instructions for locks
kvn
parents: 17733
diff changeset
1171
9080
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1172 // Initialize flags and trap history.
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1173 _nof_decompiles = 0;
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1174 _nof_overflow_recompiles = 0;
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1175 _nof_overflow_traps = 0;
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1176 clear_escape_info();
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1177 assert(sizeof(_trap_hist) % sizeof(HeapWord) == 0, "align");
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1178 Copy::zero_to_words((HeapWord*) &_trap_hist,
b84fd7d73702 8007288: Additional WB API for compiler's testing
iignatyev
parents: 8860
diff changeset
1179 sizeof(_trap_hist) / sizeof(HeapWord));
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1180 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1181
a61af66fc99e Initial load
duke
parents:
diff changeset
1182 // Get a measure of how much mileage the method has on it.
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1183 int MethodData::mileage_of(Method* method) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1184 int mileage = 0;
1783
d5d065957597 6953144: Tiered compilation
iveresov
parents: 1552
diff changeset
1185 if (TieredCompilation) {
d5d065957597 6953144: Tiered compilation
iveresov
parents: 1552
diff changeset
1186 mileage = MAX2(method->invocation_count(), method->backedge_count());
d5d065957597 6953144: Tiered compilation
iveresov
parents: 1552
diff changeset
1187 } else {
d5d065957597 6953144: Tiered compilation
iveresov
parents: 1552
diff changeset
1188 int iic = method->interpreter_invocation_count();
d5d065957597 6953144: Tiered compilation
iveresov
parents: 1552
diff changeset
1189 if (mileage < iic) mileage = iic;
10105
aeaca88565e6 8010862: The Method counter fields used for profiling can be allocated lazily.
jiangli
parents: 8860
diff changeset
1190 MethodCounters* mcs = method->method_counters();
aeaca88565e6 8010862: The Method counter fields used for profiling can be allocated lazily.
jiangli
parents: 8860
diff changeset
1191 if (mcs != NULL) {
aeaca88565e6 8010862: The Method counter fields used for profiling can be allocated lazily.
jiangli
parents: 8860
diff changeset
1192 InvocationCounter* ic = mcs->invocation_counter();
aeaca88565e6 8010862: The Method counter fields used for profiling can be allocated lazily.
jiangli
parents: 8860
diff changeset
1193 InvocationCounter* bc = mcs->backedge_counter();
aeaca88565e6 8010862: The Method counter fields used for profiling can be allocated lazily.
jiangli
parents: 8860
diff changeset
1194 int icval = ic->count();
aeaca88565e6 8010862: The Method counter fields used for profiling can be allocated lazily.
jiangli
parents: 8860
diff changeset
1195 if (ic->carry()) icval += CompileThreshold;
aeaca88565e6 8010862: The Method counter fields used for profiling can be allocated lazily.
jiangli
parents: 8860
diff changeset
1196 if (mileage < icval) mileage = icval;
aeaca88565e6 8010862: The Method counter fields used for profiling can be allocated lazily.
jiangli
parents: 8860
diff changeset
1197 int bcval = bc->count();
aeaca88565e6 8010862: The Method counter fields used for profiling can be allocated lazily.
jiangli
parents: 8860
diff changeset
1198 if (bc->carry()) bcval += CompileThreshold;
aeaca88565e6 8010862: The Method counter fields used for profiling can be allocated lazily.
jiangli
parents: 8860
diff changeset
1199 if (mileage < bcval) mileage = bcval;
aeaca88565e6 8010862: The Method counter fields used for profiling can be allocated lazily.
jiangli
parents: 8860
diff changeset
1200 }
1783
d5d065957597 6953144: Tiered compilation
iveresov
parents: 1552
diff changeset
1201 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1202 return mileage;
a61af66fc99e Initial load
duke
parents:
diff changeset
1203 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1204
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1205 bool MethodData::is_mature() const {
1783
d5d065957597 6953144: Tiered compilation
iveresov
parents: 1552
diff changeset
1206 return CompilationPolicy::policy()->is_mature(_method);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1207 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1208
a61af66fc99e Initial load
duke
parents:
diff changeset
1209 // Translate a bci to its corresponding data index (di).
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1210 address MethodData::bci_to_dp(int bci) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1211 ResourceMark rm;
a61af66fc99e Initial load
duke
parents:
diff changeset
1212 ProfileData* data = data_before(bci);
a61af66fc99e Initial load
duke
parents:
diff changeset
1213 ProfileData* prev = NULL;
a61af66fc99e Initial load
duke
parents:
diff changeset
1214 for ( ; is_valid(data); data = next_data(data)) {
a61af66fc99e Initial load
duke
parents:
diff changeset
1215 if (data->bci() >= bci) {
a61af66fc99e Initial load
duke
parents:
diff changeset
1216 if (data->bci() == bci) set_hint_di(dp_to_di(data->dp()));
a61af66fc99e Initial load
duke
parents:
diff changeset
1217 else if (prev != NULL) set_hint_di(dp_to_di(prev->dp()));
a61af66fc99e Initial load
duke
parents:
diff changeset
1218 return data->dp();
a61af66fc99e Initial load
duke
parents:
diff changeset
1219 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1220 prev = data;
a61af66fc99e Initial load
duke
parents:
diff changeset
1221 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1222 return (address)limit_data_position();
a61af66fc99e Initial load
duke
parents:
diff changeset
1223 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1224
a61af66fc99e Initial load
duke
parents:
diff changeset
1225 // Translate a bci to its corresponding data, or NULL.
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1226 ProfileData* MethodData::bci_to_data(int bci) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1227 ProfileData* data = data_before(bci);
a61af66fc99e Initial load
duke
parents:
diff changeset
1228 for ( ; is_valid(data); data = next_data(data)) {
a61af66fc99e Initial load
duke
parents:
diff changeset
1229 if (data->bci() == bci) {
a61af66fc99e Initial load
duke
parents:
diff changeset
1230 set_hint_di(dp_to_di(data->dp()));
a61af66fc99e Initial load
duke
parents:
diff changeset
1231 return data;
a61af66fc99e Initial load
duke
parents:
diff changeset
1232 } else if (data->bci() > bci) {
a61af66fc99e Initial load
duke
parents:
diff changeset
1233 break;
a61af66fc99e Initial load
duke
parents:
diff changeset
1234 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1235 }
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1236 return bci_to_extra_data(bci, NULL, false);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1237 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1238
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1239 DataLayout* MethodData::next_extra(DataLayout* dp) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1240 int nb_cells = 0;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1241 switch(dp->tag()) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1242 case DataLayout::bit_data_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1243 case DataLayout::no_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1244 nb_cells = BitData::static_cell_count();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1245 break;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1246 case DataLayout::speculative_trap_data_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1247 nb_cells = SpeculativeTrapData::static_cell_count();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1248 break;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1249 default:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1250 fatal(err_msg("unexpected tag %d", dp->tag()));
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1251 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1252 return (DataLayout*)((address)dp + DataLayout::compute_size_in_bytes(nb_cells));
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1253 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1254
17733
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1255 ProfileData* MethodData::bci_to_extra_data_helper(int bci, Method* m, DataLayout*& dp, bool concurrent) {
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1256 DataLayout* end = extra_data_limit();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1257
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1258 for (;; dp = next_extra(dp)) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1259 assert(dp < end, "moved past end of extra data");
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1260 // No need for "OrderAccess::load_acquire" ops,
a61af66fc99e Initial load
duke
parents:
diff changeset
1261 // since the data structure is monotonic.
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1262 switch(dp->tag()) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1263 case DataLayout::no_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1264 return NULL;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1265 case DataLayout::arg_info_data_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1266 dp = end;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1267 return NULL; // ArgInfoData is at the end of extra data section.
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1268 case DataLayout::bit_data_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1269 if (m == NULL && dp->bci() == bci) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1270 return new BitData(dp);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1271 }
45
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1272 break;
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1273 case DataLayout::speculative_trap_data_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1274 if (m != NULL) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1275 SpeculativeTrapData* data = new SpeculativeTrapData(dp);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1276 // data->method() may be null in case of a concurrent
17733
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1277 // allocation. Maybe it's for the same method. Try to use that
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1278 // entry in that case.
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1279 if (dp->bci() == bci) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1280 if (data->method() == NULL) {
17733
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1281 assert(concurrent, "impossible because no concurrent allocation");
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1282 return NULL;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1283 } else if (data->method() == m) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1284 return data;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1285 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1286 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1287 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1288 break;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1289 default:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1290 fatal(err_msg("unexpected tag %d", dp->tag()));
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1291 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1292 }
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1293 return NULL;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1294 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1295
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1296
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1297 // Translate a bci to its corresponding extra data, or NULL.
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1298 ProfileData* MethodData::bci_to_extra_data(int bci, Method* m, bool create_if_missing) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1299 // This code assumes an entry for a SpeculativeTrapData is 2 cells
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1300 assert(2*DataLayout::compute_size_in_bytes(BitData::static_cell_count()) ==
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1301 DataLayout::compute_size_in_bytes(SpeculativeTrapData::static_cell_count()),
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1302 "code needs to be adjusted");
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1303
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1304 DataLayout* dp = extra_data_base();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1305 DataLayout* end = extra_data_limit();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1306
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1307 // Allocation in the extra data space has to be atomic because not
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1308 // all entries have the same size and non atomic concurrent
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1309 // allocation would result in a corrupted extra data space.
17733
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1310 ProfileData* result = bci_to_extra_data_helper(bci, m, dp, true);
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1311 if (result != NULL) {
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1312 return result;
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1313 }
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1314
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1315 if (create_if_missing && dp < end) {
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1316 MutexLocker ml(&_extra_data_lock);
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1317 // Check again now that we have the lock. Another thread may
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1318 // have added extra data entries.
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1319 ProfileData* result = bci_to_extra_data_helper(bci, m, dp, false);
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1320 if (result != NULL || dp >= end) {
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1321 return result;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1322 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1323
17733
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1324 assert(dp->tag() == DataLayout::no_tag || (dp->tag() == DataLayout::speculative_trap_data_tag && m != NULL), "should be free");
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1325 assert(next_extra(dp)->tag() == DataLayout::no_tag || next_extra(dp)->tag() == DataLayout::arg_info_data_tag, "should be free or arg info");
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1326 u1 tag = m == NULL ? DataLayout::bit_data_tag : DataLayout::speculative_trap_data_tag;
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1327 // SpeculativeTrapData is 2 slots. Make sure we have room.
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1328 if (m != NULL && next_extra(dp)->tag() != DataLayout::no_tag) {
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1329 return NULL;
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1330 }
17733
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1331 DataLayout temp;
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1332 temp.initialize(tag, bci, 0);
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1333
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1334 dp->set_header(temp.header());
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1335 assert(dp->tag() == tag, "sane");
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1336 assert(dp->bci() == bci, "no concurrent allocation");
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1337 if (tag == DataLayout::bit_data_tag) {
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1338 return new BitData(dp);
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1339 } else {
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1340 SpeculativeTrapData* data = new SpeculativeTrapData(dp);
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1341 data->set_method(m);
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1342 return data;
1a43981d86ea 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland
parents: 17728
diff changeset
1343 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1344 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1345 return NULL;
a61af66fc99e Initial load
duke
parents:
diff changeset
1346 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1347
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1348 ArgInfoData *MethodData::arg_info() {
45
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1349 DataLayout* dp = extra_data_base();
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1350 DataLayout* end = extra_data_limit();
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1351 for (; dp < end; dp = next_extra(dp)) {
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1352 if (dp->tag() == DataLayout::arg_info_data_tag)
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1353 return new ArgInfoData(dp);
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1354 }
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1355 return NULL;
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1356 }
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1357
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1358 // Printing
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1359
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1360 #ifndef PRODUCT
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1361
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1362 void MethodData::print_on(outputStream* st) const {
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1363 assert(is_methodData(), "should be method data");
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1364 st->print("method data for ");
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1365 method()->print_value_on(st);
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1366 st->cr();
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1367 print_data_on(st);
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1368 }
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1369
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1370 #endif //PRODUCT
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1371
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1372 void MethodData::print_value_on(outputStream* st) const {
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1373 assert(is_methodData(), "should be method data");
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1374 st->print("method data for ");
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1375 method()->print_value_on(st);
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1376 }
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1377
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1378 #ifndef PRODUCT
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1379 void MethodData::print_data_on(outputStream* st) const {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1380 ResourceMark rm;
a61af66fc99e Initial load
duke
parents:
diff changeset
1381 ProfileData* data = first_data();
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1382 if (_parameters_type_data_di != -1) {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1383 parameters_type_data()->print_data_on(st);
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1384 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1385 for ( ; is_valid(data); data = next_data(data)) {
a61af66fc99e Initial load
duke
parents:
diff changeset
1386 st->print("%d", dp_to_di(data->dp()));
a61af66fc99e Initial load
duke
parents:
diff changeset
1387 st->fill_to(6);
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1388 data->print_data_on(st, this);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1389 }
45
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1390 st->print_cr("--- Extra data:");
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1391 DataLayout* dp = extra_data_base();
a61af66fc99e Initial load
duke
parents:
diff changeset
1392 DataLayout* end = extra_data_limit();
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1393 for (;; dp = next_extra(dp)) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1394 assert(dp < end, "moved past end of extra data");
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1395 // No need for "OrderAccess::load_acquire" ops,
a61af66fc99e Initial load
duke
parents:
diff changeset
1396 // since the data structure is monotonic.
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1397 switch(dp->tag()) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1398 case DataLayout::no_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1399 continue;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1400 case DataLayout::bit_data_tag:
45
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1401 data = new BitData(dp);
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1402 break;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1403 case DataLayout::speculative_trap_data_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1404 data = new SpeculativeTrapData(dp);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1405 break;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1406 case DataLayout::arg_info_data_tag:
45
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1407 data = new ArgInfoData(dp);
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1408 dp = end; // ArgInfoData is at the end of extra data section.
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1409 break;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1410 default:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1411 fatal(err_msg("unexpected tag %d", dp->tag()));
45
48a3fa21394b 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn
parents: 0
diff changeset
1412 }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1413 st->print("%d", dp_to_di(data->dp()));
a61af66fc99e Initial load
duke
parents:
diff changeset
1414 st->fill_to(6);
a61af66fc99e Initial load
duke
parents:
diff changeset
1415 data->print_data_on(st);
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1416 if (dp >= end) return;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1417 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1418 }
a61af66fc99e Initial load
duke
parents:
diff changeset
1419 #endif
a61af66fc99e Initial load
duke
parents:
diff changeset
1420
7956
16fb9f942703 6479360: PrintClassHistogram improvements
acorn
parents: 6725
diff changeset
1421 #if INCLUDE_SERVICES
16fb9f942703 6479360: PrintClassHistogram improvements
acorn
parents: 6725
diff changeset
1422 // Size Statistics
16fb9f942703 6479360: PrintClassHistogram improvements
acorn
parents: 6725
diff changeset
1423 void MethodData::collect_statistics(KlassSizeStats *sz) const {
16fb9f942703 6479360: PrintClassHistogram improvements
acorn
parents: 6725
diff changeset
1424 int n = sz->count(this);
16fb9f942703 6479360: PrintClassHistogram improvements
acorn
parents: 6725
diff changeset
1425 sz->_method_data_bytes += n;
16fb9f942703 6479360: PrintClassHistogram improvements
acorn
parents: 6725
diff changeset
1426 sz->_method_all_bytes += n;
16fb9f942703 6479360: PrintClassHistogram improvements
acorn
parents: 6725
diff changeset
1427 sz->_rw_bytes += n;
16fb9f942703 6479360: PrintClassHistogram improvements
acorn
parents: 6725
diff changeset
1428 }
16fb9f942703 6479360: PrintClassHistogram improvements
acorn
parents: 6725
diff changeset
1429 #endif // INCLUDE_SERVICES
6725
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1430
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1431 // Verification
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1432
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1433 void MethodData::verify_on(outputStream* st) {
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1434 guarantee(is_methodData(), "object must be method data");
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1435 // guarantee(m->is_perm(), "should be in permspace");
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1436 this->verify_data_on(st);
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1437 }
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1438
da91efe96a93 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 2264
diff changeset
1439 void MethodData::verify_data_on(outputStream* st) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1440 NEEDS_CLEANUP;
a61af66fc99e Initial load
duke
parents:
diff changeset
1441 // not yet implemented.
a61af66fc99e Initial load
duke
parents:
diff changeset
1442 }
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1443
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1444 bool MethodData::profile_jsr292(methodHandle m, int bci) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1445 if (m->is_compiled_lambda_form()) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1446 return true;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1447 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1448
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1449 Bytecode_invoke inv(m , bci);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1450 return inv.is_invokedynamic() || inv.is_invokehandle();
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1451 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1452
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1453 int MethodData::profile_arguments_flag() {
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1454 return TypeProfileLevel % 10;
12875
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1455 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1456
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1457 bool MethodData::profile_arguments() {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1458 return profile_arguments_flag() > no_type_profile && profile_arguments_flag() <= type_profile_all;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1459 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1460
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1461 bool MethodData::profile_arguments_jsr292_only() {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1462 return profile_arguments_flag() == type_profile_jsr292;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1463 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1464
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1465 bool MethodData::profile_all_arguments() {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1466 return profile_arguments_flag() == type_profile_all;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1467 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1468
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1469 bool MethodData::profile_arguments_for_invoke(methodHandle m, int bci) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1470 if (!profile_arguments()) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1471 return false;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1472 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1473
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1474 if (profile_all_arguments()) {
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1475 return true;
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1476 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1477
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1478 assert(profile_arguments_jsr292_only(), "inconsistent");
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1479 return profile_jsr292(m, bci);
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1480 }
d13d7aba8c12 8023657: New type profiling points: arguments to call
roland
parents: 10376
diff changeset
1481
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1482 int MethodData::profile_return_flag() {
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1483 return (TypeProfileLevel % 100) / 10;
12882
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1484 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1485
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1486 bool MethodData::profile_return() {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1487 return profile_return_flag() > no_type_profile && profile_return_flag() <= type_profile_all;
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1488 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1489
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1490 bool MethodData::profile_return_jsr292_only() {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1491 return profile_return_flag() == type_profile_jsr292;
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1492 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1493
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1494 bool MethodData::profile_all_return() {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1495 return profile_return_flag() == type_profile_all;
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1496 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1497
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1498 bool MethodData::profile_return_for_invoke(methodHandle m, int bci) {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1499 if (!profile_return()) {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1500 return false;
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1501 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1502
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1503 if (profile_all_return()) {
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1504 return true;
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1505 }
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1506
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1507 assert(profile_return_jsr292_only(), "inconsistent");
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1508 return profile_jsr292(m, bci);
ce0cc25bc5e2 8026054: New type profiling points: type of return values at calls
roland
parents: 12875
diff changeset
1509 }
12962
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1510
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1511 int MethodData::profile_parameters_flag() {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1512 return TypeProfileLevel / 100;
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1513 }
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1514
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1515 bool MethodData::profile_parameters() {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1516 return profile_parameters_flag() > no_type_profile && profile_parameters_flag() <= type_profile_all;
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1517 }
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1518
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1519 bool MethodData::profile_parameters_jsr292_only() {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1520 return profile_parameters_flag() == type_profile_jsr292;
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1521 }
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1522
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1523 bool MethodData::profile_all_parameters() {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1524 return profile_parameters_flag() == type_profile_all;
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1525 }
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1526
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1527 bool MethodData::profile_parameters_for_method(methodHandle m) {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1528 if (!profile_parameters()) {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1529 return false;
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1530 }
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1531
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1532 if (profile_all_parameters()) {
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1533 return true;
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1534 }
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1535
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1536 assert(profile_parameters_jsr292_only(), "inconsistent");
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1537 return m->is_compiled_lambda_form();
5ccbab1c69f3 8026251: New type profiling points: parameters to methods
roland
parents: 12882
diff changeset
1538 }
17728
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1539
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1540 void MethodData::clean_extra_data_helper(DataLayout* dp, int shift, bool reset) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1541 if (shift == 0) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1542 return;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1543 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1544 if (!reset) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1545 // Move all cells of trap entry at dp left by "shift" cells
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1546 intptr_t* start = (intptr_t*)dp;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1547 intptr_t* end = (intptr_t*)next_extra(dp);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1548 for (intptr_t* ptr = start; ptr < end; ptr++) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1549 *(ptr-shift) = *ptr;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1550 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1551 } else {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1552 // Reset "shift" cells stopping at dp
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1553 intptr_t* start = ((intptr_t*)dp) - shift;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1554 intptr_t* end = (intptr_t*)dp;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1555 for (intptr_t* ptr = start; ptr < end; ptr++) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1556 *ptr = 0;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1557 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1558 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1559 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1560
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1561 // Remove SpeculativeTrapData entries that reference an unloaded
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1562 // method
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1563 void MethodData::clean_extra_data(BoolObjectClosure* is_alive) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1564 DataLayout* dp = extra_data_base();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1565 DataLayout* end = extra_data_limit();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1566
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1567 int shift = 0;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1568 for (; dp < end; dp = next_extra(dp)) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1569 switch(dp->tag()) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1570 case DataLayout::speculative_trap_data_tag: {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1571 SpeculativeTrapData* data = new SpeculativeTrapData(dp);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1572 Method* m = data->method();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1573 assert(m != NULL, "should have a method");
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1574 if (!m->method_holder()->is_loader_alive(is_alive)) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1575 // "shift" accumulates the number of cells for dead
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1576 // SpeculativeTrapData entries that have been seen so
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1577 // far. Following entries must be shifted left by that many
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1578 // cells to remove the dead SpeculativeTrapData entries.
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1579 shift += (int)((intptr_t*)next_extra(dp) - (intptr_t*)dp);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1580 } else {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1581 // Shift this entry left if it follows dead
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1582 // SpeculativeTrapData entries
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1583 clean_extra_data_helper(dp, shift);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1584 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1585 break;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1586 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1587 case DataLayout::bit_data_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1588 // Shift this entry left if it follows dead SpeculativeTrapData
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1589 // entries
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1590 clean_extra_data_helper(dp, shift);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1591 continue;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1592 case DataLayout::no_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1593 case DataLayout::arg_info_data_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1594 // We are at end of the live trap entries. The previous "shift"
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1595 // cells contain entries that are either dead or were shifted
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1596 // left. They need to be reset to no_tag
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1597 clean_extra_data_helper(dp, shift, true);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1598 return;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1599 default:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1600 fatal(err_msg("unexpected tag %d", dp->tag()));
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1601 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1602 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1603 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1604
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1605 // Verify there's no unloaded method referenced by a
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1606 // SpeculativeTrapData entry
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1607 void MethodData::verify_extra_data_clean(BoolObjectClosure* is_alive) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1608 #ifdef ASSERT
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1609 DataLayout* dp = extra_data_base();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1610 DataLayout* end = extra_data_limit();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1611
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1612 for (; dp < end; dp = next_extra(dp)) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1613 switch(dp->tag()) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1614 case DataLayout::speculative_trap_data_tag: {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1615 SpeculativeTrapData* data = new SpeculativeTrapData(dp);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1616 Method* m = data->method();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1617 assert(m != NULL && m->method_holder()->is_loader_alive(is_alive), "Method should exist");
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1618 break;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1619 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1620 case DataLayout::bit_data_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1621 continue;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1622 case DataLayout::no_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1623 case DataLayout::arg_info_data_tag:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1624 return;
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1625 default:
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1626 fatal(err_msg("unexpected tag %d", dp->tag()));
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1627 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1628 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1629 #endif
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1630 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1631
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1632 void MethodData::clean_method_data(BoolObjectClosure* is_alive) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1633 for (ProfileData* data = first_data();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1634 is_valid(data);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1635 data = next_data(data)) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1636 data->clean_weak_klass_links(is_alive);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1637 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1638 ParametersTypeData* parameters = parameters_type_data();
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1639 if (parameters != NULL) {
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1640 parameters->clean_weak_klass_links(is_alive);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1641 }
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1642
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1643 clean_extra_data(is_alive);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1644 verify_extra_data_clean(is_alive);
b8413a9cbb84 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
roland
parents: 13080
diff changeset
1645 }