author | roland |
Tue, 12 Feb 2013 12:56:11 +0100 | |
changeset 15618 | 3eb521896836 |
parent 15118 | 1a1a6d1dfaab |
child 15871 | b04dd94da4e6 |
permissions | -rw-r--r-- |
1 | 1 |
/* |
13728
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
2 |
* Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. |
1 | 3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
* |
|
5 |
* This code is free software; you can redistribute it and/or modify it |
|
6 |
* under the terms of the GNU General Public License version 2 only, as |
|
7 |
* published by the Free Software Foundation. |
|
8 |
* |
|
9 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
|
10 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
11 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
12 |
* version 2 for more details (a copy is included in the LICENSE file that |
|
13 |
* accompanied this code). |
|
14 |
* |
|
15 |
* You should have received a copy of the GNU General Public License version |
|
16 |
* 2 along with this work; if not, write to the Free Software Foundation, |
|
17 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
18 |
* |
|
5547
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
5353
diff
changeset
|
19 |
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
5353
diff
changeset
|
20 |
* or visit www.oracle.com if you need additional information or have any |
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
5353
diff
changeset
|
21 |
* questions. |
1 | 22 |
* |
23 |
*/ |
|
24 |
||
7397 | 25 |
#ifndef SHARE_VM_OPTO_COMPILE_HPP |
26 |
#define SHARE_VM_OPTO_COMPILE_HPP |
|
27 |
||
28 |
#include "asm/codeBuffer.hpp" |
|
29 |
#include "ci/compilerInterface.hpp" |
|
30 |
#include "code/debugInfoRec.hpp" |
|
31 |
#include "code/exceptionHandlerTable.hpp" |
|
32 |
#include "compiler/compilerOracle.hpp" |
|
14828
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
33 |
#include "compiler/compileBroker.hpp" |
7397 | 34 |
#include "libadt/dict.hpp" |
35 |
#include "libadt/port.hpp" |
|
36 |
#include "libadt/vectset.hpp" |
|
37 |
#include "memory/resourceArea.hpp" |
|
38 |
#include "opto/idealGraphPrinter.hpp" |
|
39 |
#include "opto/phase.hpp" |
|
40 |
#include "opto/regmask.hpp" |
|
41 |
#include "runtime/deoptimization.hpp" |
|
42 |
#include "runtime/vmThread.hpp" |
|
43 |
||
1 | 44 |
class Block; |
45 |
class Bundle; |
|
46 |
class C2Compiler; |
|
47 |
class CallGenerator; |
|
48 |
class ConnectionGraph; |
|
49 |
class InlineTree; |
|
50 |
class Int_Array; |
|
51 |
class Matcher; |
|
7433 | 52 |
class MachConstantNode; |
53 |
class MachConstantBaseNode; |
|
1 | 54 |
class MachNode; |
7433 | 55 |
class MachOper; |
211
e2b60448c234
6667610: (Escape Analysis) retry compilation without EA if it fails
kvn
parents:
1
diff
changeset
|
56 |
class MachSafePointNode; |
1 | 57 |
class Node; |
58 |
class Node_Array; |
|
59 |
class Node_Notes; |
|
60 |
class OptoReg; |
|
61 |
class PhaseCFG; |
|
62 |
class PhaseGVN; |
|
4643 | 63 |
class PhaseIterGVN; |
1 | 64 |
class PhaseRegAlloc; |
65 |
class PhaseCCP; |
|
66 |
class PhaseCCP_DCE; |
|
67 |
class RootNode; |
|
68 |
class relocInfo; |
|
69 |
class Scope; |
|
70 |
class StartNode; |
|
71 |
class SafePointNode; |
|
72 |
class JVMState; |
|
73 |
class TypeData; |
|
74 |
class TypePtr; |
|
15118
1a1a6d1dfaab
8005418: JSR 292: virtual dispatch bug in 292 impl
twisti
parents:
15113
diff
changeset
|
75 |
class TypeOopPtr; |
1 | 76 |
class TypeFunc; |
77 |
class Unique_Node_List; |
|
78 |
class nmethod; |
|
79 |
class WarmCallInfo; |
|
14623
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
80 |
class Node_Stack; |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
81 |
struct Final_Reshape_Counts; |
1 | 82 |
|
83 |
//------------------------------Compile---------------------------------------- |
|
84 |
// This class defines a top-level Compiler invocation. |
|
85 |
||
86 |
class Compile : public Phase { |
|
10547 | 87 |
friend class VMStructs; |
88 |
||
1 | 89 |
public: |
90 |
// Fixed alias indexes. (See also MergeMemNode.) |
|
91 |
enum { |
|
92 |
AliasIdxTop = 1, // pseudo-index, aliases to nothing (used as sentinel value) |
|
93 |
AliasIdxBot = 2, // pseudo-index, aliases to everything |
|
94 |
AliasIdxRaw = 3 // hard-wired index for TypeRawPtr::BOTTOM |
|
95 |
}; |
|
96 |
||
97 |
// Variant of TraceTime(NULL, &_t_accumulator, TimeCompiler); |
|
98 |
// Integrated with logging. If logging is turned on, and dolog is true, |
|
99 |
// then brackets are put into the log, with time stamps and node counts. |
|
100 |
// (The time collection itself is always conditionalized on TimeCompiler.) |
|
101 |
class TracePhase : public TraceTime { |
|
102 |
private: |
|
103 |
Compile* C; |
|
104 |
CompileLog* _log; |
|
14623
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
105 |
const char* _phase_name; |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
106 |
bool _dolog; |
1 | 107 |
public: |
108 |
TracePhase(const char* name, elapsedTimer* accumulator, bool dolog); |
|
109 |
~TracePhase(); |
|
110 |
}; |
|
111 |
||
112 |
// Information per category of alias (memory slice) |
|
113 |
class AliasType { |
|
114 |
private: |
|
115 |
friend class Compile; |
|
116 |
||
117 |
int _index; // unique index, used with MergeMemNode |
|
118 |
const TypePtr* _adr_type; // normalized address type |
|
119 |
ciField* _field; // relevant instance field, or null if none |
|
120 |
bool _is_rewritable; // false if the memory is write-once only |
|
121 |
int _general_index; // if this is type is an instance, the general |
|
122 |
// type that this is an instance of |
|
123 |
||
124 |
void Init(int i, const TypePtr* at); |
|
125 |
||
126 |
public: |
|
127 |
int index() const { return _index; } |
|
128 |
const TypePtr* adr_type() const { return _adr_type; } |
|
129 |
ciField* field() const { return _field; } |
|
130 |
bool is_rewritable() const { return _is_rewritable; } |
|
131 |
bool is_volatile() const { return (_field ? _field->is_volatile() : false); } |
|
132 |
int general_index() const { return (_general_index != 0) ? _general_index : _index; } |
|
133 |
||
134 |
void set_rewritable(bool z) { _is_rewritable = z; } |
|
135 |
void set_field(ciField* f) { |
|
136 |
assert(!_field,""); |
|
137 |
_field = f; |
|
138 |
if (f->is_final()) _is_rewritable = false; |
|
139 |
} |
|
140 |
||
141 |
void print_on(outputStream* st) PRODUCT_RETURN; |
|
142 |
}; |
|
143 |
||
144 |
enum { |
|
145 |
logAliasCacheSize = 6, |
|
146 |
AliasCacheSize = (1<<logAliasCacheSize) |
|
147 |
}; |
|
148 |
struct AliasCacheEntry { const TypePtr* _adr_type; int _index; }; // simple duple type |
|
149 |
enum { |
|
13728
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
150 |
trapHistLength = MethodData::_trap_hist_limit |
1 | 151 |
}; |
152 |
||
7433 | 153 |
// Constant entry of the constant table. |
154 |
class Constant { |
|
155 |
private: |
|
156 |
BasicType _type; |
|
13728
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
157 |
union { |
14126
afb8a3a86f1f
8000623: tools/javac/Diagnostics/6769027/T6769027.java crashes in PSPromotionManager::copy_to_survivor_space
kvn
parents:
13883
diff
changeset
|
158 |
jvalue _value; |
13728
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
159 |
Metadata* _metadata; |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
160 |
} _v; |
7433 | 161 |
int _offset; // offset of this constant (in bytes) relative to the constant table base. |
11190
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
162 |
float _freq; |
7433 | 163 |
bool _can_be_reused; // true (default) if the value can be shared with other users. |
164 |
||
165 |
public: |
|
13728
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
166 |
Constant() : _type(T_ILLEGAL), _offset(-1), _freq(0.0f), _can_be_reused(true) { _v._value.l = 0; } |
11190
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
167 |
Constant(BasicType type, jvalue value, float freq = 0.0f, bool can_be_reused = true) : |
7433 | 168 |
_type(type), |
169 |
_offset(-1), |
|
11190
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
170 |
_freq(freq), |
7433 | 171 |
_can_be_reused(can_be_reused) |
13728
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
172 |
{ |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
173 |
assert(type != T_METADATA, "wrong constructor"); |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
174 |
_v._value = value; |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
175 |
} |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
176 |
Constant(Metadata* metadata, bool can_be_reused = true) : |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
177 |
_type(T_METADATA), |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
178 |
_offset(-1), |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
179 |
_freq(0.0f), |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
180 |
_can_be_reused(can_be_reused) |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
181 |
{ |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
182 |
_v._metadata = metadata; |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
183 |
} |
7433 | 184 |
|
185 |
bool operator==(const Constant& other); |
|
186 |
||
187 |
BasicType type() const { return _type; } |
|
188 |
||
13728
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
189 |
jlong get_jlong() const { return _v._value.j; } |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
190 |
jfloat get_jfloat() const { return _v._value.f; } |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
191 |
jdouble get_jdouble() const { return _v._value.d; } |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
192 |
jobject get_jobject() const { return _v._value.l; } |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
193 |
|
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
194 |
Metadata* get_metadata() const { return _v._metadata; } |
7433 | 195 |
|
196 |
int offset() const { return _offset; } |
|
197 |
void set_offset(int offset) { _offset = offset; } |
|
198 |
||
11190
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
199 |
float freq() const { return _freq; } |
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
200 |
void inc_freq(float freq) { _freq += freq; } |
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
201 |
|
7433 | 202 |
bool can_be_reused() const { return _can_be_reused; } |
203 |
}; |
|
204 |
||
205 |
// Constant table. |
|
206 |
class ConstantTable { |
|
207 |
private: |
|
208 |
GrowableArray<Constant> _constants; // Constants of this table. |
|
209 |
int _size; // Size in bytes the emitted constant table takes (including padding). |
|
210 |
int _table_base_offset; // Offset of the table base that gets added to the constant offsets. |
|
11190
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
211 |
int _nof_jump_tables; // Number of jump-tables in this constant table. |
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
212 |
|
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
213 |
static int qsort_comparator(Constant* a, Constant* b); |
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
214 |
|
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
215 |
// We use negative frequencies to keep the order of the |
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
216 |
// jump-tables in which they were added. Otherwise we get into |
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
217 |
// trouble with relocation. |
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
218 |
float next_jump_table_freq() { return -1.0f * (++_nof_jump_tables); } |
7433 | 219 |
|
220 |
public: |
|
221 |
ConstantTable() : |
|
222 |
_size(-1), |
|
11190
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
223 |
_table_base_offset(-1), // We can use -1 here since the constant table is always bigger than 2 bytes (-(size / 2), see MachConstantBaseNode::emit). |
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
224 |
_nof_jump_tables(0) |
7433 | 225 |
{} |
226 |
||
11190
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
227 |
int size() const { assert(_size != -1, "not calculated yet"); return _size; } |
7433 | 228 |
|
11190
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
229 |
int calculate_table_base_offset() const; // AD specific |
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
230 |
void set_table_base_offset(int x) { assert(_table_base_offset == -1 || x == _table_base_offset, "can't change"); _table_base_offset = x; } |
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
231 |
int table_base_offset() const { assert(_table_base_offset != -1, "not set yet"); return _table_base_offset; } |
7433 | 232 |
|
233 |
void emit(CodeBuffer& cb); |
|
234 |
||
235 |
// Returns the offset of the last entry (the top) of the constant table. |
|
11190
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
236 |
int top_offset() const { assert(_constants.top().offset() != -1, "not bound yet"); return _constants.top().offset(); } |
7433 | 237 |
|
238 |
void calculate_offsets_and_size(); |
|
239 |
int find_offset(Constant& con) const; |
|
240 |
||
241 |
void add(Constant& con); |
|
11190
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
242 |
Constant add(MachConstantNode* n, BasicType type, jvalue value); |
13728
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
243 |
Constant add(Metadata* metadata); |
11190
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
244 |
Constant add(MachConstantNode* n, MachOper* oper); |
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
245 |
Constant add(MachConstantNode* n, jfloat f) { |
7433 | 246 |
jvalue value; value.f = f; |
11190
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
247 |
return add(n, T_FLOAT, value); |
7433 | 248 |
} |
11190
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
249 |
Constant add(MachConstantNode* n, jdouble d) { |
7433 | 250 |
jvalue value; value.d = d; |
11190
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
251 |
return add(n, T_DOUBLE, value); |
7433 | 252 |
} |
253 |
||
11190
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
254 |
// Jump-table |
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
255 |
Constant add_jump_table(MachConstantNode* n); |
d561d41f241a
7003454: order constants in constant table by number of references in code
twisti
parents:
10547
diff
changeset
|
256 |
void fill_jump_table(CodeBuffer& cb, MachConstantNode* n, GrowableArray<Label*> labels) const; |
7433 | 257 |
}; |
258 |
||
1 | 259 |
private: |
260 |
// Fixed parameters to this compilation. |
|
261 |
const int _compile_id; |
|
262 |
const bool _save_argument_registers; // save/restore arg regs for trampolines |
|
263 |
const bool _subsume_loads; // Load can be matched as part of a larger op. |
|
211
e2b60448c234
6667610: (Escape Analysis) retry compilation without EA if it fails
kvn
parents:
1
diff
changeset
|
264 |
const bool _do_escape_analysis; // Do escape analysis. |
1 | 265 |
ciMethod* _method; // The method being compiled. |
266 |
int _entry_bci; // entry bci for osr methods. |
|
267 |
const TypeFunc* _tf; // My kind of signature |
|
268 |
InlineTree* _ilt; // Ditto (temporary). |
|
269 |
address _stub_function; // VM entry for stub being compiled, or NULL |
|
270 |
const char* _stub_name; // Name of stub or adapter being compiled, or NULL |
|
271 |
address _stub_entry_point; // Compile code entry for generated stub, or NULL |
|
272 |
||
273 |
// Control of this compilation. |
|
274 |
int _num_loop_opts; // Number of iterations for doing loop optimiztions |
|
275 |
int _max_inline_size; // Max inline size for this compilation |
|
276 |
int _freq_inline_size; // Max hot method inline size for this compilation |
|
277 |
int _fixed_slots; // count of frame slots not allocated by the register |
|
278 |
// allocator i.e. locks, original deopt pc, etc. |
|
279 |
// For deopt |
|
280 |
int _orig_pc_slot; |
|
281 |
int _orig_pc_slot_offset_in_bytes; |
|
282 |
||
283 |
int _major_progress; // Count of something big happening |
|
15113 | 284 |
bool _inlining_progress; // progress doing incremental inlining? |
285 |
bool _inlining_incrementally;// Are we doing incremental inlining (post parse) |
|
1 | 286 |
bool _has_loops; // True if the method _may_ have some loops |
287 |
bool _has_split_ifs; // True if the method _may_ have some split-if |
|
288 |
bool _has_unsafe_access; // True if the method _may_ produce faults in unsafe loads or stores. |
|
4450
6d700b859b3e
6892658: C2 should optimize some stringbuilder patterns
never
parents:
3795
diff
changeset
|
289 |
bool _has_stringbuilder; // True StringBuffers or StringBuilders are allocated |
13883
6979b9850feb
7196199: java/text/Bidi/Bug6665028.java failed: Bidi run count incorrect
kvn
parents:
13728
diff
changeset
|
290 |
int _max_vector_size; // Maximum size of generated vectors |
1 | 291 |
uint _trap_hist[trapHistLength]; // Cumulative traps |
292 |
bool _trap_can_recompile; // Have we emitted a recompiling trap? |
|
293 |
uint _decompile_count; // Cumulative decompilation counts. |
|
294 |
bool _do_inlining; // True if we intend to do inlining |
|
295 |
bool _do_scheduling; // True if we intend to do scheduling |
|
1498 | 296 |
bool _do_freq_based_layout; // True if we intend to do frequency based block layout |
1 | 297 |
bool _do_count_invocations; // True if we generate code to count invocations |
13728
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
12107
diff
changeset
|
298 |
bool _do_method_data_update; // True if we generate code to update MethodData*s |
1 | 299 |
int _AliasLevel; // Locally-adjusted version of AliasLevel flag. |
300 |
bool _print_assembly; // True if we should dump assembly code for this compilation |
|
301 |
#ifndef PRODUCT |
|
302 |
bool _trace_opto_output; |
|
1399
9648dfd4ce09
6384206: Phis which are later unneeded are impairing our ability to inline based on static types
never
parents:
670
diff
changeset
|
303 |
bool _parsed_irreducible_loop; // True if ciTypeFlow detected irreducible loops during parsing |
1 | 304 |
#endif |
305 |
||
4906 | 306 |
// JSR 292 |
307 |
bool _has_method_handle_invokes; // True if this method has MethodHandle invokes. |
|
308 |
||
1 | 309 |
// Compilation environment. |
310 |
Arena _comp_arena; // Arena with lifetime equivalent to Compile |
|
311 |
ciEnv* _env; // CI interface |
|
312 |
CompileLog* _log; // from CompilerThread |
|
313 |
const char* _failure_reason; // for record_failure/failing pattern |
|
314 |
GrowableArray<CallGenerator*>* _intrinsics; // List of intrinsics. |
|
315 |
GrowableArray<Node*>* _macro_nodes; // List of nodes which need to be expanded before matching. |
|
4643 | 316 |
GrowableArray<Node*>* _predicate_opaqs; // List of Opaque1 nodes for the loop predicates. |
15618
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
317 |
GrowableArray<Node*>* _expensive_nodes; // List of nodes that are expensive to compute and that we'd better not let the GVN freely common |
1 | 318 |
ConnectionGraph* _congraph; |
319 |
#ifndef PRODUCT |
|
320 |
IdealGraphPrinter* _printer; |
|
321 |
#endif |
|
322 |
||
323 |
// Node management |
|
324 |
uint _unique; // Counter for unique Node indices |
|
14623
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
325 |
VectorSet _dead_node_list; // Set of dead nodes |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
326 |
uint _dead_node_count; // Number of dead nodes; VectorSet::Size() is O(N). |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
327 |
// So use this to keep count and make the call O(1). |
1 | 328 |
debug_only(static int _debug_idx;) // Monotonic counter (not reset), use -XX:BreakAtNode=<idx> |
329 |
Arena _node_arena; // Arena for new-space Nodes |
|
330 |
Arena _old_arena; // Arena for old-space Nodes, lifetime during xform |
|
331 |
RootNode* _root; // Unique root of compilation, or NULL after bail-out. |
|
332 |
Node* _top; // Unique top node. (Reset by various phases.) |
|
333 |
||
334 |
Node* _immutable_memory; // Initial memory state |
|
335 |
||
336 |
Node* _recent_alloc_obj; |
|
337 |
Node* _recent_alloc_ctl; |
|
338 |
||
7433 | 339 |
// Constant table |
340 |
ConstantTable _constant_table; // The constant table for this compile. |
|
341 |
MachConstantBaseNode* _mach_constant_base_node; // Constant table base node singleton. |
|
342 |
||
343 |
||
1 | 344 |
// Blocked array of debugging and profiling information, |
345 |
// tracked per node. |
|
346 |
enum { _log2_node_notes_block_size = 8, |
|
347 |
_node_notes_block_size = (1<<_log2_node_notes_block_size) |
|
348 |
}; |
|
349 |
GrowableArray<Node_Notes*>* _node_note_array; |
|
350 |
Node_Notes* _default_node_notes; // default notes for new nodes |
|
351 |
||
352 |
// After parsing and every bulk phase we hang onto the Root instruction. |
|
353 |
// The RootNode instruction is where the whole program begins. It produces |
|
354 |
// the initial Control and BOTTOM for everybody else. |
|
355 |
||
356 |
// Type management |
|
357 |
Arena _Compile_types; // Arena for all types |
|
358 |
Arena* _type_arena; // Alias for _Compile_types except in Initialize_shared() |
|
359 |
Dict* _type_dict; // Intern table |
|
360 |
void* _type_hwm; // Last allocation (see Type::operator new/delete) |
|
361 |
size_t _type_last_size; // Last allocation size (see Type::operator new/delete) |
|
362 |
ciMethod* _last_tf_m; // Cache for |
|
363 |
const TypeFunc* _last_tf; // TypeFunc::make |
|
364 |
AliasType** _alias_types; // List of alias types seen so far. |
|
365 |
int _num_alias_types; // Logical length of _alias_types |
|
366 |
int _max_alias_types; // Physical length of _alias_types |
|
367 |
AliasCacheEntry _alias_cache[AliasCacheSize]; // Gets aliases w/o data structure walking |
|
368 |
||
369 |
// Parsing, optimization |
|
370 |
PhaseGVN* _initial_gvn; // Results of parse-time PhaseGVN |
|
371 |
Unique_Node_List* _for_igvn; // Initial work-list for next round of Iterative GVN |
|
372 |
WarmCallInfo* _warm_calls; // Sorted work-list for heat-based inlining. |
|
373 |
||
15113 | 374 |
GrowableArray<CallGenerator*> _late_inlines; // List of CallGenerators to be revisited after |
375 |
// main parsing has finished. |
|
376 |
GrowableArray<CallGenerator*> _string_late_inlines; // same but for string operations |
|
377 |
||
378 |
int _late_inlines_pos; // Where in the queue should the next late inlining candidate go (emulate depth first inlining) |
|
379 |
uint _number_of_mh_late_inlines; // number of method handle late inlining still pending |
|
380 |
||
4450
6d700b859b3e
6892658: C2 should optimize some stringbuilder patterns
never
parents:
3795
diff
changeset
|
381 |
|
14828
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
382 |
// Inlining may not happen in parse order which would make |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
383 |
// PrintInlining output confusing. Keep track of PrintInlining |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
384 |
// pieces in order. |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
385 |
class PrintInliningBuffer : public ResourceObj { |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
386 |
private: |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
387 |
CallGenerator* _cg; |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
388 |
stringStream* _ss; |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
389 |
|
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
390 |
public: |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
391 |
PrintInliningBuffer() |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
392 |
: _cg(NULL) { _ss = new stringStream(); } |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
393 |
|
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
394 |
stringStream* ss() const { return _ss; } |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
395 |
CallGenerator* cg() const { return _cg; } |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
396 |
void set_cg(CallGenerator* cg) { _cg = cg; } |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
397 |
}; |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
398 |
|
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
399 |
GrowableArray<PrintInliningBuffer>* _print_inlining_list; |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
400 |
int _print_inlining; |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
401 |
|
15618
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
402 |
// Only keep nodes in the expensive node list that need to be optimized |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
403 |
void cleanup_expensive_nodes(PhaseIterGVN &igvn); |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
404 |
// Use for sorting expensive nodes to bring similar nodes together |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
405 |
static int cmp_expensive_nodes(Node** n1, Node** n2); |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
406 |
// Expensive nodes list already sorted? |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
407 |
bool expensive_nodes_sorted() const; |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
408 |
|
14828
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
409 |
public: |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
410 |
|
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
411 |
outputStream* print_inlining_stream() const { |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
412 |
return _print_inlining_list->at(_print_inlining).ss(); |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
413 |
} |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
414 |
|
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
415 |
void print_inlining_skip(CallGenerator* cg) { |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
416 |
if (PrintInlining) { |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
417 |
_print_inlining_list->at(_print_inlining).set_cg(cg); |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
418 |
_print_inlining++; |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
419 |
_print_inlining_list->insert_before(_print_inlining, PrintInliningBuffer()); |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
420 |
} |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
421 |
} |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
422 |
|
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
423 |
void print_inlining_insert(CallGenerator* cg) { |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
424 |
if (PrintInlining) { |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
425 |
for (int i = 0; i < _print_inlining_list->length(); i++) { |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
426 |
if (_print_inlining_list->at(i).cg() == cg) { |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
427 |
_print_inlining_list->insert_before(i+1, PrintInliningBuffer()); |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
428 |
_print_inlining = i+1; |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
429 |
_print_inlining_list->at(i).set_cg(NULL); |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
430 |
return; |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
431 |
} |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
432 |
} |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
433 |
ShouldNotReachHere(); |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
434 |
} |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
435 |
} |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
436 |
|
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
437 |
void print_inlining(ciMethod* method, int inline_level, int bci, const char* msg = NULL) { |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
438 |
stringStream ss; |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
439 |
CompileTask::print_inlining(&ss, method, inline_level, bci, msg); |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
440 |
print_inlining_stream()->print(ss.as_string()); |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
441 |
} |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
442 |
|
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
443 |
private: |
1 | 444 |
// Matching, CFG layout, allocation, code generation |
445 |
PhaseCFG* _cfg; // Results of CFG finding |
|
446 |
bool _select_24_bit_instr; // We selected an instruction with a 24-bit result |
|
447 |
bool _in_24_bit_fp_mode; // We are emitting instructions with 24-bit results |
|
3276
bda7d4532054
6860599: nodes limit could be reached during Output phase
kvn
parents:
1498
diff
changeset
|
448 |
int _java_calls; // Number of java calls in the method |
bda7d4532054
6860599: nodes limit could be reached during Output phase
kvn
parents:
1498
diff
changeset
|
449 |
int _inner_loops; // Number of inner loops in the method |
1 | 450 |
Matcher* _matcher; // Engine to map ideal to machine instructions |
451 |
PhaseRegAlloc* _regalloc; // Results of register allocation. |
|
452 |
int _frame_slots; // Size of total frame in stack slots |
|
453 |
CodeOffsets _code_offsets; // Offsets into the code for various interesting entries |
|
454 |
RegMask _FIRST_STACK_mask; // All stack slots usable for spills (depends on frame layout) |
|
455 |
Arena* _indexSet_arena; // control IndexSet allocation within PhaseChaitin |
|
456 |
void* _indexSet_free_block_list; // free list of IndexSet bit blocks |
|
457 |
||
458 |
uint _node_bundling_limit; |
|
459 |
Bundle* _node_bundling_base; // Information for instruction bundling |
|
460 |
||
461 |
// Instruction bits passed off to the VM |
|
462 |
int _method_size; // Size of nmethod code segment in bytes |
|
463 |
CodeBuffer _code_buffer; // Where the code is assembled |
|
464 |
int _first_block_size; // Size of unvalidated entry point code / OSR poison code |
|
465 |
ExceptionHandlerTable _handler_table; // Table of native-code exception handlers |
|
466 |
ImplicitExceptionTable _inc_table; // Table of implicit null checks in native code |
|
467 |
OopMapSet* _oop_map_set; // Table of oop maps (one for each safepoint location) |
|
468 |
static int _CompiledZap_count; // counter compared against CompileZap[First/Last] |
|
469 |
BufferBlob* _scratch_buffer_blob; // For temporary code buffers. |
|
470 |
relocInfo* _scratch_locs_memory; // For temporary code buffers. |
|
7433 | 471 |
int _scratch_const_size; // For temporary code buffers. |
472 |
bool _in_scratch_emit_size; // true when in scratch_emit_size. |
|
1 | 473 |
|
474 |
public: |
|
475 |
// Accessors |
|
476 |
||
477 |
// The Compile instance currently active in this (compiler) thread. |
|
478 |
static Compile* current() { |
|
479 |
return (Compile*) ciEnv::current()->compiler_data(); |
|
480 |
} |
|
481 |
||
482 |
// ID for this compilation. Useful for setting breakpoints in the debugger. |
|
483 |
int compile_id() const { return _compile_id; } |
|
484 |
||
485 |
// Does this compilation allow instructions to subsume loads? User |
|
486 |
// instructions that subsume a load may result in an unschedulable |
|
487 |
// instruction sequence. |
|
488 |
bool subsume_loads() const { return _subsume_loads; } |
|
211
e2b60448c234
6667610: (Escape Analysis) retry compilation without EA if it fails
kvn
parents:
1
diff
changeset
|
489 |
// Do escape analysis. |
e2b60448c234
6667610: (Escape Analysis) retry compilation without EA if it fails
kvn
parents:
1
diff
changeset
|
490 |
bool do_escape_analysis() const { return _do_escape_analysis; } |
1 | 491 |
bool save_argument_registers() const { return _save_argument_registers; } |
492 |
||
493 |
||
494 |
// Other fixed compilation parameters. |
|
495 |
ciMethod* method() const { return _method; } |
|
496 |
int entry_bci() const { return _entry_bci; } |
|
497 |
bool is_osr_compilation() const { return _entry_bci != InvocationEntryBci; } |
|
498 |
bool is_method_compilation() const { return (_method != NULL && !_method->flags().is_native()); } |
|
499 |
const TypeFunc* tf() const { assert(_tf!=NULL, ""); return _tf; } |
|
500 |
void init_tf(const TypeFunc* tf) { assert(_tf==NULL, ""); _tf = tf; } |
|
501 |
InlineTree* ilt() const { return _ilt; } |
|
502 |
address stub_function() const { return _stub_function; } |
|
503 |
const char* stub_name() const { return _stub_name; } |
|
504 |
address stub_entry_point() const { return _stub_entry_point; } |
|
505 |
||
506 |
// Control of this compilation. |
|
507 |
int fixed_slots() const { assert(_fixed_slots >= 0, ""); return _fixed_slots; } |
|
508 |
void set_fixed_slots(int n) { _fixed_slots = n; } |
|
509 |
int major_progress() const { return _major_progress; } |
|
15113 | 510 |
void set_inlining_progress(bool z) { _inlining_progress = z; } |
511 |
int inlining_progress() const { return _inlining_progress; } |
|
512 |
void set_inlining_incrementally(bool z) { _inlining_incrementally = z; } |
|
513 |
int inlining_incrementally() const { return _inlining_incrementally; } |
|
1 | 514 |
void set_major_progress() { _major_progress++; } |
515 |
void clear_major_progress() { _major_progress = 0; } |
|
516 |
int num_loop_opts() const { return _num_loop_opts; } |
|
517 |
void set_num_loop_opts(int n) { _num_loop_opts = n; } |
|
518 |
int max_inline_size() const { return _max_inline_size; } |
|
519 |
void set_freq_inline_size(int n) { _freq_inline_size = n; } |
|
520 |
int freq_inline_size() const { return _freq_inline_size; } |
|
521 |
void set_max_inline_size(int n) { _max_inline_size = n; } |
|
522 |
bool has_loops() const { return _has_loops; } |
|
523 |
void set_has_loops(bool z) { _has_loops = z; } |
|
524 |
bool has_split_ifs() const { return _has_split_ifs; } |
|
525 |
void set_has_split_ifs(bool z) { _has_split_ifs = z; } |
|
526 |
bool has_unsafe_access() const { return _has_unsafe_access; } |
|
527 |
void set_has_unsafe_access(bool z) { _has_unsafe_access = z; } |
|
4450
6d700b859b3e
6892658: C2 should optimize some stringbuilder patterns
never
parents:
3795
diff
changeset
|
528 |
bool has_stringbuilder() const { return _has_stringbuilder; } |
6d700b859b3e
6892658: C2 should optimize some stringbuilder patterns
never
parents:
3795
diff
changeset
|
529 |
void set_has_stringbuilder(bool z) { _has_stringbuilder = z; } |
13883
6979b9850feb
7196199: java/text/Bidi/Bug6665028.java failed: Bidi run count incorrect
kvn
parents:
13728
diff
changeset
|
530 |
int max_vector_size() const { return _max_vector_size; } |
6979b9850feb
7196199: java/text/Bidi/Bug6665028.java failed: Bidi run count incorrect
kvn
parents:
13728
diff
changeset
|
531 |
void set_max_vector_size(int s) { _max_vector_size = s; } |
1 | 532 |
void set_trap_count(uint r, uint c) { assert(r < trapHistLength, "oob"); _trap_hist[r] = c; } |
533 |
uint trap_count(uint r) const { assert(r < trapHistLength, "oob"); return _trap_hist[r]; } |
|
534 |
bool trap_can_recompile() const { return _trap_can_recompile; } |
|
535 |
void set_trap_can_recompile(bool z) { _trap_can_recompile = z; } |
|
536 |
uint decompile_count() const { return _decompile_count; } |
|
537 |
void set_decompile_count(uint c) { _decompile_count = c; } |
|
538 |
bool allow_range_check_smearing() const; |
|
539 |
bool do_inlining() const { return _do_inlining; } |
|
540 |
void set_do_inlining(bool z) { _do_inlining = z; } |
|
541 |
bool do_scheduling() const { return _do_scheduling; } |
|
542 |
void set_do_scheduling(bool z) { _do_scheduling = z; } |
|
1498 | 543 |
bool do_freq_based_layout() const{ return _do_freq_based_layout; } |
544 |
void set_do_freq_based_layout(bool z){ _do_freq_based_layout = z; } |
|
1 | 545 |
bool do_count_invocations() const{ return _do_count_invocations; } |
546 |
void set_do_count_invocations(bool z){ _do_count_invocations = z; } |
|
547 |
bool do_method_data_update() const { return _do_method_data_update; } |
|
548 |
void set_do_method_data_update(bool z) { _do_method_data_update = z; } |
|
549 |
int AliasLevel() const { return _AliasLevel; } |
|
550 |
bool print_assembly() const { return _print_assembly; } |
|
551 |
void set_print_assembly(bool z) { _print_assembly = z; } |
|
552 |
// check the CompilerOracle for special behaviours for this compile |
|
553 |
bool method_has_option(const char * option) { |
|
554 |
return method() != NULL && method()->has_option(option); |
|
555 |
} |
|
556 |
#ifndef PRODUCT |
|
557 |
bool trace_opto_output() const { return _trace_opto_output; } |
|
1399
9648dfd4ce09
6384206: Phis which are later unneeded are impairing our ability to inline based on static types
never
parents:
670
diff
changeset
|
558 |
bool parsed_irreducible_loop() const { return _parsed_irreducible_loop; } |
9648dfd4ce09
6384206: Phis which are later unneeded are impairing our ability to inline based on static types
never
parents:
670
diff
changeset
|
559 |
void set_parsed_irreducible_loop(bool z) { _parsed_irreducible_loop = z; } |
1 | 560 |
#endif |
561 |
||
4906 | 562 |
// JSR 292 |
563 |
bool has_method_handle_invokes() const { return _has_method_handle_invokes; } |
|
564 |
void set_has_method_handle_invokes(bool z) { _has_method_handle_invokes = z; } |
|
565 |
||
1 | 566 |
void begin_method() { |
567 |
#ifndef PRODUCT |
|
568 |
if (_printer) _printer->begin_method(this); |
|
569 |
#endif |
|
570 |
} |
|
571 |
void print_method(const char * name, int level = 1) { |
|
572 |
#ifndef PRODUCT |
|
573 |
if (_printer) _printer->print_method(this, name, level); |
|
574 |
#endif |
|
575 |
} |
|
576 |
void end_method() { |
|
577 |
#ifndef PRODUCT |
|
578 |
if (_printer) _printer->end_method(); |
|
579 |
#endif |
|
580 |
} |
|
581 |
||
582 |
int macro_count() { return _macro_nodes->length(); } |
|
4643 | 583 |
int predicate_count() { return _predicate_opaqs->length();} |
15618
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
584 |
int expensive_count() { return _expensive_nodes->length(); } |
1 | 585 |
Node* macro_node(int idx) { return _macro_nodes->at(idx); } |
4643 | 586 |
Node* predicate_opaque1_node(int idx) { return _predicate_opaqs->at(idx);} |
15618
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
587 |
Node* expensive_node(int idx) { return _expensive_nodes->at(idx); } |
1 | 588 |
ConnectionGraph* congraph() { return _congraph;} |
5914
8363e7e6915a
6966411: escape.cpp:450 assert(base->Opcode() == Op_ConP
kvn
parents:
5547
diff
changeset
|
589 |
void set_congraph(ConnectionGraph* congraph) { _congraph = congraph;} |
1 | 590 |
void add_macro_node(Node * n) { |
591 |
//assert(n->is_macro(), "must be a macro node"); |
|
592 |
assert(!_macro_nodes->contains(n), " duplicate entry in expand list"); |
|
593 |
_macro_nodes->append(n); |
|
594 |
} |
|
595 |
void remove_macro_node(Node * n) { |
|
596 |
// this function may be called twice for a node so check |
|
597 |
// that the node is in the array before attempting to remove it |
|
598 |
if (_macro_nodes->contains(n)) |
|
599 |
_macro_nodes->remove(n); |
|
4643 | 600 |
// remove from _predicate_opaqs list also if it is there |
601 |
if (predicate_count() > 0 && _predicate_opaqs->contains(n)){ |
|
602 |
_predicate_opaqs->remove(n); |
|
603 |
} |
|
1 | 604 |
} |
15618
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
605 |
void add_expensive_node(Node * n); |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
606 |
void remove_expensive_node(Node * n) { |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
607 |
if (_expensive_nodes->contains(n)) { |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
608 |
_expensive_nodes->remove(n); |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
609 |
} |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
610 |
} |
4643 | 611 |
void add_predicate_opaq(Node * n) { |
612 |
assert(!_predicate_opaqs->contains(n), " duplicate entry in predicate opaque1"); |
|
613 |
assert(_macro_nodes->contains(n), "should have already been in macro list"); |
|
614 |
_predicate_opaqs->append(n); |
|
615 |
} |
|
616 |
// remove the opaque nodes that protect the predicates so that the unused checks and |
|
617 |
// uncommon traps will be eliminated from the graph. |
|
618 |
void cleanup_loop_predicates(PhaseIterGVN &igvn); |
|
9101 | 619 |
bool is_predicate_opaq(Node * n) { |
620 |
return _predicate_opaqs->contains(n); |
|
621 |
} |
|
1 | 622 |
|
15618
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
623 |
// Are there candidate expensive nodes for optimization? |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
624 |
bool should_optimize_expensive_nodes(PhaseIterGVN &igvn); |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
625 |
// Check whether n1 and n2 are similar |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
626 |
static int cmp_expensive_nodes(Node* n1, Node* n2); |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
627 |
// Sort expensive nodes to locate similar expensive nodes |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
628 |
void sort_expensive_nodes(); |
3eb521896836
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
roland
parents:
15118
diff
changeset
|
629 |
|
1 | 630 |
// Compilation environment. |
631 |
Arena* comp_arena() { return &_comp_arena; } |
|
632 |
ciEnv* env() const { return _env; } |
|
633 |
CompileLog* log() const { return _log; } |
|
634 |
bool failing() const { return _env->failing() || _failure_reason != NULL; } |
|
14623
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
635 |
const char* failure_reason() { return _failure_reason; } |
1 | 636 |
bool failure_reason_is(const char* r) { return (r==_failure_reason) || (r!=NULL && _failure_reason!=NULL && strcmp(r, _failure_reason)==0); } |
637 |
||
638 |
void record_failure(const char* reason); |
|
639 |
void record_method_not_compilable(const char* reason, bool all_tiers = false) { |
|
640 |
// All bailouts cover "all_tiers" when TieredCompilation is off. |
|
641 |
if (!TieredCompilation) all_tiers = true; |
|
642 |
env()->record_method_not_compilable(reason, all_tiers); |
|
643 |
// Record failure reason. |
|
644 |
record_failure(reason); |
|
645 |
} |
|
646 |
void record_method_not_compilable_all_tiers(const char* reason) { |
|
647 |
record_method_not_compilable(reason, true); |
|
648 |
} |
|
649 |
bool check_node_count(uint margin, const char* reason) { |
|
14623
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
650 |
if (live_nodes() + margin > (uint)MaxNodeLimit) { |
1 | 651 |
record_method_not_compilable(reason); |
652 |
return true; |
|
653 |
} else { |
|
654 |
return false; |
|
655 |
} |
|
656 |
} |
|
657 |
||
658 |
// Node management |
|
14623
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
659 |
uint unique() const { return _unique; } |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
660 |
uint next_unique() { return _unique++; } |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
661 |
void set_unique(uint i) { _unique = i; } |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
662 |
static int debug_idx() { return debug_only(_debug_idx)+0; } |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
663 |
static void set_debug_idx(int i) { debug_only(_debug_idx = i); } |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
664 |
Arena* node_arena() { return &_node_arena; } |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
665 |
Arena* old_arena() { return &_old_arena; } |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
666 |
RootNode* root() const { return _root; } |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
667 |
void set_root(RootNode* r) { _root = r; } |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
668 |
StartNode* start() const; // (Derived from root.) |
1 | 669 |
void init_start(StartNode* s); |
14623
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
670 |
Node* immutable_memory(); |
1 | 671 |
|
14623
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
672 |
Node* recent_alloc_ctl() const { return _recent_alloc_ctl; } |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
673 |
Node* recent_alloc_obj() const { return _recent_alloc_obj; } |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
674 |
void set_recent_alloc(Node* ctl, Node* obj) { |
1 | 675 |
_recent_alloc_ctl = ctl; |
676 |
_recent_alloc_obj = obj; |
|
14623
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
677 |
} |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
678 |
void record_dead_node(uint idx) { if (_dead_node_list.test_set(idx)) return; |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
679 |
_dead_node_count++; |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
680 |
} |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
681 |
uint dead_node_count() { return _dead_node_count; } |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
682 |
void reset_dead_node_list() { _dead_node_list.Reset(); |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
683 |
_dead_node_count = 0; |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
684 |
} |
14828
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
685 |
uint live_nodes() const { |
14623
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
686 |
int val = _unique - _dead_node_count; |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
687 |
assert (val >= 0, err_msg_res("number of tracked dead nodes %d more than created nodes %d", _unique, _dead_node_count)); |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
688 |
return (uint) val; |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
689 |
} |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
690 |
#ifdef ASSERT |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
691 |
uint count_live_nodes_by_graph_walk(); |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
692 |
void print_missing_nodes(); |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
693 |
#endif |
1 | 694 |
|
7433 | 695 |
// Constant table |
696 |
ConstantTable& constant_table() { return _constant_table; } |
|
697 |
||
698 |
MachConstantBaseNode* mach_constant_base_node(); |
|
699 |
bool has_mach_constant_base_node() const { return _mach_constant_base_node != NULL; } |
|
700 |
||
1 | 701 |
// Handy undefined Node |
702 |
Node* top() const { return _top; } |
|
703 |
||
704 |
// these are used by guys who need to know about creation and transformation of top: |
|
705 |
Node* cached_top_node() { return _top; } |
|
706 |
void set_cached_top_node(Node* tn); |
|
707 |
||
708 |
GrowableArray<Node_Notes*>* node_note_array() const { return _node_note_array; } |
|
709 |
void set_node_note_array(GrowableArray<Node_Notes*>* arr) { _node_note_array = arr; } |
|
710 |
Node_Notes* default_node_notes() const { return _default_node_notes; } |
|
711 |
void set_default_node_notes(Node_Notes* n) { _default_node_notes = n; } |
|
712 |
||
713 |
Node_Notes* node_notes_at(int idx) { |
|
714 |
return locate_node_notes(_node_note_array, idx, false); |
|
715 |
} |
|
716 |
inline bool set_node_notes_at(int idx, Node_Notes* value); |
|
717 |
||
718 |
// Copy notes from source to dest, if they exist. |
|
719 |
// Overwrite dest only if source provides something. |
|
720 |
// Return true if information was moved. |
|
721 |
bool copy_node_notes_to(Node* dest, Node* source); |
|
722 |
||
723 |
// Workhorse function to sort out the blocked Node_Notes array: |
|
724 |
inline Node_Notes* locate_node_notes(GrowableArray<Node_Notes*>* arr, |
|
725 |
int idx, bool can_grow = false); |
|
726 |
||
727 |
void grow_node_notes(GrowableArray<Node_Notes*>* arr, int grow_by); |
|
728 |
||
729 |
// Type management |
|
730 |
Arena* type_arena() { return _type_arena; } |
|
731 |
Dict* type_dict() { return _type_dict; } |
|
732 |
void* type_hwm() { return _type_hwm; } |
|
733 |
size_t type_last_size() { return _type_last_size; } |
|
734 |
int num_alias_types() { return _num_alias_types; } |
|
735 |
||
736 |
void init_type_arena() { _type_arena = &_Compile_types; } |
|
737 |
void set_type_arena(Arena* a) { _type_arena = a; } |
|
738 |
void set_type_dict(Dict* d) { _type_dict = d; } |
|
739 |
void set_type_hwm(void* p) { _type_hwm = p; } |
|
740 |
void set_type_last_size(size_t sz) { _type_last_size = sz; } |
|
741 |
||
742 |
const TypeFunc* last_tf(ciMethod* m) { |
|
743 |
return (m == _last_tf_m) ? _last_tf : NULL; |
|
744 |
} |
|
745 |
void set_last_tf(ciMethod* m, const TypeFunc* tf) { |
|
746 |
assert(m != NULL || tf == NULL, ""); |
|
747 |
_last_tf_m = m; |
|
748 |
_last_tf = tf; |
|
749 |
} |
|
750 |
||
751 |
AliasType* alias_type(int idx) { assert(idx < num_alias_types(), "oob"); return _alias_types[idx]; } |
|
8725
8c1e3dd5fe1b
7017732: move static fields into Class to prepare for perm gen removal
never
parents:
7433
diff
changeset
|
752 |
AliasType* alias_type(const TypePtr* adr_type, ciField* field = NULL) { return find_alias_type(adr_type, false, field); } |
1 | 753 |
bool have_alias_type(const TypePtr* adr_type); |
754 |
AliasType* alias_type(ciField* field); |
|
755 |
||
756 |
int get_alias_index(const TypePtr* at) { return alias_type(at)->index(); } |
|
757 |
const TypePtr* get_adr_type(uint aidx) { return alias_type(aidx)->adr_type(); } |
|
758 |
int get_general_index(uint aidx) { return alias_type(aidx)->general_index(); } |
|
759 |
||
760 |
// Building nodes |
|
761 |
void rethrow_exceptions(JVMState* jvms); |
|
762 |
void return_values(JVMState* jvms); |
|
763 |
JVMState* build_start_state(StartNode* start, const TypeFunc* tf); |
|
764 |
||
765 |
// Decide how to build a call. |
|
766 |
// The profile factor is a discount to apply to this site's interp. profile. |
|
15118
1a1a6d1dfaab
8005418: JSR 292: virtual dispatch bug in 292 impl
twisti
parents:
15113
diff
changeset
|
767 |
CallGenerator* call_generator(ciMethod* call_method, int vtable_index, bool call_does_dispatch, JVMState* jvms, bool allow_inline, float profile_factor, bool allow_intrinsics = true, bool delayed_forbidden = false); |
4450
6d700b859b3e
6892658: C2 should optimize some stringbuilder patterns
never
parents:
3795
diff
changeset
|
768 |
bool should_delay_inlining(ciMethod* call_method, JVMState* jvms); |
1 | 769 |
|
15118
1a1a6d1dfaab
8005418: JSR 292: virtual dispatch bug in 292 impl
twisti
parents:
15113
diff
changeset
|
770 |
// Helper functions to identify inlining potential at call-site |
1a1a6d1dfaab
8005418: JSR 292: virtual dispatch bug in 292 impl
twisti
parents:
15113
diff
changeset
|
771 |
ciMethod* optimize_virtual_call(ciMethod* caller, int bci, ciInstanceKlass* klass, |
1a1a6d1dfaab
8005418: JSR 292: virtual dispatch bug in 292 impl
twisti
parents:
15113
diff
changeset
|
772 |
ciMethod* callee, const TypeOopPtr* receiver_type, |
1a1a6d1dfaab
8005418: JSR 292: virtual dispatch bug in 292 impl
twisti
parents:
15113
diff
changeset
|
773 |
bool is_virtual, |
1a1a6d1dfaab
8005418: JSR 292: virtual dispatch bug in 292 impl
twisti
parents:
15113
diff
changeset
|
774 |
bool &call_does_dispatch, int &vtable_index); |
1a1a6d1dfaab
8005418: JSR 292: virtual dispatch bug in 292 impl
twisti
parents:
15113
diff
changeset
|
775 |
ciMethod* optimize_inlining(ciMethod* caller, int bci, ciInstanceKlass* klass, |
1a1a6d1dfaab
8005418: JSR 292: virtual dispatch bug in 292 impl
twisti
parents:
15113
diff
changeset
|
776 |
ciMethod* callee, const TypeOopPtr* receiver_type); |
1a1a6d1dfaab
8005418: JSR 292: virtual dispatch bug in 292 impl
twisti
parents:
15113
diff
changeset
|
777 |
|
1 | 778 |
// Report if there were too many traps at a current method and bci. |
779 |
// Report if a trap was recorded, and/or PerMethodTrapLimit was exceeded. |
|
780 |
// If there is no MDO at all, report no trap unless told to assume it. |
|
781 |
bool too_many_traps(ciMethod* method, int bci, Deoptimization::DeoptReason reason); |
|
782 |
// This version, unspecific to a particular bci, asks if |
|
783 |
// PerMethodTrapLimit was exceeded for all inlined methods seen so far. |
|
784 |
bool too_many_traps(Deoptimization::DeoptReason reason, |
|
785 |
// Privately used parameter for logging: |
|
786 |
ciMethodData* logmd = NULL); |
|
787 |
// Report if there were too many recompiles at a method and bci. |
|
788 |
bool too_many_recompiles(ciMethod* method, int bci, Deoptimization::DeoptReason reason); |
|
789 |
||
790 |
// Parsing, optimization |
|
791 |
PhaseGVN* initial_gvn() { return _initial_gvn; } |
|
792 |
Unique_Node_List* for_igvn() { return _for_igvn; } |
|
793 |
inline void record_for_igvn(Node* n); // Body is after class Unique_Node_List. |
|
794 |
void set_initial_gvn(PhaseGVN *gvn) { _initial_gvn = gvn; } |
|
795 |
void set_for_igvn(Unique_Node_List *for_igvn) { _for_igvn = for_igvn; } |
|
796 |
||
4450
6d700b859b3e
6892658: C2 should optimize some stringbuilder patterns
never
parents:
3795
diff
changeset
|
797 |
// Replace n by nn using initial_gvn, calling hash_delete and |
6d700b859b3e
6892658: C2 should optimize some stringbuilder patterns
never
parents:
3795
diff
changeset
|
798 |
// record_for_igvn as needed. |
6d700b859b3e
6892658: C2 should optimize some stringbuilder patterns
never
parents:
3795
diff
changeset
|
799 |
void gvn_replace_by(Node* n, Node* nn); |
6d700b859b3e
6892658: C2 should optimize some stringbuilder patterns
never
parents:
3795
diff
changeset
|
800 |
|
6d700b859b3e
6892658: C2 should optimize some stringbuilder patterns
never
parents:
3795
diff
changeset
|
801 |
|
1 | 802 |
void identify_useful_nodes(Unique_Node_List &useful); |
14623
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
803 |
void update_dead_node_list(Unique_Node_List &useful); |
14828
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
804 |
void remove_useless_nodes (Unique_Node_List &useful); |
1 | 805 |
|
806 |
WarmCallInfo* warm_calls() const { return _warm_calls; } |
|
807 |
void set_warm_calls(WarmCallInfo* l) { _warm_calls = l; } |
|
808 |
WarmCallInfo* pop_warm_call(); |
|
809 |
||
4450
6d700b859b3e
6892658: C2 should optimize some stringbuilder patterns
never
parents:
3795
diff
changeset
|
810 |
// Record this CallGenerator for inlining at the end of parsing. |
15113 | 811 |
void add_late_inline(CallGenerator* cg) { |
812 |
_late_inlines.insert_before(_late_inlines_pos, cg); |
|
813 |
_late_inlines_pos++; |
|
814 |
} |
|
815 |
||
816 |
void prepend_late_inline(CallGenerator* cg) { |
|
817 |
_late_inlines.insert_before(0, cg); |
|
818 |
} |
|
819 |
||
820 |
void add_string_late_inline(CallGenerator* cg) { |
|
821 |
_string_late_inlines.push(cg); |
|
822 |
} |
|
823 |
||
824 |
void remove_useless_late_inlines(GrowableArray<CallGenerator*>* inlines, Unique_Node_List &useful); |
|
4450
6d700b859b3e
6892658: C2 should optimize some stringbuilder patterns
never
parents:
3795
diff
changeset
|
825 |
|
14828
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
826 |
void dump_inlining(); |
bb9dffedf46c
8005031: Some cleanup in c2 to prepare for incremental inlining support
roland
parents:
14623
diff
changeset
|
827 |
|
15113 | 828 |
bool over_inlining_cutoff() const { |
829 |
if (!inlining_incrementally()) { |
|
830 |
return unique() > (uint)NodeCountInliningCutoff; |
|
831 |
} else { |
|
832 |
return live_nodes() > (uint)LiveNodeCountInliningCutoff; |
|
833 |
} |
|
834 |
} |
|
835 |
||
836 |
void inc_number_of_mh_late_inlines() { _number_of_mh_late_inlines++; } |
|
837 |
void dec_number_of_mh_late_inlines() { assert(_number_of_mh_late_inlines > 0, "_number_of_mh_late_inlines < 0 !"); _number_of_mh_late_inlines--; } |
|
838 |
bool has_mh_late_inlines() const { return _number_of_mh_late_inlines > 0; } |
|
839 |
||
840 |
void inline_incrementally_one(PhaseIterGVN& igvn); |
|
841 |
void inline_incrementally(PhaseIterGVN& igvn); |
|
842 |
void inline_string_calls(bool parse_time); |
|
843 |
||
1 | 844 |
// Matching, CFG layout, allocation, code generation |
845 |
PhaseCFG* cfg() { return _cfg; } |
|
846 |
bool select_24_bit_instr() const { return _select_24_bit_instr; } |
|
847 |
bool in_24_bit_fp_mode() const { return _in_24_bit_fp_mode; } |
|
3276
bda7d4532054
6860599: nodes limit could be reached during Output phase
kvn
parents:
1498
diff
changeset
|
848 |
bool has_java_calls() const { return _java_calls > 0; } |
bda7d4532054
6860599: nodes limit could be reached during Output phase
kvn
parents:
1498
diff
changeset
|
849 |
int java_calls() const { return _java_calls; } |
bda7d4532054
6860599: nodes limit could be reached during Output phase
kvn
parents:
1498
diff
changeset
|
850 |
int inner_loops() const { return _inner_loops; } |
1 | 851 |
Matcher* matcher() { return _matcher; } |
852 |
PhaseRegAlloc* regalloc() { return _regalloc; } |
|
853 |
int frame_slots() const { return _frame_slots; } |
|
854 |
int frame_size_in_words() const; // frame_slots in units of the polymorphic 'words' |
|
855 |
RegMask& FIRST_STACK_mask() { return _FIRST_STACK_mask; } |
|
856 |
Arena* indexSet_arena() { return _indexSet_arena; } |
|
857 |
void* indexSet_free_block_list() { return _indexSet_free_block_list; } |
|
858 |
uint node_bundling_limit() { return _node_bundling_limit; } |
|
859 |
Bundle* node_bundling_base() { return _node_bundling_base; } |
|
860 |
void set_node_bundling_limit(uint n) { _node_bundling_limit = n; } |
|
861 |
void set_node_bundling_base(Bundle* b) { _node_bundling_base = b; } |
|
862 |
bool starts_bundle(const Node *n) const; |
|
863 |
bool need_stack_bang(int frame_size_in_bytes) const; |
|
864 |
bool need_register_stack_bang() const; |
|
865 |
||
866 |
void set_matcher(Matcher* m) { _matcher = m; } |
|
867 |
//void set_regalloc(PhaseRegAlloc* ra) { _regalloc = ra; } |
|
868 |
void set_indexSet_arena(Arena* a) { _indexSet_arena = a; } |
|
869 |
void set_indexSet_free_block_list(void* p) { _indexSet_free_block_list = p; } |
|
870 |
||
871 |
// Remember if this compilation changes hardware mode to 24-bit precision |
|
872 |
void set_24_bit_selection_and_mode(bool selection, bool mode) { |
|
873 |
_select_24_bit_instr = selection; |
|
874 |
_in_24_bit_fp_mode = mode; |
|
875 |
} |
|
876 |
||
3276
bda7d4532054
6860599: nodes limit could be reached during Output phase
kvn
parents:
1498
diff
changeset
|
877 |
void set_java_calls(int z) { _java_calls = z; } |
bda7d4532054
6860599: nodes limit could be reached during Output phase
kvn
parents:
1498
diff
changeset
|
878 |
void set_inner_loops(int z) { _inner_loops = z; } |
1 | 879 |
|
880 |
// Instruction bits passed off to the VM |
|
881 |
int code_size() { return _method_size; } |
|
882 |
CodeBuffer* code_buffer() { return &_code_buffer; } |
|
883 |
int first_block_size() { return _first_block_size; } |
|
884 |
void set_frame_complete(int off) { _code_offsets.set_value(CodeOffsets::Frame_Complete, off); } |
|
885 |
ExceptionHandlerTable* handler_table() { return &_handler_table; } |
|
886 |
ImplicitExceptionTable* inc_table() { return &_inc_table; } |
|
887 |
OopMapSet* oop_map_set() { return _oop_map_set; } |
|
888 |
DebugInformationRecorder* debug_info() { return env()->debug_info(); } |
|
889 |
Dependencies* dependencies() { return env()->dependencies(); } |
|
890 |
static int CompiledZap_count() { return _CompiledZap_count; } |
|
891 |
BufferBlob* scratch_buffer_blob() { return _scratch_buffer_blob; } |
|
7433 | 892 |
void init_scratch_buffer_blob(int const_size); |
893 |
void clear_scratch_buffer_blob(); |
|
1 | 894 |
void set_scratch_buffer_blob(BufferBlob* b) { _scratch_buffer_blob = b; } |
895 |
relocInfo* scratch_locs_memory() { return _scratch_locs_memory; } |
|
896 |
void set_scratch_locs_memory(relocInfo* b) { _scratch_locs_memory = b; } |
|
897 |
||
898 |
// emit to scratch blob, report resulting size |
|
899 |
uint scratch_emit_size(const Node* n); |
|
7433 | 900 |
void set_in_scratch_emit_size(bool x) { _in_scratch_emit_size = x; } |
901 |
bool in_scratch_emit_size() const { return _in_scratch_emit_size; } |
|
1 | 902 |
|
903 |
enum ScratchBufferBlob { |
|
904 |
MAX_inst_size = 1024, |
|
905 |
MAX_locs_size = 128, // number of relocInfo elements |
|
906 |
MAX_const_size = 128, |
|
907 |
MAX_stubs_size = 128 |
|
908 |
}; |
|
909 |
||
910 |
// Major entry point. Given a Scope, compile the associated method. |
|
911 |
// For normal compilations, entry_bci is InvocationEntryBci. For on stack |
|
912 |
// replacement, entry_bci indicates the bytecode for which to compile a |
|
913 |
// continuation. |
|
914 |
Compile(ciEnv* ci_env, C2Compiler* compiler, ciMethod* target, |
|
211
e2b60448c234
6667610: (Escape Analysis) retry compilation without EA if it fails
kvn
parents:
1
diff
changeset
|
915 |
int entry_bci, bool subsume_loads, bool do_escape_analysis); |
1 | 916 |
|
917 |
// Second major entry point. From the TypeFunc signature, generate code |
|
918 |
// to pass arguments from the Java calling convention to the C calling |
|
919 |
// convention. |
|
920 |
Compile(ciEnv* ci_env, const TypeFunc *(*gen)(), |
|
921 |
address stub_function, const char *stub_name, |
|
922 |
int is_fancy_jump, bool pass_tls, |
|
923 |
bool save_arg_registers, bool return_pc); |
|
924 |
||
925 |
// From the TypeFunc signature, generate code to pass arguments |
|
926 |
// from Compiled calling convention to Interpreter's calling convention |
|
927 |
void Generate_Compiled_To_Interpreter_Graph(const TypeFunc *tf, address interpreter_entry); |
|
928 |
||
929 |
// From the TypeFunc signature, generate code to pass arguments |
|
930 |
// from Interpreter's calling convention to Compiler's calling convention |
|
931 |
void Generate_Interpreter_To_Compiled_Graph(const TypeFunc *tf); |
|
932 |
||
933 |
// Are we compiling a method? |
|
934 |
bool has_method() { return method() != NULL; } |
|
935 |
||
936 |
// Maybe print some information about this compile. |
|
937 |
void print_compile_messages(); |
|
938 |
||
939 |
// Final graph reshaping, a post-pass after the regular optimizer is done. |
|
940 |
bool final_graph_reshaping(); |
|
941 |
||
942 |
// returns true if adr is completely contained in the given alias category |
|
943 |
bool must_alias(const TypePtr* adr, int alias_idx); |
|
944 |
||
945 |
// returns true if adr overlaps with the given alias category |
|
946 |
bool can_alias(const TypePtr* adr, int alias_idx); |
|
947 |
||
948 |
// Driver for converting compiler's IR into machine code bits |
|
949 |
void Output(); |
|
950 |
||
951 |
// Accessors for node bundling info. |
|
952 |
Bundle* node_bundling(const Node *n); |
|
953 |
bool valid_bundle_info(const Node *n); |
|
954 |
||
955 |
// Schedule and Bundle the instructions |
|
956 |
void ScheduleAndBundle(); |
|
957 |
||
958 |
// Build OopMaps for each GC point |
|
959 |
void BuildOopMaps(); |
|
236
9a04268c8eea
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
kvn
parents:
211
diff
changeset
|
960 |
|
9a04268c8eea
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
kvn
parents:
211
diff
changeset
|
961 |
// Append debug info for the node "local" at safepoint node "sfpt" to the |
9a04268c8eea
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
kvn
parents:
211
diff
changeset
|
962 |
// "array", May also consult and add to "objs", which describes the |
9a04268c8eea
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
kvn
parents:
211
diff
changeset
|
963 |
// scalar-replaced objects. |
9a04268c8eea
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
kvn
parents:
211
diff
changeset
|
964 |
void FillLocArray( int idx, MachSafePointNode* sfpt, |
9a04268c8eea
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
kvn
parents:
211
diff
changeset
|
965 |
Node *local, GrowableArray<ScopeValue*> *array, |
9a04268c8eea
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
kvn
parents:
211
diff
changeset
|
966 |
GrowableArray<ScopeValue*> *objs ); |
9a04268c8eea
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
kvn
parents:
211
diff
changeset
|
967 |
|
9a04268c8eea
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
kvn
parents:
211
diff
changeset
|
968 |
// If "objs" contains an ObjectValue whose id is "id", returns it, else NULL. |
9a04268c8eea
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
kvn
parents:
211
diff
changeset
|
969 |
static ObjectValue* sv_for_node_id(GrowableArray<ScopeValue*> *objs, int id); |
9a04268c8eea
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
kvn
parents:
211
diff
changeset
|
970 |
// Requres that "objs" does not contains an ObjectValue whose id matches |
9a04268c8eea
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
kvn
parents:
211
diff
changeset
|
971 |
// that of "sv. Appends "sv". |
9a04268c8eea
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
kvn
parents:
211
diff
changeset
|
972 |
static void set_sv_for_object_node(GrowableArray<ScopeValue*> *objs, |
9a04268c8eea
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
kvn
parents:
211
diff
changeset
|
973 |
ObjectValue* sv ); |
1 | 974 |
|
975 |
// Process an OopMap Element while emitting nodes |
|
976 |
void Process_OopMap_Node(MachNode *mach, int code_offset); |
|
977 |
||
10264 | 978 |
// Initialize code buffer |
979 |
CodeBuffer* init_buffer(uint* blk_starts); |
|
980 |
||
1 | 981 |
// Write out basic block data to code buffer |
10264 | 982 |
void fill_buffer(CodeBuffer* cb, uint* blk_starts); |
1 | 983 |
|
984 |
// Determine which variable sized branches can be shortened |
|
10264 | 985 |
void shorten_branches(uint* blk_starts, int& code_size, int& reloc_size, int& stub_size); |
986 |
||
1 | 987 |
// Compute the size of first NumberOfLoopInstrToAlign instructions |
988 |
// at the head of a loop. |
|
989 |
void compute_loop_first_inst_sizes(); |
|
990 |
||
991 |
// Compute the information for the exception tables |
|
992 |
void FillExceptionTables(uint cnt, uint *call_returns, uint *inct_starts, Label *blk_labels); |
|
993 |
||
994 |
// Stack slots that may be unused by the calling convention but must |
|
995 |
// otherwise be preserved. On Intel this includes the return address. |
|
996 |
// On PowerPC it includes the 4 words holding the old TOC & LR glue. |
|
997 |
uint in_preserve_stack_slots(); |
|
998 |
||
999 |
// "Top of Stack" slots that may be unused by the calling convention but must |
|
1000 |
// otherwise be preserved. |
|
1001 |
// On Intel these are not necessary and the value can be zero. |
|
1002 |
// On Sparc this describes the words reserved for storing a register window |
|
1003 |
// when an interrupt occurs. |
|
1004 |
static uint out_preserve_stack_slots(); |
|
1005 |
||
1006 |
// Number of outgoing stack slots killed above the out_preserve_stack_slots |
|
1007 |
// for calls to C. Supports the var-args backing area for register parms. |
|
1008 |
uint varargs_C_out_slots_killed() const; |
|
1009 |
||
1010 |
// Number of Stack Slots consumed by a synchronization entry |
|
1011 |
int sync_stack_slots() const; |
|
1012 |
||
1013 |
// Compute the name of old_SP. See <arch>.ad for frame layout. |
|
1014 |
OptoReg::Name compute_old_SP(); |
|
1015 |
||
1016 |
#ifdef ENABLE_ZAP_DEAD_LOCALS |
|
1017 |
static bool is_node_getting_a_safepoint(Node*); |
|
1018 |
void Insert_zap_nodes(); |
|
1019 |
Node* call_zap_node(MachSafePointNode* n, int block_no); |
|
1020 |
#endif |
|
1021 |
||
1022 |
private: |
|
1023 |
// Phase control: |
|
1024 |
void Init(int aliaslevel); // Prepare for a single compilation |
|
1025 |
int Inline_Warm(); // Find more inlining work. |
|
1026 |
void Finish_Warm(); // Give up on further inlines. |
|
1027 |
void Optimize(); // Given a graph, optimize it |
|
1028 |
void Code_Gen(); // Generate code from a graph |
|
1029 |
||
1030 |
// Management of the AliasType table. |
|
1031 |
void grow_alias_types(); |
|
1032 |
AliasCacheEntry* probe_alias_cache(const TypePtr* adr_type); |
|
1033 |
const TypePtr *flatten_alias_type(const TypePtr* adr_type) const; |
|
8725
8c1e3dd5fe1b
7017732: move static fields into Class to prepare for perm gen removal
never
parents:
7433
diff
changeset
|
1034 |
AliasType* find_alias_type(const TypePtr* adr_type, bool no_create, ciField* field); |
1 | 1035 |
|
1036 |
void verify_top(Node*) const PRODUCT_RETURN; |
|
1037 |
||
1038 |
// Intrinsic setup. |
|
1039 |
void register_library_intrinsics(); // initializer |
|
1040 |
CallGenerator* make_vm_intrinsic(ciMethod* m, bool is_virtual); // constructor |
|
1041 |
int intrinsic_insertion_index(ciMethod* m, bool is_virtual); // helper |
|
1042 |
CallGenerator* find_intrinsic(ciMethod* m, bool is_virtual); // query fn |
|
1043 |
void register_intrinsic(CallGenerator* cg); // update fn |
|
1044 |
||
1045 |
#ifndef PRODUCT |
|
1046 |
static juint _intrinsic_hist_count[vmIntrinsics::ID_LIMIT]; |
|
1047 |
static jubyte _intrinsic_hist_flags[vmIntrinsics::ID_LIMIT]; |
|
1048 |
#endif |
|
14623
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
1049 |
// Function calls made by the public function final_graph_reshaping. |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
1050 |
// No need to be made public as they are not called elsewhere. |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
1051 |
void final_graph_reshaping_impl( Node *n, Final_Reshape_Counts &frc); |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
1052 |
void final_graph_reshaping_walk( Node_Stack &nstack, Node *root, Final_Reshape_Counts &frc ); |
70c4c1be0a14
7092905: C2: Keep track of the number of dead nodes
bharadwaj
parents:
14126
diff
changeset
|
1053 |
void eliminate_redundant_card_marks(Node* n); |
1 | 1054 |
|
1055 |
public: |
|
1056 |
||
1057 |
// Note: Histogram array size is about 1 Kb. |
|
1058 |
enum { // flag bits: |
|
1059 |
_intrinsic_worked = 1, // succeeded at least once |
|
1060 |
_intrinsic_failed = 2, // tried it but it failed |
|
1061 |
_intrinsic_disabled = 4, // was requested but disabled (e.g., -XX:-InlineUnsafeOps) |
|
1062 |
_intrinsic_virtual = 8, // was seen in the virtual form (rare) |
|
1063 |
_intrinsic_both = 16 // was seen in the non-virtual form (usual) |
|
1064 |
}; |
|
1065 |
// Update histogram. Return boolean if this is a first-time occurrence. |
|
1066 |
static bool gather_intrinsic_statistics(vmIntrinsics::ID id, |
|
1067 |
bool is_virtual, int flags) PRODUCT_RETURN0; |
|
1068 |
static void print_intrinsic_statistics() PRODUCT_RETURN; |
|
1069 |
||
1070 |
// Graph verification code |
|
1071 |
// Walk the node list, verifying that there is a one-to-one |
|
1072 |
// correspondence between Use-Def edges and Def-Use edges |
|
1073 |
// The option no_dead_code enables stronger checks that the |
|
1074 |
// graph is strongly connected from root in both directions. |
|
1075 |
void verify_graph_edges(bool no_dead_code = false) PRODUCT_RETURN; |
|
1076 |
||
1077 |
// End-of-run dumps. |
|
1078 |
static void print_statistics() PRODUCT_RETURN; |
|
1079 |
||
1080 |
// Dump formatted assembly |
|
1081 |
void dump_asm(int *pcs = NULL, uint pc_limit = 0) PRODUCT_RETURN; |
|
1082 |
void dump_pc(int *pcs, int pc_limit, Node *n); |
|
1083 |
||
1084 |
// Verify ADLC assumptions during startup |
|
1085 |
static void adlc_verification() PRODUCT_RETURN; |
|
1086 |
||
1087 |
// Definitions of pd methods |
|
1088 |
static void pd_compiler2_init(); |
|
1089 |
}; |
|
7397 | 1090 |
|
1091 |
#endif // SHARE_VM_OPTO_COMPILE_HPP |