hotspot/src/share/vm/c1/c1_Compilation.hpp
changeset 13883 6979b9850feb
parent 8921 14bfe81f2a9d
child 13964 01a2b863cc61
child 13963 e5b53c306fb5
equal deleted inserted replaced
13882:80d5d0d21b75 13883:6979b9850feb
   125   ciEnv* env() const                             { return _env; }
   125   ciEnv* env() const                             { return _env; }
   126   AbstractCompiler* compiler() const             { return _compiler; }
   126   AbstractCompiler* compiler() const             { return _compiler; }
   127   bool has_exception_handlers() const            { return _has_exception_handlers; }
   127   bool has_exception_handlers() const            { return _has_exception_handlers; }
   128   bool has_fpu_code() const                      { return _has_fpu_code; }
   128   bool has_fpu_code() const                      { return _has_fpu_code; }
   129   bool has_unsafe_access() const                 { return _has_unsafe_access; }
   129   bool has_unsafe_access() const                 { return _has_unsafe_access; }
       
   130   int max_vector_size() const                    { return 0; }
   130   ciMethod* method() const                       { return _method; }
   131   ciMethod* method() const                       { return _method; }
   131   int osr_bci() const                            { return _osr_bci; }
   132   int osr_bci() const                            { return _osr_bci; }
   132   bool is_osr_compile() const                    { return osr_bci() >= 0; }
   133   bool is_osr_compile() const                    { return osr_bci() >= 0; }
   133   IR* hir() const                                { return _hir; }
   134   IR* hir() const                                { return _hir; }
   134   int max_spills() const                         { return _max_spills; }
   135   int max_spills() const                         { return _max_spills; }