compile.hpp revision 6010:abec000618bf
180708Sjake/*
280708Sjake * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
382902Sjake * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
482902Sjake *
580708Sjake * This code is free software; you can redistribute it and/or modify it
680708Sjake * under the terms of the GNU General Public License version 2 only, as
782902Sjake * published by the Free Software Foundation.
882902Sjake *
982902Sjake * This code is distributed in the hope that it will be useful, but WITHOUT
1080708Sjake * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1180708Sjake * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1280708Sjake * version 2 for more details (a copy is included in the LICENSE file that
1380708Sjake * accompanied this code).
1480708Sjake *
1580708Sjake * You should have received a copy of the GNU General Public License version
1680708Sjake * 2 along with this work; if not, write to the Free Software Foundation,
1780708Sjake * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1882902Sjake *
1982902Sjake * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2082902Sjake * or visit www.oracle.com if you need additional information or have any
2182902Sjake * questions.
2282902Sjake *
2382902Sjake */
2482902Sjake
2580708Sjake#ifndef SHARE_VM_OPTO_COMPILE_HPP
2682902Sjake#define SHARE_VM_OPTO_COMPILE_HPP
2780708Sjake
2880708Sjake#include "asm/codeBuffer.hpp"
2982902Sjake#include "ci/compilerInterface.hpp"
3080708Sjake#include "code/debugInfoRec.hpp"
3180708Sjake#include "code/exceptionHandlerTable.hpp"
3280708Sjake#include "compiler/compilerOracle.hpp"
3380708Sjake#include "compiler/compileBroker.hpp"
3480708Sjake#include "libadt/dict.hpp"
3580708Sjake#include "libadt/port.hpp"
3680708Sjake#include "libadt/vectset.hpp"
3780708Sjake#include "memory/resourceArea.hpp"
3882902Sjake#include "opto/idealGraphPrinter.hpp"
3982902Sjake#include "opto/phasetype.hpp"
4080708Sjake#include "opto/phase.hpp"
4180708Sjake#include "opto/regmask.hpp"
4280708Sjake#include "runtime/deoptimization.hpp"
43105950Speter#include "runtime/vmThread.hpp"
4480709Sjake#include "trace/tracing.hpp"
4585242Sjake#include "utilities/ticks.hpp"
4680709Sjake
4780708Sjakeclass Block;
4880708Sjakeclass Bundle;
4980709Sjakeclass C2Compiler;
50102561Sjakeclass CallGenerator;
5180709Sjakeclass ConnectionGraph;
5285262Sjakeclass InlineTree;
5380709Sjakeclass Int_Array;
5480709Sjakeclass Matcher;
5588782Sjakeclass MachConstantNode;
5685242Sjakeclass MachConstantBaseNode;
5780708Sjakeclass MachNode;
5880709Sjakeclass MachOper;
5980708Sjakeclass MachSafePointNode;
6085242Sjakeclass Node;
6180709Sjakeclass Node_Array;
6280709Sjakeclass Node_Notes;
6384849Stmmclass OptoReg;
6486147Stmmclass PhaseCFG;
6584849Stmmclass PhaseGVN;
6680708Sjakeclass PhaseIterGVN;
6780708Sjakeclass PhaseRegAlloc;
6891616Sjakeclass PhaseCCP;
6982902Sjakeclass PhaseCCP_DCE;
7080708Sjakeclass RootNode;
7180709Sjakeclass relocInfo;
7291783Sjakeclass Scope;
7391156Sjakeclass StartNode;
7480709Sjakeclass SafePointNode;
7591616Sjakeclass JVMState;
7682902Sjakeclass Type;
7780708Sjakeclass TypeData;
7880708Sjakeclass TypePtr;
7980708Sjakeclass TypeOopPtr;
8080709Sjakeclass TypeFunc;
8180709Sjakeclass Unique_Node_List;
8280709Sjakeclass nmethod;
8380709Sjakeclass WarmCallInfo;
8480709Sjakeclass Node_Stack;
8580709Sjakestruct Final_Reshape_Counts;
8680709Sjake
8780709Sjake//------------------------------Compile----------------------------------------
8880709Sjake// This class defines a top-level Compiler invocation.
8980709Sjake
9080709Sjakeclass Compile : public Phase {
9186521Sjake  friend class VMStructs;
9281383Sjake
9382902Sjake public:
9483366Sjulian  // Fixed alias indexes.  (See also MergeMemNode.)
9581383Sjake  enum {
9680708Sjake    AliasIdxTop = 1,  // pseudo-index, aliases to nothing (used as sentinel value)
9788436Sjake    AliasIdxBot = 2,  // pseudo-index, aliases to everything
9886147Stmm    AliasIdxRaw = 3   // hard-wired index for TypeRawPtr::BOTTOM
9991783Sjake  };
10080709Sjake
10180709Sjake  // Variant of TraceTime(NULL, &_t_accumulator, TimeCompiler);
10280708Sjake  // Integrated with logging.  If logging is turned on, and dolog is true,
10382902Sjake  // then brackets are put into the log, with time stamps and node counts.
10481383Sjake  // (The time collection itself is always conditionalized on TimeCompiler.)
10591613Sjake  class TracePhase : public TraceTime {
10682016Sjake   private:
10791616Sjake    Compile*    C;
10882902Sjake    CompileLog* _log;
10980708Sjake    const char* _phase_name;
11080709Sjake    bool _dolog;
11180708Sjake   public:
11297445Sjake    TracePhase(const char* name, elapsedTimer* accumulator, bool dolog);
11391616Sjake    ~TracePhase();
11491616Sjake  };
11580708Sjake
116102600Speter  // Information per category of alias (memory slice)
11780708Sjake  class AliasType {
11891360Sjake   private:
11989038Sjake    friend class Compile;
12089038Sjake
12180708Sjake    int             _index;         // unique index, used with MergeMemNode
12289038Sjake    const TypePtr*  _adr_type;      // normalized address type
12389038Sjake    ciField*        _field;         // relevant instance field, or null if none
12488781Sjake    const Type*     _element;       // relevant array element type, or null if none
12582902Sjake    bool            _is_rewritable; // false if the memory is write-once only
12680709Sjake    int             _general_index; // if this is type is an instance, the general
12780709Sjake                                    // type that this is an instance of
12880709Sjake
12980709Sjake    void Init(int i, const TypePtr* at);
13080709Sjake
13180709Sjake   public:
132106555Stmm    int             index()         const { return _index; }
133106555Stmm    const TypePtr*  adr_type()      const { return _adr_type; }
13480709Sjake    ciField*        field()         const { return _field; }
13591616Sjake    const Type*     element()       const { return _element; }
13689038Sjake    bool            is_rewritable() const { return _is_rewritable; }
13786147Stmm    bool            is_volatile()   const { return (_field ? _field->is_volatile() : false); }
13880709Sjake    int             general_index() const { return (_general_index != 0) ? _general_index : _index; }
13980709Sjake
14080709Sjake    void set_rewritable(bool z) { _is_rewritable = z; }
14180709Sjake    void set_field(ciField* f) {
14291336Sjake      assert(!_field,"");
14391336Sjake      _field = f;
14491336Sjake      if (f->is_final() || f->is_stable()) {
145105733Sjake        // In the case of @Stable, multiple writes are possible but may be assumed to be no-ops.
146105733Sjake        _is_rewritable = false;
147105733Sjake      }
148105733Sjake    }
14991360Sjake    void set_element(const Type* e) {
15089038Sjake      assert(_element == NULL, "");
15180709Sjake      _element = e;
15280709Sjake    }
15380709Sjake
15480709Sjake    void print_on(outputStream* st) PRODUCT_RETURN;
15580709Sjake  };
15680709Sjake
15780709Sjake  enum {
158105946Stmm    logAliasCacheSize = 6,
15980709Sjake    AliasCacheSize = (1<<logAliasCacheSize)
16080709Sjake  };
16180709Sjake  struct AliasCacheEntry { const TypePtr* _adr_type; int _index; };  // simple duple type
162105946Stmm  enum {
163106555Stmm    trapHistLength = MethodData::_trap_hist_limit
16480709Sjake  };
16582902Sjake
16680709Sjake  // Constant entry of the constant table.
16780709Sjake  class Constant {
16880709Sjake  private:
16980709Sjake    BasicType _type;
17086147Stmm    union {
17186147Stmm      jvalue    _value;
17280709Sjake      Metadata* _metadata;
17380709Sjake    } _v;
17487702Sjhb    int       _offset;         // offset of this constant (in bytes) relative to the constant table base.
17587702Sjhb    float     _freq;
17687702Sjhb    bool      _can_be_reused;  // true (default) if the value can be shared with other users.
17797265Sjake
17897265Sjake  public:
17997265Sjake    Constant() : _type(T_ILLEGAL), _offset(-1), _freq(0.0f), _can_be_reused(true) { _v._value.l = 0; }
18097265Sjake    Constant(BasicType type, jvalue value, float freq = 0.0f, bool can_be_reused = true) :
18197265Sjake      _type(type),
18297265Sjake      _offset(-1),
18397265Sjake      _freq(freq),
18497265Sjake      _can_be_reused(can_be_reused)
18597265Sjake    {
18687702Sjhb      assert(type != T_METADATA, "wrong constructor");
18787702Sjhb      _v._value = value;
18880709Sjake    }
18980709Sjake    Constant(Metadata* metadata, bool can_be_reused = true) :
19080709Sjake      _type(T_METADATA),
19180709Sjake      _offset(-1),
19280709Sjake      _freq(0.0f),
19380709Sjake      _can_be_reused(can_be_reused)
19480708Sjake    {
19591616Sjake      _v._metadata = metadata;
19680708Sjake    }
197101898Sjake
198101898Sjake    bool operator==(const Constant& other);
19989038Sjake
20086521Sjake    BasicType type()      const    { return _type; }
20186521Sjake
202105946Stmm    jlong   get_jlong()   const    { return _v._value.j; }
203105569Smux    jfloat  get_jfloat()  const    { return _v._value.f; }
204101898Sjake    jdouble get_jdouble() const    { return _v._value.d; }
20580709Sjake    jobject get_jobject() const    { return _v._value.l; }
20686521Sjake
20786521Sjake    Metadata* get_metadata() const { return _v._metadata; }
20886521Sjake
20980709Sjake    int         offset()  const    { return _offset; }
210112398Sjake    void    set_offset(int offset) {        _offset = offset; }
211112398Sjake
212112398Sjake    float       freq()    const    { return _freq;         }
213112398Sjake    void    inc_freq(float freq)   {        _freq += freq; }
214112398Sjake
215112398Sjake    bool    can_be_reused() const  { return _can_be_reused; }
21680709Sjake  };
21780709Sjake
21880709Sjake  // Constant table.
21980709Sjake  class ConstantTable {
22080709Sjake  private:
22186521Sjake    GrowableArray<Constant> _constants;          // Constants of this table.
22286521Sjake    int                     _size;               // Size in bytes the emitted constant table takes (including padding).
22386521Sjake    int                     _table_base_offset;  // Offset of the table base that gets added to the constant offsets.
22486521Sjake    int                     _nof_jump_tables;    // Number of jump-tables in this constant table.
22586521Sjake
22686521Sjake    static int qsort_comparator(Constant* a, Constant* b);
22786521Sjake
22886521Sjake    // We use negative frequencies to keep the order of the
22986521Sjake    // jump-tables in which they were added.  Otherwise we get into
23086521Sjake    // trouble with relocation.
23191616Sjake    float next_jump_table_freq() { return -1.0f * (++_nof_jump_tables); }
23291616Sjake
23397445Sjake  public:
23491616Sjake    ConstantTable() :
23586521Sjake      _size(-1),
23686521Sjake      _table_base_offset(-1),  // We can use -1 here since the constant table is always bigger than 2 bytes (-(size / 2), see MachConstantBaseNode::emit).
23786521Sjake      _nof_jump_tables(0)
23886521Sjake    {}
23980709Sjake
24080709Sjake    int size() const { assert(_size != -1, "not calculated yet"); return _size; }
24188639Sjake
24280709Sjake    int calculate_table_base_offset() const;  // AD specific
24380709Sjake    void set_table_base_offset(int x)  { assert(_table_base_offset == -1 || x == _table_base_offset, "can't change"); _table_base_offset = x; }
24486521Sjake    int      table_base_offset() const { assert(_table_base_offset != -1, "not set yet");                      return _table_base_offset; }
24586521Sjake
24680709Sjake    void emit(CodeBuffer& cb);
24786521Sjake
24886521Sjake    // Returns the offset of the last entry (the top) of the constant table.
24986521Sjake    int  top_offset() const { assert(_constants.top().offset() != -1, "not bound yet"); return _constants.top().offset(); }
25086521Sjake
25186521Sjake    void calculate_offsets_and_size();
25280709Sjake    int  find_offset(Constant& con) const;
25381383Sjake
25486521Sjake    void     add(Constant& con);
25586521Sjake    Constant add(MachConstantNode* n, BasicType type, jvalue value);
25686521Sjake    Constant add(Metadata* metadata);
25786521Sjake    Constant add(MachConstantNode* n, MachOper* oper);
25886521Sjake    Constant add(MachConstantNode* n, jfloat f) {
25986521Sjake      jvalue value; value.f = f;
26086521Sjake      return add(n, T_FLOAT, value);
26186521Sjake    }
262101898Sjake    Constant add(MachConstantNode* n, jdouble d) {
263101898Sjake      jvalue value; value.d = d;
264101898Sjake      return add(n, T_DOUBLE, value);
265101898Sjake    }
266101898Sjake
267101898Sjake    // Jump-table
268101898Sjake    Constant  add_jump_table(MachConstantNode* n);
269101898Sjake    void     fill_jump_table(CodeBuffer& cb, MachConstantNode* n, GrowableArray<Label*> labels) const;
270101898Sjake  };
271101898Sjake
272101898Sjake private:
273101898Sjake  // Fixed parameters to this compilation.
274101898Sjake  const int             _compile_id;
275101898Sjake  const bool            _save_argument_registers; // save/restore arg regs for trampolines
276101898Sjake  const bool            _subsume_loads;         // Load can be matched as part of a larger op.
27790625Stmm  const bool            _do_escape_analysis;    // Do escape analysis.
27890625Stmm  const bool            _eliminate_boxing;      // Do boxing elimination.
27990625Stmm  ciMethod*             _method;                // The method being compiled.
28090625Stmm  int                   _entry_bci;             // entry bci for osr methods.
28191616Sjake  const TypeFunc*       _tf;                    // My kind of signature
28291616Sjake  InlineTree*           _ilt;                   // Ditto (temporary).
28391616Sjake  address               _stub_function;         // VM entry for stub being compiled, or NULL
28491616Sjake  const char*           _stub_name;             // Name of stub or adapter being compiled, or NULL
28586521Sjake  address               _stub_entry_point;      // Compile code entry for generated stub, or NULL
28690625Stmm
28787546Sdillon  // Control of this compilation.
28890625Stmm  int                   _num_loop_opts;         // Number of iterations for doing loop optimiztions
28987546Sdillon  int                   _max_inline_size;       // Max inline size for this compilation
29087546Sdillon  int                   _freq_inline_size;      // Max hot method inline size for this compilation
29181383Sjake  int                   _fixed_slots;           // count of frame slots not allocated by the register
29281383Sjake                                                // allocator i.e. locks, original deopt pc, etc.
29387546Sdillon  // For deopt
29487546Sdillon  int                   _orig_pc_slot;
295105569Smux  int                   _orig_pc_slot_offset_in_bytes;
296105569Smux
297105569Smux  int                   _major_progress;        // Count of something big happening
298105569Smux  bool                  _inlining_progress;     // progress doing incremental inlining?
299105569Smux  bool                  _inlining_incrementally;// Are we doing incremental inlining (post parse)
30081085Sjake  bool                  _has_loops;             // True if the method _may_ have some loops
30180709Sjake  bool                  _has_split_ifs;         // True if the method _may_ have some split-if
30281383Sjake  bool                  _has_unsafe_access;     // True if the method _may_ produce faults in unsafe loads or stores.
30380709Sjake  bool                  _has_stringbuilder;     // True StringBuffers or StringBuilders are allocated
30481383Sjake  bool                  _has_boxed_value;       // True if a boxed object is allocated
30580709Sjake  int                   _max_vector_size;       // Maximum size of generated vectors
30689038Sjake  uint                  _trap_hist[trapHistLength];  // Cumulative traps
30789038Sjake  bool                  _trap_can_recompile;    // Have we emitted a recompiling trap?
30889038Sjake  uint                  _decompile_count;       // Cumulative decompilation counts.
30990624Stmm  bool                  _do_inlining;           // True if we intend to do inlining
31080709Sjake  bool                  _do_scheduling;         // True if we intend to do scheduling
31180709Sjake  bool                  _do_freq_based_layout;  // True if we intend to do frequency based block layout
31280709Sjake  bool                  _do_count_invocations;  // True if we generate code to count invocations
31380709Sjake  bool                  _do_method_data_update; // True if we generate code to update MethodData*s
314103367Sjulian  int                   _AliasLevel;            // Locally-adjusted version of AliasLevel flag.
31595744Sjake  bool                  _print_assembly;        // True if we should dump assembly code for this compilation
31688822Stmm  bool                  _print_inlining;        // True if we should print inlining for this compilation
31789038Sjake  bool                  _print_intrinsics;      // True if we should print intrinsics for this compilation
31883366Sjulian#ifndef PRODUCT
31990361Sjulian  bool                  _trace_opto_output;
32090361Sjulian  bool                  _parsed_irreducible_loop; // True if ciTypeFlow detected irreducible loops during parsing
32190361Sjulian#endif
322105908Sjake
32390361Sjulian  // JSR 292
32480709Sjake  bool                  _has_method_handle_invokes; // True if this method has MethodHandle invokes.
32580709Sjake
32689038Sjake  // Compilation environment.
32789038Sjake  Arena                 _comp_arena;            // Arena with lifetime equivalent to Compile
32889038Sjake  ciEnv*                _env;                   // CI interface
32980709Sjake  CompileLog*           _log;                   // from CompilerThread
33091360Sjake  const char*           _failure_reason;        // for record_failure/failing pattern
33189038Sjake  GrowableArray<CallGenerator*>* _intrinsics;   // List of intrinsics.
33290361Sjulian  GrowableArray<Node*>* _macro_nodes;           // List of nodes which need to be expanded before matching.
33391156Sjake  GrowableArray<Node*>* _predicate_opaqs;       // List of Opaque1 nodes for the loop predicates.
33491616Sjake  GrowableArray<Node*>* _expensive_nodes;       // List of nodes that are expensive to compute and that we'd better not let the GVN freely common
33591616Sjake  ConnectionGraph*      _congraph;
336101898Sjake#ifndef PRODUCT
33791613Sjake  IdealGraphPrinter*    _printer;
33891613Sjake#endif
33991613Sjake
34088639Sjake
34180709Sjake  // Node management
34289038Sjake  uint                  _unique;                // Counter for unique Node indices
34381383Sjake  VectorSet             _dead_node_list;        // Set of dead nodes
34489038Sjake  uint                  _dead_node_count;       // Number of dead nodes; VectorSet::Size() is O(N).
34588639Sjake                                                // So use this to keep count and make the call O(1).
34688639Sjake  debug_only(static int _debug_idx;)            // Monotonic counter (not reset), use -XX:BreakAtNode=<idx>
347108301Sjake  Arena                 _node_arena;            // Arena for new-space Nodes
34888822Stmm  Arena                 _old_arena;             // Arena for old-space Nodes, lifetime during xform
34988822Stmm  RootNode*             _root;                  // Unique root of compilation, or NULL after bail-out.
35088822Stmm  Node*                 _top;                   // Unique top node.  (Reset by various phases.)
35193702Sjhb
35290624Stmm  Node*                 _immutable_memory;      // Initial memory state
353105946Stmm
354105946Stmm  Node*                 _recent_alloc_obj;
355105946Stmm  Node*                 _recent_alloc_ctl;
356106555Stmm
357106555Stmm  // Constant table
35880708Sjake  ConstantTable         _constant_table;        // The constant table for this compile.
35980708Sjake  MachConstantBaseNode* _mach_constant_base_node;  // Constant table base node singleton.
36080708Sjake
36180709Sjake
36280709Sjake  // Blocked array of debugging and profiling information,
36380709Sjake  // tracked per node.
36480709Sjake  enum { _log2_node_notes_block_size = 8,
36580709Sjake         _node_notes_block_size = (1<<_log2_node_notes_block_size)
36680709Sjake  };
36780709Sjake  GrowableArray<Node_Notes*>* _node_note_array;
36880708Sjake  Node_Notes*           _default_node_notes;  // default notes for new nodes
36980708Sjake
37082902Sjake  // After parsing and every bulk phase we hang onto the Root instruction.
37182902Sjake  // The RootNode instruction is where the whole program begins.  It produces
37282902Sjake  // the initial Control and BOTTOM for everybody else.
37382902Sjake
37483366Sjulian  // Type management
37585242Sjake  Arena                 _Compile_types;         // Arena for all types
37682902Sjake  Arena*                _type_arena;            // Alias for _Compile_types except in Initialize_shared()
37785242Sjake  Dict*                 _type_dict;             // Intern table
37882902Sjake  void*                 _type_hwm;              // Last allocation (see Type::operator new/delete)
37982902Sjake  size_t                _type_last_size;        // Last allocation size (see Type::operator new/delete)
38082902Sjake  ciMethod*             _last_tf_m;             // Cache for
38183366Sjulian  const TypeFunc*       _last_tf;               //  TypeFunc::make
38283366Sjulian  AliasType**           _alias_types;           // List of alias types seen so far.
38382902Sjake  int                   _num_alias_types;       // Logical length of _alias_types
38483366Sjulian  int                   _max_alias_types;       // Physical length of _alias_types
38582902Sjake  AliasCacheEntry       _alias_cache[AliasCacheSize]; // Gets aliases w/o data structure walking
38682902Sjake
38782902Sjake  // Parsing, optimization
38883366Sjulian  PhaseGVN*             _initial_gvn;           // Results of parse-time PhaseGVN
38982902Sjake  Unique_Node_List*     _for_igvn;              // Initial work-list for next round of Iterative GVN
39082902Sjake  WarmCallInfo*         _warm_calls;            // Sorted work-list for heat-based inlining.
391102554Sjake
392102554Sjake  GrowableArray<CallGenerator*> _late_inlines;        // List of CallGenerators to be revisited after
393102554Sjake                                                      // main parsing has finished.
394102554Sjake  GrowableArray<CallGenerator*> _string_late_inlines; // same but for string operations
395102554Sjake
396102554Sjake  GrowableArray<CallGenerator*> _boxing_late_inlines; // same but for boxing operations
397102873Sjake
398102554Sjake  int                           _late_inlines_pos;    // Where in the queue should the next late inlining candidate go (emulate depth first inlining)
399102554Sjake  uint                          _number_of_mh_late_inlines; // number of method handle late inlining still pending
400102554Sjake
401102554Sjake
40282902Sjake  // Inlining may not happen in parse order which would make
40382902Sjake  // PrintInlining output confusing. Keep track of PrintInlining
40482902Sjake  // pieces in order.
40582902Sjake  class PrintInliningBuffer : public ResourceObj {
40682902Sjake   private:
40782902Sjake    CallGenerator* _cg;
408105733Sjake    stringStream* _ss;
40982902Sjake
41082902Sjake   public:
41182902Sjake    PrintInliningBuffer()
41282902Sjake      : _cg(NULL) { _ss = new stringStream(); }
41382902Sjake
41482902Sjake    stringStream* ss() const { return _ss; }
41582902Sjake    CallGenerator* cg() const { return _cg; }
41682902Sjake    void set_cg(CallGenerator* cg) { _cg = cg; }
41782902Sjake  };
41882902Sjake
41985242Sjake  GrowableArray<PrintInliningBuffer>* _print_inlining_list;
42082902Sjake  int _print_inlining_idx;
42182902Sjake
42282902Sjake  // Only keep nodes in the expensive node list that need to be optimized
42382902Sjake  void cleanup_expensive_nodes(PhaseIterGVN &igvn);
42482902Sjake  // Use for sorting expensive nodes to bring similar nodes together
42582902Sjake  static int cmp_expensive_nodes(Node** n1, Node** n2);
42682902Sjake  // Expensive nodes list already sorted?
427105733Sjake  bool expensive_nodes_sorted() const;
42882902Sjake  // Remove the speculative part of types and clean up the graph
42982902Sjake  void remove_speculative_types(PhaseIterGVN &igvn);
430105733Sjake
431105733Sjake  // Are we within a PreserveJVMState block?
432105733Sjake  int _preserve_jvm_state;
433105733Sjake
43482902Sjake  void* _replay_inline_data; // Pointer to data loaded from file
43582902Sjake
43685242Sjake public:
43794254Sjake
43882902Sjake  outputStream* print_inlining_stream() const {
43982902Sjake    return _print_inlining_list->adr_at(_print_inlining_idx)->ss();
44082902Sjake  }
44182902Sjake
44283366Sjulian  void print_inlining_skip(CallGenerator* cg) {
44382902Sjake    if (_print_inlining) {
44483366Sjulian      _print_inlining_list->adr_at(_print_inlining_idx)->set_cg(cg);
44582902Sjake      _print_inlining_idx++;
44682902Sjake      _print_inlining_list->insert_before(_print_inlining_idx, PrintInliningBuffer());
44782902Sjake    }
448102554Sjake  }
44982902Sjake
45085242Sjake  void print_inlining_insert(CallGenerator* cg) {
45182902Sjake    if (_print_inlining) {
45283366Sjulian      for (int i = 0; i < _print_inlining_list->length(); i++) {
45382902Sjake        if (_print_inlining_list->adr_at(i)->cg() == cg) {
45484178Sjake          _print_inlining_list->insert_before(i+1, PrintInliningBuffer());
45584178Sjake          _print_inlining_idx = i+1;
45680708Sjake          _print_inlining_list->adr_at(i)->set_cg(NULL);
45780708Sjake          return;
45880708Sjake        }
45983088Sobrien      }
46080708Sjake      ShouldNotReachHere();
46180708Sjake    }
46280708Sjake  }
46380708Sjake
46494606Salc  void print_inlining(ciMethod* method, int inline_level, int bci, const char* msg = NULL) {
46594606Salc    stringStream ss;
46694606Salc    CompileTask::print_inlining(&ss, method, inline_level, bci, msg);
46780708Sjake    print_inlining_stream()->print(ss.as_string());
46883366Sjulian  }
46980708Sjake
470109036Sjake  void* replay_inline_data() const { return _replay_inline_data; }
47183366Sjulian
472109036Sjake  // Dump inlining replay data to the stream.
47382902Sjake  void dump_inline_data(outputStream* out);
47482902Sjake
47583366Sjulian private:
47683366Sjulian  // Matching, CFG layout, allocation, code generation
47782902Sjake  PhaseCFG*             _cfg;                   // Results of CFG finding
47883366Sjulian  bool                  _select_24_bit_instr;   // We selected an instruction with a 24-bit result
47982902Sjake  bool                  _in_24_bit_fp_mode;     // We are emitting instructions with 24-bit results
48082902Sjake  int                   _java_calls;            // Number of java calls in the method
48183366Sjulian  int                   _inner_loops;           // Number of inner loops in the method
48282902Sjake  Matcher*              _matcher;               // Engine to map ideal to machine instructions
48383366Sjulian  PhaseRegAlloc*        _regalloc;              // Results of register allocation.
48482902Sjake  int                   _frame_slots;           // Size of total frame in stack slots
48582902Sjake  CodeOffsets           _code_offsets;          // Offsets into the code for various interesting entries
48682902Sjake  RegMask               _FIRST_STACK_mask;      // All stack slots usable for spills (depends on frame layout)
487109036Sjake  Arena*                _indexSet_arena;        // control IndexSet allocation within PhaseChaitin
488109036Sjake  void*                 _indexSet_free_block_list; // free list of IndexSet bit blocks
489109036Sjake
49084178Sjake  uint                  _node_bundling_limit;
491109036Sjake  Bundle*               _node_bundling_base;    // Information for instruction bundling
492109036Sjake
49382902Sjake  // Instruction bits passed off to the VM
49482902Sjake  int                   _method_size;           // Size of nmethod code segment in bytes
495112888Sjeff  CodeBuffer            _code_buffer;           // Where the code is assembled
496112888Sjeff  int                   _first_block_size;      // Size of unvalidated entry point code / OSR poison code
497112888Sjeff  ExceptionHandlerTable _handler_table;         // Table of native-code exception handlers
49882902Sjake  ImplicitExceptionTable _inc_table;            // Table of implicit null checks in native code
499105733Sjake  OopMapSet*            _oop_map_set;           // Table of oop maps (one for each safepoint location)
50083366Sjulian  static int            _CompiledZap_count;     // counter compared against CompileZap[First/Last]
501109036Sjake  BufferBlob*           _scratch_buffer_blob;   // For temporary code buffers.
50282902Sjake  relocInfo*            _scratch_locs_memory;   // For temporary code buffers.
50380708Sjake  int                   _scratch_const_size;    // For temporary code buffers.
50480708Sjake  bool                  _in_scratch_emit_size;  // true when in scratch_emit_size.
505105950Speter
506105950Speter public:
507105950Speter  // Accessors
508105950Speter
509105950Speter  // The Compile instance currently active in this (compiler) thread.
510105950Speter  static Compile* current() {
511105950Speter    return (Compile*) ciEnv::current()->compiler_data();
512105950Speter  }
513105950Speter
514106977Sdeischen  // ID for this compilation.  Useful for setting breakpoints in the debugger.
515106977Sdeischen  int               compile_id() const          { return _compile_id; }
516106977Sdeischen
517106977Sdeischen  // Does this compilation allow instructions to subsume loads?  User
518106977Sdeischen  // instructions that subsume a load may result in an unschedulable
519106977Sdeischen  // instruction sequence.
520106977Sdeischen  bool              subsume_loads() const       { return _subsume_loads; }
521106977Sdeischen  /** Do escape analysis. */
522106977Sdeischen  bool              do_escape_analysis() const  { return _do_escape_analysis; }
523106977Sdeischen  /** Do boxing elimination. */
524106977Sdeischen  bool              eliminate_boxing() const    { return _eliminate_boxing; }
525106977Sdeischen  /** Do aggressive boxing elimination. */
526106977Sdeischen  bool              aggressive_unboxing() const { return _eliminate_boxing && AggressiveUnboxing; }
527106977Sdeischen  bool              save_argument_registers() const { return _save_argument_registers; }
52886147Stmm
52992205Sjake
53092205Sjake  // Other fixed compilation parameters.
53192205Sjake  ciMethod*         method() const              { return _method; }
53292205Sjake  int               entry_bci() const           { return _entry_bci; }
53392205Sjake  bool              is_osr_compilation() const  { return _entry_bci != InvocationEntryBci; }
53492205Sjake  bool              is_method_compilation() const { return (_method != NULL && !_method->flags().is_native()); }
53592205Sjake  const TypeFunc*   tf() const                  { assert(_tf!=NULL, ""); return _tf; }
53692205Sjake  void         init_tf(const TypeFunc* tf)      { assert(_tf==NULL, ""); _tf = tf; }
53792205Sjake  InlineTree*       ilt() const                 { return _ilt; }
53892205Sjake  address           stub_function() const       { return _stub_function; }
53992205Sjake  const char*       stub_name() const           { return _stub_name; }
54092205Sjake  address           stub_entry_point() const    { return _stub_entry_point; }
54192205Sjake
54292205Sjake  // Control of this compilation.
54386147Stmm  int               fixed_slots() const         { assert(_fixed_slots >= 0, "");         return _fixed_slots; }
54486147Stmm  void          set_fixed_slots(int n)          { _fixed_slots = n; }
54586147Stmm  int               major_progress() const      { return _major_progress; }
54686147Stmm  void          set_inlining_progress(bool z)   { _inlining_progress = z; }
54780708Sjake  int               inlining_progress() const   { return _inlining_progress; }
54880708Sjake  void          set_inlining_incrementally(bool z) { _inlining_incrementally = z; }
54980708Sjake  int               inlining_incrementally() const { return _inlining_incrementally; }
55086147Stmm  void          set_major_progress()            { _major_progress++; }
55186147Stmm  void        clear_major_progress()            { _major_progress = 0; }
55286147Stmm  int               num_loop_opts() const       { return _num_loop_opts; }
55386147Stmm  void          set_num_loop_opts(int n)        { _num_loop_opts = n; }
55486147Stmm  int               max_inline_size() const     { return _max_inline_size; }
55586147Stmm  void          set_freq_inline_size(int n)     { _freq_inline_size = n; }
55686147Stmm  int               freq_inline_size() const    { return _freq_inline_size; }
55786147Stmm  void          set_max_inline_size(int n)      { _max_inline_size = n; }
55886147Stmm  bool              has_loops() const           { return _has_loops; }
55984178Sjake  void          set_has_loops(bool z)           { _has_loops = z; }
56092205Sjake  bool              has_split_ifs() const       { return _has_split_ifs; }
56180708Sjake  void          set_has_split_ifs(bool z)       { _has_split_ifs = z; }
56280708Sjake  bool              has_unsafe_access() const   { return _has_unsafe_access; }
56386147Stmm  void          set_has_unsafe_access(bool z)   { _has_unsafe_access = z; }
56486147Stmm  bool              has_stringbuilder() const   { return _has_stringbuilder; }
56586147Stmm  void          set_has_stringbuilder(bool z)   { _has_stringbuilder = z; }
56686147Stmm  bool              has_boxed_value() const     { return _has_boxed_value; }
56786147Stmm  void          set_has_boxed_value(bool z)     { _has_boxed_value = z; }
56886147Stmm  int               max_vector_size() const     { return _max_vector_size; }
56986147Stmm  void          set_max_vector_size(int s)      { _max_vector_size = s; }
57086147Stmm  void          set_trap_count(uint r, uint c)  { assert(r < trapHistLength, "oob");        _trap_hist[r] = c; }
57186147Stmm  uint              trap_count(uint r) const    { assert(r < trapHistLength, "oob"); return _trap_hist[r]; }
57286147Stmm  bool              trap_can_recompile() const  { return _trap_can_recompile; }
57386147Stmm  void          set_trap_can_recompile(bool z)  { _trap_can_recompile = z; }
57486147Stmm  uint              decompile_count() const     { return _decompile_count; }
57586147Stmm  void          set_decompile_count(uint c)     { _decompile_count = c; }
57686147Stmm  bool              allow_range_check_smearing() const;
57786147Stmm  bool              do_inlining() const         { return _do_inlining; }
57892205Sjake  void          set_do_inlining(bool z)         { _do_inlining = z; }
57986147Stmm  bool              do_scheduling() const       { return _do_scheduling; }
58086147Stmm  void          set_do_scheduling(bool z)       { _do_scheduling = z; }
58186147Stmm  bool              do_freq_based_layout() const{ return _do_freq_based_layout; }
58286147Stmm  void          set_do_freq_based_layout(bool z){ _do_freq_based_layout = z; }
58386147Stmm  bool              do_count_invocations() const{ return _do_count_invocations; }
58480708Sjake  void          set_do_count_invocations(bool z){ _do_count_invocations = z; }
58583366Sjulian  bool              do_method_data_update() const { return _do_method_data_update; }
58680708Sjake  void          set_do_method_data_update(bool z) { _do_method_data_update = z; }
58782016Sjake  int               AliasLevel() const          { return _AliasLevel; }
58883366Sjulian  bool              print_assembly() const       { return _print_assembly; }
58983366Sjulian  void          set_print_assembly(bool z)       { _print_assembly = z; }
59080708Sjake  bool              print_inlining() const       { return _print_inlining; }
59180708Sjake  void          set_print_inlining(bool z)       { _print_inlining = z; }
59280708Sjake  bool              print_intrinsics() const     { return _print_intrinsics; }
59380708Sjake  void          set_print_intrinsics(bool z)     { _print_intrinsics = z; }
59483366Sjulian  // check the CompilerOracle for special behaviours for this compile
59580708Sjake  bool          method_has_option(const char * option) {
596104271Sjake    return method() != NULL && method()->has_option(option);
59780708Sjake  }
59880708Sjake#ifndef PRODUCT
59980708Sjake  bool          trace_opto_output() const       { return _trace_opto_output; }
60080708Sjake  bool              parsed_irreducible_loop() const { return _parsed_irreducible_loop; }
601102561Sjake  void          set_parsed_irreducible_loop(bool z) { _parsed_irreducible_loop = z; }
60280708Sjake  int _in_dump_cnt;  // Required for dumping ir nodes.
60388639Sjake#endif
60488782Sjake
60581135Stmm  // JSR 292
606102557Sjake  bool              has_method_handle_invokes() const { return _has_method_handle_invokes;     }
60784178Sjake  void          set_has_method_handle_invokes(bool z) {        _has_method_handle_invokes = z; }
60881135Stmm
60988782Sjake  Ticks _latest_stage_start_counter;
610102557Sjake
611102557Sjake  void begin_method() {
612102557Sjake#ifndef PRODUCT
61388782Sjake    if (_printer) _printer->begin_method(this);
61488782Sjake#endif
61588782Sjake    C->_latest_stage_start_counter.stamp();
616102557Sjake  }
61788782Sjake
61888782Sjake  void print_method(CompilerPhaseType cpt, int level = 1) {
61983366Sjulian    EventCompilerPhase event;
620105908Sjake    if (event.should_commit()) {
62188639Sjake      event.set_starttime(C->_latest_stage_start_counter);
62298032Sjake      event.set_phase((u1) cpt);
62398032Sjake      event.set_compileID(C->_compile_id);
62488639Sjake      event.set_phaseLevel(level);
625105908Sjake      event.commit();
62688639Sjake    }
62788639Sjake
62888639Sjake
62988639Sjake#ifndef PRODUCT
63088639Sjake    if (_printer) _printer->print_method(this, CompilerPhaseTypeHelper::to_string(cpt), level);
63188639Sjake#endif
63288639Sjake    C->_latest_stage_start_counter.stamp();
63380708Sjake  }
63480708Sjake
63580708Sjake  void end_method(int level = 1) {
63680708Sjake    EventCompilerPhase event;
63780708Sjake    if (event.should_commit()) {
63880709Sjake      event.set_starttime(C->_latest_stage_start_counter);
63980709Sjake      event.set_phase((u1) PHASE_END);
64088436Sjake      event.set_compileID(C->_compile_id);
64180709Sjake      event.set_phaseLevel(level);
64288436Sjake      event.commit();
64380708Sjake    }
64480708Sjake#ifndef PRODUCT
64580708Sjake    if (_printer) _printer->end_method();
64684178Sjake#endif
64780708Sjake  }
64880708Sjake
649105733Sjake  int           macro_count()             const { return _macro_nodes->length(); }
65080708Sjake  int           predicate_count()         const { return _predicate_opaqs->length();}
65180708Sjake  int           expensive_count()         const { return _expensive_nodes->length(); }
65280708Sjake  Node*         macro_node(int idx)       const { return _macro_nodes->at(idx); }
65380708Sjake  Node*         predicate_opaque1_node(int idx) const { return _predicate_opaqs->at(idx);}
65484178Sjake  Node*         expensive_node(int idx)   const { return _expensive_nodes->at(idx); }
65580708Sjake  ConnectionGraph* congraph()                   { return _congraph;}
65680708Sjake  void set_congraph(ConnectionGraph* congraph)  { _congraph = congraph;}
65784178Sjake  void add_macro_node(Node * n) {
65884178Sjake    //assert(n->is_macro(), "must be a macro node");
659105733Sjake    assert(!_macro_nodes->contains(n), " duplicate entry in expand list");
66080708Sjake    _macro_nodes->append(n);
66180708Sjake  }
66280708Sjake  void remove_macro_node(Node * n) {
66380708Sjake    // this function may be called twice for a node so check
66485294Sdes    // that the node is in the array before attempting to remove it
66585294Sdes    if (_macro_nodes->contains(n))
66685294Sdes      _macro_nodes->remove(n);
66785294Sdes    // remove from _predicate_opaqs list also if it is there
66885294Sdes    if (predicate_count() > 0 && _predicate_opaqs->contains(n)){
66985294Sdes      _predicate_opaqs->remove(n);
67085294Sdes    }
67185294Sdes  }
67285294Sdes  void add_expensive_node(Node * n);
67385294Sdes  void remove_expensive_node(Node * n) {
67485294Sdes    if (_expensive_nodes->contains(n)) {
67585294Sdes      _expensive_nodes->remove(n);
67685294Sdes    }
67785294Sdes  }
67883366Sjulian  void add_predicate_opaq(Node * n) {
67980708Sjake    assert(!_predicate_opaqs->contains(n), " duplicate entry in predicate opaque1");
68088639Sjake    assert(_macro_nodes->contains(n), "should have already been in macro list");
68184178Sjake    _predicate_opaqs->append(n);
68284178Sjake  }
68384178Sjake  // remove the opaque nodes that protect the predicates so that the unused checks and
68488639Sjake  // uncommon traps will be eliminated from the graph.
68584178Sjake  void cleanup_loop_predicates(PhaseIterGVN &igvn);
68684178Sjake  bool is_predicate_opaq(Node * n) {
68788639Sjake    return _predicate_opaqs->contains(n);
688105733Sjake  }
68980708Sjake
69080708Sjake  // Are there candidate expensive nodes for optimization?
69180708Sjake  bool should_optimize_expensive_nodes(PhaseIterGVN &igvn);
69280708Sjake  // Check whether n1 and n2 are similar
69383366Sjulian  static int cmp_expensive_nodes(Node* n1, Node* n2);
69480708Sjake  // Sort expensive nodes to locate similar expensive nodes
69588639Sjake  void sort_expensive_nodes();
69684178Sjake
69784178Sjake  // Compilation environment.
69884178Sjake  Arena*            comp_arena()                { return &_comp_arena; }
69988639Sjake  ciEnv*            env() const                 { return _env; }
70084178Sjake  CompileLog*       log() const                 { return _log; }
70184178Sjake  bool              failing() const             { return _env->failing() || _failure_reason != NULL; }
70288639Sjake  const char*       failure_reason() { return _failure_reason; }
703105733Sjake  bool              failure_reason_is(const char* r) { return (r==_failure_reason) || (r!=NULL && _failure_reason!=NULL && strcmp(r, _failure_reason)==0); }
70480708Sjake
70580708Sjake  void record_failure(const char* reason);
706  void record_method_not_compilable(const char* reason, bool all_tiers = false) {
707    // All bailouts cover "all_tiers" when TieredCompilation is off.
708    if (!TieredCompilation) all_tiers = true;
709    env()->record_method_not_compilable(reason, all_tiers);
710    // Record failure reason.
711    record_failure(reason);
712  }
713  void record_method_not_compilable_all_tiers(const char* reason) {
714    record_method_not_compilable(reason, true);
715  }
716  bool check_node_count(uint margin, const char* reason) {
717    if (live_nodes() + margin > (uint)MaxNodeLimit) {
718      record_method_not_compilable(reason);
719      return true;
720    } else {
721      return false;
722    }
723  }
724
725  // Node management
726  uint         unique() const              { return _unique; }
727  uint         next_unique()               { return _unique++; }
728  void         set_unique(uint i)          { _unique = i; }
729  static int   debug_idx()                 { return debug_only(_debug_idx)+0; }
730  static void  set_debug_idx(int i)        { debug_only(_debug_idx = i); }
731  Arena*       node_arena()                { return &_node_arena; }
732  Arena*       old_arena()                 { return &_old_arena; }
733  RootNode*    root() const                { return _root; }
734  void         set_root(RootNode* r)       { _root = r; }
735  StartNode*   start() const;              // (Derived from root.)
736  void         init_start(StartNode* s);
737  Node*        immutable_memory();
738
739  Node*        recent_alloc_ctl() const    { return _recent_alloc_ctl; }
740  Node*        recent_alloc_obj() const    { return _recent_alloc_obj; }
741  void         set_recent_alloc(Node* ctl, Node* obj) {
742                                                  _recent_alloc_ctl = ctl;
743                                                  _recent_alloc_obj = obj;
744                                           }
745  void         record_dead_node(uint idx)  { if (_dead_node_list.test_set(idx)) return;
746                                             _dead_node_count++;
747                                           }
748  bool         is_dead_node(uint idx)      { return _dead_node_list.test(idx) != 0; }
749  uint         dead_node_count()           { return _dead_node_count; }
750  void         reset_dead_node_list()      { _dead_node_list.Reset();
751                                             _dead_node_count = 0;
752                                           }
753  uint          live_nodes() const         {
754    int  val = _unique - _dead_node_count;
755    assert (val >= 0, err_msg_res("number of tracked dead nodes %d more than created nodes %d", _unique, _dead_node_count));
756            return (uint) val;
757                                           }
758#ifdef ASSERT
759  uint         count_live_nodes_by_graph_walk();
760  void         print_missing_nodes();
761#endif
762
763  // Constant table
764  ConstantTable&   constant_table() { return _constant_table; }
765
766  MachConstantBaseNode*     mach_constant_base_node();
767  bool                  has_mach_constant_base_node() const { return _mach_constant_base_node != NULL; }
768  // Generated by adlc, true if CallNode requires MachConstantBase.
769  bool                      needs_clone_jvms();
770
771  // Handy undefined Node
772  Node*             top() const                 { return _top; }
773
774  // these are used by guys who need to know about creation and transformation of top:
775  Node*             cached_top_node()           { return _top; }
776  void          set_cached_top_node(Node* tn);
777
778  GrowableArray<Node_Notes*>* node_note_array() const { return _node_note_array; }
779  void set_node_note_array(GrowableArray<Node_Notes*>* arr) { _node_note_array = arr; }
780  Node_Notes* default_node_notes() const        { return _default_node_notes; }
781  void    set_default_node_notes(Node_Notes* n) { _default_node_notes = n; }
782
783  Node_Notes*       node_notes_at(int idx) {
784    return locate_node_notes(_node_note_array, idx, false);
785  }
786  inline bool   set_node_notes_at(int idx, Node_Notes* value);
787
788  // Copy notes from source to dest, if they exist.
789  // Overwrite dest only if source provides something.
790  // Return true if information was moved.
791  bool copy_node_notes_to(Node* dest, Node* source);
792
793  // Workhorse function to sort out the blocked Node_Notes array:
794  inline Node_Notes* locate_node_notes(GrowableArray<Node_Notes*>* arr,
795                                       int idx, bool can_grow = false);
796
797  void grow_node_notes(GrowableArray<Node_Notes*>* arr, int grow_by);
798
799  // Type management
800  Arena*            type_arena()                { return _type_arena; }
801  Dict*             type_dict()                 { return _type_dict; }
802  void*             type_hwm()                  { return _type_hwm; }
803  size_t            type_last_size()            { return _type_last_size; }
804  int               num_alias_types()           { return _num_alias_types; }
805
806  void          init_type_arena()                       { _type_arena = &_Compile_types; }
807  void          set_type_arena(Arena* a)                { _type_arena = a; }
808  void          set_type_dict(Dict* d)                  { _type_dict = d; }
809  void          set_type_hwm(void* p)                   { _type_hwm = p; }
810  void          set_type_last_size(size_t sz)           { _type_last_size = sz; }
811
812  const TypeFunc* last_tf(ciMethod* m) {
813    return (m == _last_tf_m) ? _last_tf : NULL;
814  }
815  void set_last_tf(ciMethod* m, const TypeFunc* tf) {
816    assert(m != NULL || tf == NULL, "");
817    _last_tf_m = m;
818    _last_tf = tf;
819  }
820
821  AliasType*        alias_type(int                idx)  { assert(idx < num_alias_types(), "oob"); return _alias_types[idx]; }
822  AliasType*        alias_type(const TypePtr* adr_type, ciField* field = NULL) { return find_alias_type(adr_type, false, field); }
823  bool         have_alias_type(const TypePtr* adr_type);
824  AliasType*        alias_type(ciField*         field);
825
826  int               get_alias_index(const TypePtr* at)  { return alias_type(at)->index(); }
827  const TypePtr*    get_adr_type(uint aidx)             { return alias_type(aidx)->adr_type(); }
828  int               get_general_index(uint aidx)        { return alias_type(aidx)->general_index(); }
829
830  // Building nodes
831  void              rethrow_exceptions(JVMState* jvms);
832  void              return_values(JVMState* jvms);
833  JVMState*         build_start_state(StartNode* start, const TypeFunc* tf);
834
835  // Decide how to build a call.
836  // The profile factor is a discount to apply to this site's interp. profile.
837  CallGenerator*    call_generator(ciMethod* call_method, int vtable_index, bool call_does_dispatch,
838                                   JVMState* jvms, bool allow_inline, float profile_factor, ciKlass* speculative_receiver_type = NULL,
839                                   bool allow_intrinsics = true, bool delayed_forbidden = false);
840  bool should_delay_inlining(ciMethod* call_method, JVMState* jvms) {
841    return should_delay_string_inlining(call_method, jvms) ||
842           should_delay_boxing_inlining(call_method, jvms);
843  }
844  bool should_delay_string_inlining(ciMethod* call_method, JVMState* jvms);
845  bool should_delay_boxing_inlining(ciMethod* call_method, JVMState* jvms);
846
847  // Helper functions to identify inlining potential at call-site
848  ciMethod* optimize_virtual_call(ciMethod* caller, int bci, ciInstanceKlass* klass,
849                                  ciMethod* callee, const TypeOopPtr* receiver_type,
850                                  bool is_virtual,
851                                  bool &call_does_dispatch, int &vtable_index);
852  ciMethod* optimize_inlining(ciMethod* caller, int bci, ciInstanceKlass* klass,
853                              ciMethod* callee, const TypeOopPtr* receiver_type);
854
855  // Report if there were too many traps at a current method and bci.
856  // Report if a trap was recorded, and/or PerMethodTrapLimit was exceeded.
857  // If there is no MDO at all, report no trap unless told to assume it.
858  bool too_many_traps(ciMethod* method, int bci, Deoptimization::DeoptReason reason);
859  // This version, unspecific to a particular bci, asks if
860  // PerMethodTrapLimit was exceeded for all inlined methods seen so far.
861  bool too_many_traps(Deoptimization::DeoptReason reason,
862                      // Privately used parameter for logging:
863                      ciMethodData* logmd = NULL);
864  // Report if there were too many recompiles at a method and bci.
865  bool too_many_recompiles(ciMethod* method, int bci, Deoptimization::DeoptReason reason);
866  // Return a bitset with the reasons where deoptimization is allowed,
867  // i.e., where there were not too many uncommon traps.
868  int _allowed_reasons;
869  int      allowed_deopt_reasons() { return _allowed_reasons; }
870  void set_allowed_deopt_reasons();
871
872  // Parsing, optimization
873  PhaseGVN*         initial_gvn()               { return _initial_gvn; }
874  Unique_Node_List* for_igvn()                  { return _for_igvn; }
875  inline void       record_for_igvn(Node* n);   // Body is after class Unique_Node_List.
876  void          set_initial_gvn(PhaseGVN *gvn)           { _initial_gvn = gvn; }
877  void          set_for_igvn(Unique_Node_List *for_igvn) { _for_igvn = for_igvn; }
878
879  // Replace n by nn using initial_gvn, calling hash_delete and
880  // record_for_igvn as needed.
881  void gvn_replace_by(Node* n, Node* nn);
882
883
884  void              identify_useful_nodes(Unique_Node_List &useful);
885  void              update_dead_node_list(Unique_Node_List &useful);
886  void              remove_useless_nodes (Unique_Node_List &useful);
887
888  WarmCallInfo*     warm_calls() const          { return _warm_calls; }
889  void          set_warm_calls(WarmCallInfo* l) { _warm_calls = l; }
890  WarmCallInfo* pop_warm_call();
891
892  // Record this CallGenerator for inlining at the end of parsing.
893  void              add_late_inline(CallGenerator* cg)        {
894    _late_inlines.insert_before(_late_inlines_pos, cg);
895    _late_inlines_pos++;
896  }
897
898  void              prepend_late_inline(CallGenerator* cg)    {
899    _late_inlines.insert_before(0, cg);
900  }
901
902  void              add_string_late_inline(CallGenerator* cg) {
903    _string_late_inlines.push(cg);
904  }
905
906  void              add_boxing_late_inline(CallGenerator* cg) {
907    _boxing_late_inlines.push(cg);
908  }
909
910  void remove_useless_late_inlines(GrowableArray<CallGenerator*>* inlines, Unique_Node_List &useful);
911
912  void dump_inlining();
913
914  bool over_inlining_cutoff() const {
915    if (!inlining_incrementally()) {
916      return unique() > (uint)NodeCountInliningCutoff;
917    } else {
918      return live_nodes() > (uint)LiveNodeCountInliningCutoff;
919    }
920  }
921
922  void inc_number_of_mh_late_inlines() { _number_of_mh_late_inlines++; }
923  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--; }
924  bool has_mh_late_inlines() const     { return _number_of_mh_late_inlines > 0; }
925
926  void inline_incrementally_one(PhaseIterGVN& igvn);
927  void inline_incrementally(PhaseIterGVN& igvn);
928  void inline_string_calls(bool parse_time);
929  void inline_boxing_calls(PhaseIterGVN& igvn);
930
931  // Matching, CFG layout, allocation, code generation
932  PhaseCFG*         cfg()                       { return _cfg; }
933  bool              select_24_bit_instr() const { return _select_24_bit_instr; }
934  bool              in_24_bit_fp_mode() const   { return _in_24_bit_fp_mode; }
935  bool              has_java_calls() const      { return _java_calls > 0; }
936  int               java_calls() const          { return _java_calls; }
937  int               inner_loops() const         { return _inner_loops; }
938  Matcher*          matcher()                   { return _matcher; }
939  PhaseRegAlloc*    regalloc()                  { return _regalloc; }
940  int               frame_slots() const         { return _frame_slots; }
941  int               frame_size_in_words() const; // frame_slots in units of the polymorphic 'words'
942  RegMask&          FIRST_STACK_mask()          { return _FIRST_STACK_mask; }
943  Arena*            indexSet_arena()            { return _indexSet_arena; }
944  void*             indexSet_free_block_list()  { return _indexSet_free_block_list; }
945  uint              node_bundling_limit()       { return _node_bundling_limit; }
946  Bundle*           node_bundling_base()        { return _node_bundling_base; }
947  void          set_node_bundling_limit(uint n) { _node_bundling_limit = n; }
948  void          set_node_bundling_base(Bundle* b) { _node_bundling_base = b; }
949  bool          starts_bundle(const Node *n) const;
950  bool          need_stack_bang(int frame_size_in_bytes) const;
951  bool          need_register_stack_bang() const;
952
953  void          set_matcher(Matcher* m)                 { _matcher = m; }
954//void          set_regalloc(PhaseRegAlloc* ra)           { _regalloc = ra; }
955  void          set_indexSet_arena(Arena* a)            { _indexSet_arena = a; }
956  void          set_indexSet_free_block_list(void* p)   { _indexSet_free_block_list = p; }
957
958  // Remember if this compilation changes hardware mode to 24-bit precision
959  void set_24_bit_selection_and_mode(bool selection, bool mode) {
960    _select_24_bit_instr = selection;
961    _in_24_bit_fp_mode   = mode;
962  }
963
964  void  set_java_calls(int z) { _java_calls  = z; }
965  void set_inner_loops(int z) { _inner_loops = z; }
966
967  // Instruction bits passed off to the VM
968  int               code_size()                 { return _method_size; }
969  CodeBuffer*       code_buffer()               { return &_code_buffer; }
970  int               first_block_size()          { return _first_block_size; }
971  void              set_frame_complete(int off) { _code_offsets.set_value(CodeOffsets::Frame_Complete, off); }
972  ExceptionHandlerTable*  handler_table()       { return &_handler_table; }
973  ImplicitExceptionTable* inc_table()           { return &_inc_table; }
974  OopMapSet*        oop_map_set()               { return _oop_map_set; }
975  DebugInformationRecorder* debug_info()        { return env()->debug_info(); }
976  Dependencies*     dependencies()              { return env()->dependencies(); }
977  static int        CompiledZap_count()         { return _CompiledZap_count; }
978  BufferBlob*       scratch_buffer_blob()       { return _scratch_buffer_blob; }
979  void         init_scratch_buffer_blob(int const_size);
980  void        clear_scratch_buffer_blob();
981  void          set_scratch_buffer_blob(BufferBlob* b) { _scratch_buffer_blob = b; }
982  relocInfo*        scratch_locs_memory()       { return _scratch_locs_memory; }
983  void          set_scratch_locs_memory(relocInfo* b)  { _scratch_locs_memory = b; }
984
985  // emit to scratch blob, report resulting size
986  uint              scratch_emit_size(const Node* n);
987  void       set_in_scratch_emit_size(bool x)   {        _in_scratch_emit_size = x; }
988  bool           in_scratch_emit_size() const   { return _in_scratch_emit_size;     }
989
990  enum ScratchBufferBlob {
991    MAX_inst_size       = 1024,
992    MAX_locs_size       = 128, // number of relocInfo elements
993    MAX_const_size      = 128,
994    MAX_stubs_size      = 128
995  };
996
997  // Major entry point.  Given a Scope, compile the associated method.
998  // For normal compilations, entry_bci is InvocationEntryBci.  For on stack
999  // replacement, entry_bci indicates the bytecode for which to compile a
1000  // continuation.
1001  Compile(ciEnv* ci_env, C2Compiler* compiler, ciMethod* target,
1002          int entry_bci, bool subsume_loads, bool do_escape_analysis,
1003          bool eliminate_boxing);
1004
1005  // Second major entry point.  From the TypeFunc signature, generate code
1006  // to pass arguments from the Java calling convention to the C calling
1007  // convention.
1008  Compile(ciEnv* ci_env, const TypeFunc *(*gen)(),
1009          address stub_function, const char *stub_name,
1010          int is_fancy_jump, bool pass_tls,
1011          bool save_arg_registers, bool return_pc);
1012
1013  // From the TypeFunc signature, generate code to pass arguments
1014  // from Compiled calling convention to Interpreter's calling convention
1015  void Generate_Compiled_To_Interpreter_Graph(const TypeFunc *tf, address interpreter_entry);
1016
1017  // From the TypeFunc signature, generate code to pass arguments
1018  // from Interpreter's calling convention to Compiler's calling convention
1019  void Generate_Interpreter_To_Compiled_Graph(const TypeFunc *tf);
1020
1021  // Are we compiling a method?
1022  bool has_method() { return method() != NULL; }
1023
1024  // Maybe print some information about this compile.
1025  void print_compile_messages();
1026
1027  // Final graph reshaping, a post-pass after the regular optimizer is done.
1028  bool final_graph_reshaping();
1029
1030  // returns true if adr is completely contained in the given alias category
1031  bool must_alias(const TypePtr* adr, int alias_idx);
1032
1033  // returns true if adr overlaps with the given alias category
1034  bool can_alias(const TypePtr* adr, int alias_idx);
1035
1036  // Driver for converting compiler's IR into machine code bits
1037  void Output();
1038
1039  // Accessors for node bundling info.
1040  Bundle* node_bundling(const Node *n);
1041  bool valid_bundle_info(const Node *n);
1042
1043  // Schedule and Bundle the instructions
1044  void ScheduleAndBundle();
1045
1046  // Build OopMaps for each GC point
1047  void BuildOopMaps();
1048
1049  // Append debug info for the node "local" at safepoint node "sfpt" to the
1050  // "array",   May also consult and add to "objs", which describes the
1051  // scalar-replaced objects.
1052  void FillLocArray( int idx, MachSafePointNode* sfpt,
1053                     Node *local, GrowableArray<ScopeValue*> *array,
1054                     GrowableArray<ScopeValue*> *objs );
1055
1056  // If "objs" contains an ObjectValue whose id is "id", returns it, else NULL.
1057  static ObjectValue* sv_for_node_id(GrowableArray<ScopeValue*> *objs, int id);
1058  // Requres that "objs" does not contains an ObjectValue whose id matches
1059  // that of "sv.  Appends "sv".
1060  static void set_sv_for_object_node(GrowableArray<ScopeValue*> *objs,
1061                                     ObjectValue* sv );
1062
1063  // Process an OopMap Element while emitting nodes
1064  void Process_OopMap_Node(MachNode *mach, int code_offset);
1065
1066  // Initialize code buffer
1067  CodeBuffer* init_buffer(uint* blk_starts);
1068
1069  // Write out basic block data to code buffer
1070  void fill_buffer(CodeBuffer* cb, uint* blk_starts);
1071
1072  // Determine which variable sized branches can be shortened
1073  void shorten_branches(uint* blk_starts, int& code_size, int& reloc_size, int& stub_size);
1074
1075  // Compute the size of first NumberOfLoopInstrToAlign instructions
1076  // at the head of a loop.
1077  void compute_loop_first_inst_sizes();
1078
1079  // Compute the information for the exception tables
1080  void FillExceptionTables(uint cnt, uint *call_returns, uint *inct_starts, Label *blk_labels);
1081
1082  // Stack slots that may be unused by the calling convention but must
1083  // otherwise be preserved.  On Intel this includes the return address.
1084  // On PowerPC it includes the 4 words holding the old TOC & LR glue.
1085  uint in_preserve_stack_slots();
1086
1087  // "Top of Stack" slots that may be unused by the calling convention but must
1088  // otherwise be preserved.
1089  // On Intel these are not necessary and the value can be zero.
1090  // On Sparc this describes the words reserved for storing a register window
1091  // when an interrupt occurs.
1092  static uint out_preserve_stack_slots();
1093
1094  // Number of outgoing stack slots killed above the out_preserve_stack_slots
1095  // for calls to C.  Supports the var-args backing area for register parms.
1096  uint varargs_C_out_slots_killed() const;
1097
1098  // Number of Stack Slots consumed by a synchronization entry
1099  int sync_stack_slots() const;
1100
1101  // Compute the name of old_SP.  See <arch>.ad for frame layout.
1102  OptoReg::Name compute_old_SP();
1103
1104#ifdef ENABLE_ZAP_DEAD_LOCALS
1105  static bool is_node_getting_a_safepoint(Node*);
1106  void Insert_zap_nodes();
1107  Node* call_zap_node(MachSafePointNode* n, int block_no);
1108#endif
1109
1110 private:
1111  // Phase control:
1112  void Init(int aliaslevel);                     // Prepare for a single compilation
1113  int  Inline_Warm();                            // Find more inlining work.
1114  void Finish_Warm();                            // Give up on further inlines.
1115  void Optimize();                               // Given a graph, optimize it
1116  void Code_Gen();                               // Generate code from a graph
1117
1118  // Management of the AliasType table.
1119  void grow_alias_types();
1120  AliasCacheEntry* probe_alias_cache(const TypePtr* adr_type);
1121  const TypePtr *flatten_alias_type(const TypePtr* adr_type) const;
1122  AliasType* find_alias_type(const TypePtr* adr_type, bool no_create, ciField* field);
1123
1124  void verify_top(Node*) const PRODUCT_RETURN;
1125
1126  // Intrinsic setup.
1127  void           register_library_intrinsics();                            // initializer
1128  CallGenerator* make_vm_intrinsic(ciMethod* m, bool is_virtual);          // constructor
1129  int            intrinsic_insertion_index(ciMethod* m, bool is_virtual);  // helper
1130  CallGenerator* find_intrinsic(ciMethod* m, bool is_virtual);             // query fn
1131  void           register_intrinsic(CallGenerator* cg);                    // update fn
1132
1133#ifndef PRODUCT
1134  static juint  _intrinsic_hist_count[vmIntrinsics::ID_LIMIT];
1135  static jubyte _intrinsic_hist_flags[vmIntrinsics::ID_LIMIT];
1136#endif
1137  // Function calls made by the public function final_graph_reshaping.
1138  // No need to be made public as they are not called elsewhere.
1139  void final_graph_reshaping_impl( Node *n, Final_Reshape_Counts &frc);
1140  void final_graph_reshaping_walk( Node_Stack &nstack, Node *root, Final_Reshape_Counts &frc );
1141  void eliminate_redundant_card_marks(Node* n);
1142
1143 public:
1144
1145  // Note:  Histogram array size is about 1 Kb.
1146  enum {                        // flag bits:
1147    _intrinsic_worked = 1,      // succeeded at least once
1148    _intrinsic_failed = 2,      // tried it but it failed
1149    _intrinsic_disabled = 4,    // was requested but disabled (e.g., -XX:-InlineUnsafeOps)
1150    _intrinsic_virtual = 8,     // was seen in the virtual form (rare)
1151    _intrinsic_both = 16        // was seen in the non-virtual form (usual)
1152  };
1153  // Update histogram.  Return boolean if this is a first-time occurrence.
1154  static bool gather_intrinsic_statistics(vmIntrinsics::ID id,
1155                                          bool is_virtual, int flags) PRODUCT_RETURN0;
1156  static void print_intrinsic_statistics() PRODUCT_RETURN;
1157
1158  // Graph verification code
1159  // Walk the node list, verifying that there is a one-to-one
1160  // correspondence between Use-Def edges and Def-Use edges
1161  // The option no_dead_code enables stronger checks that the
1162  // graph is strongly connected from root in both directions.
1163  void verify_graph_edges(bool no_dead_code = false) PRODUCT_RETURN;
1164
1165  // Verify GC barrier patterns
1166  void verify_barriers() PRODUCT_RETURN;
1167
1168  // End-of-run dumps.
1169  static void print_statistics() PRODUCT_RETURN;
1170
1171  // Dump formatted assembly
1172  void dump_asm(int *pcs = NULL, uint pc_limit = 0) PRODUCT_RETURN;
1173  void dump_pc(int *pcs, int pc_limit, Node *n);
1174
1175  // Verify ADLC assumptions during startup
1176  static void adlc_verification() PRODUCT_RETURN;
1177
1178  // Definitions of pd methods
1179  static void pd_compiler2_init();
1180
1181  // Auxiliary method for randomized fuzzing/stressing
1182  static bool randomized_select(int count);
1183
1184  // enter a PreserveJVMState block
1185  void inc_preserve_jvm_state() {
1186    _preserve_jvm_state++;
1187  }
1188
1189  // exit a PreserveJVMState block
1190  void dec_preserve_jvm_state() {
1191    _preserve_jvm_state--;
1192    assert(_preserve_jvm_state >= 0, "_preserve_jvm_state shouldn't be negative");
1193  }
1194
1195  bool has_preserve_jvm_state() const {
1196    return _preserve_jvm_state > 0;
1197  }
1198};
1199
1200#endif // SHARE_VM_OPTO_COMPILE_HPP
1201