< prev index next >

src/hotspot/share/oops/method.hpp

Print this page

        

@@ -680,10 +680,12 @@
 
 #ifdef TIERED
   bool has_aot_code() const                      { return aot_code() != NULL; }
 #endif
 
+  bool needs_clinit_barrier() const;
+
   // sizing
   static int header_size()                       {
     return align_up((int)sizeof(Method), wordSize) / wordSize;
   }
   static int size(bool is_native);
< prev index next >