< prev index next >

src/hotspot/share/ci/ciMethod.hpp

Print this page

        

@@ -354,10 +354,11 @@
   bool is_initializer () const;
   bool can_be_statically_bound() const           { return _can_be_statically_bound; }
   bool has_reserved_stack_access() const         { return _has_reserved_stack_access; }
   bool is_boxing_method() const;
   bool is_unboxing_method() const;
+  bool is_vector_method() const;
   bool is_object_initializer() const;
 
   bool can_be_statically_bound(ciInstanceKlass* context) const;
 
   // Replay data methods
< prev index next >