hotspot/src/share/vm/ci/ciMethod.cpp
changeset 34185 ee71c590a456
parent 33626 3c94db05e903
parent 34169 b0b7187852b7
child 34236 4558141028a9
--- a/hotspot/src/share/vm/ci/ciMethod.cpp	Wed Nov 11 23:47:41 2015 +0000
+++ b/hotspot/src/share/vm/ci/ciMethod.cpp	Fri Nov 13 13:31:48 2015 +0100
@@ -1262,6 +1262,8 @@
 bool ciMethod::is_vanilla_constructor() const {  FETCH_FLAG_FROM_VM(is_vanilla_constructor); }
 bool ciMethod::has_loops      () const {         FETCH_FLAG_FROM_VM(has_loops); }
 bool ciMethod::has_jsrs       () const {         FETCH_FLAG_FROM_VM(has_jsrs);  }
+bool ciMethod::is_getter      () const {         FETCH_FLAG_FROM_VM(is_getter); }
+bool ciMethod::is_setter      () const {         FETCH_FLAG_FROM_VM(is_setter); }
 bool ciMethod::is_accessor    () const {         FETCH_FLAG_FROM_VM(is_accessor); }
 bool ciMethod::is_initializer () const {         FETCH_FLAG_FROM_VM(is_initializer); }