src/hotspot/share/ci/ciEnv.hpp
changeset 53469 1d953ae4d39f
parent 53345 91ab128a65a3
child 54150 5529640c5f67
equal deleted inserted replaced
53468:d927fc999582 53469:1d953ae4d39f
   290 
   290 
   291   // Helper routine for determining the validity of a compilation with
   291   // Helper routine for determining the validity of a compilation with
   292   // respect to method dependencies (e.g. concurrent class loading).
   292   // respect to method dependencies (e.g. concurrent class loading).
   293   void validate_compile_task_dependencies(ciMethod* target);
   293   void validate_compile_task_dependencies(ciMethod* target);
   294 
   294 
       
   295   // Call internally when Compile_lock is already held.
       
   296   bool system_dictionary_modification_counter_changed_locked();
   295 public:
   297 public:
   296   enum {
   298   enum {
   297     MethodCompilable,
   299     MethodCompilable,
   298     MethodCompilable_not_at_tier,
   300     MethodCompilable_not_at_tier,
   299     MethodCompilable_never
   301     MethodCompilable_never