hotspot/src/share/vm/ci/ciEnv.hpp
changeset 10503 04b74421bdea
parent 10008 d84de97ad847
child 10508 233d2e7c462d
equal deleted inserted replaced
10502:17598114b94c 10503:04b74421bdea
   245   char* name_buffer(int req_len);
   245   char* name_buffer(int req_len);
   246 
   246 
   247   // Is this thread currently in the VM state?
   247   // Is this thread currently in the VM state?
   248   static bool is_in_vm();
   248   static bool is_in_vm();
   249 
   249 
   250   // Helper routine for determining the validity of a compilation
   250   // Helper routine for determining the validity of a compilation with
   251   // with respect to concurrent class loading.
   251   // respect to method dependencies (e.g. concurrent class loading).
   252   void check_for_system_dictionary_modification(ciMethod* target);
   252   void validate_compile_task_dependencies(ciMethod* target);
   253 
   253 
   254 public:
   254 public:
   255   enum {
   255   enum {
   256     MethodCompilable,
   256     MethodCompilable,
   257     MethodCompilable_not_at_tier,
   257     MethodCompilable_not_at_tier,