src/share/vm/c1/c1_Compilation.hpp

changeset 4103
137868b7aa6f
parent 2708
1d1603768966
child 4153
b9a9ed0f8eeb
child 4154
c3e799c37717
     1.1 --- a/src/share/vm/c1/c1_Compilation.hpp	Mon Sep 17 17:02:10 2012 -0700
     1.2 +++ b/src/share/vm/c1/c1_Compilation.hpp	Mon Sep 17 19:39:07 2012 -0700
     1.3 @@ -127,6 +127,7 @@
     1.4    bool has_exception_handlers() const            { return _has_exception_handlers; }
     1.5    bool has_fpu_code() const                      { return _has_fpu_code; }
     1.6    bool has_unsafe_access() const                 { return _has_unsafe_access; }
     1.7 +  int max_vector_size() const                    { return 0; }
     1.8    ciMethod* method() const                       { return _method; }
     1.9    int osr_bci() const                            { return _osr_bci; }
    1.10    bool is_osr_compile() const                    { return osr_bci() >= 0; }

mercurial