equal
deleted
inserted
replaced
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, |