hotspot/src/share/vm/ci/ciMethod.hpp
changeset 34169 b0b7187852b7
parent 33451 0712796e4039
child 35071 a0910b1d3e0d
child 35086 bbf32241d851
--- a/hotspot/src/share/vm/ci/ciMethod.hpp	Tue Nov 10 21:36:35 2015 -0800
+++ b/hotspot/src/share/vm/ci/ciMethod.hpp	Wed Nov 11 01:27:36 2015 +0300
@@ -311,6 +311,8 @@
   bool is_final_method() const                   { return is_final() || holder()->is_final(); }
   bool has_loops      () const;
   bool has_jsrs       () const;
+  bool is_getter      () const;
+  bool is_setter      () const;
   bool is_accessor    () const;
   bool is_initializer () const;
   bool can_be_statically_bound() const           { return _can_be_statically_bound; }