comparison src/share/vm/c1/c1_Compilation.hpp @ 6792:137868b7aa6f

7196199: java/text/Bidi/Bug6665028.java failed: Bidi run count incorrect Summary: Save whole XMM/YMM registers in safepoint interrupt handler. Reviewed-by: roland, twisti
author kvn
date Mon, 17 Sep 2012 19:39:07 -0700
parents 1d1603768966
children b9a9ed0f8eeb c3e799c37717
comparison
equal deleted inserted replaced
6791:8d3cc6612bd1 6792:137868b7aa6f
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; }