src/hotspot/share/runtime/fieldDescriptor.hpp
changeset 52925 9c18c9d839d3
parent 51467 12997ebbc0d8
child 53244 9807daeb47c4
--- a/src/hotspot/share/runtime/fieldDescriptor.hpp	Mon Dec 10 17:34:49 2018 +0300
+++ b/src/hotspot/share/runtime/fieldDescriptor.hpp	Mon Dec 10 15:47:44 2018 +0100
@@ -91,6 +91,7 @@
 
   bool is_static()                const    { return access_flags().is_static(); }
   bool is_final()                 const    { return access_flags().is_final(); }
+  bool is_stable()                const    { return access_flags().is_stable(); }
   bool is_volatile()              const    { return access_flags().is_volatile(); }
   bool is_transient()             const    { return access_flags().is_transient(); }