diff -r 8d3cc6612bd1 -r 137868b7aa6f src/share/vm/c1/c1_Compilation.hpp --- a/src/share/vm/c1/c1_Compilation.hpp Mon Sep 17 17:02:10 2012 -0700 +++ b/src/share/vm/c1/c1_Compilation.hpp Mon Sep 17 19:39:07 2012 -0700 @@ -127,6 +127,7 @@ bool has_exception_handlers() const { return _has_exception_handlers; } bool has_fpu_code() const { return _has_fpu_code; } bool has_unsafe_access() const { return _has_unsafe_access; } + int max_vector_size() const { return 0; } ciMethod* method() const { return _method; } int osr_bci() const { return _osr_bci; } bool is_osr_compile() const { return osr_bci() >= 0; }