hotspot/src/share/vm/c1/c1_Compilation.hpp
changeset 13883 6979b9850feb
parent 8921 14bfe81f2a9d
child 13964 01a2b863cc61
child 13963 e5b53c306fb5
--- a/hotspot/src/share/vm/c1/c1_Compilation.hpp	Mon Sep 17 17:02:10 2012 -0700
+++ b/hotspot/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; }