src/hotspot/share/ci/ciEnv.cpp
changeset 55253 3c905e67e380
parent 54847 59ea39bb2809
child 55273 64b76867851b
equal deleted inserted replaced
55252:6502d6a92fe2 55253:3c905e67e380
   989           (!dtrace_method_probes() && DTraceMethodProbes) ||
   989           (!dtrace_method_probes() && DTraceMethodProbes) ||
   990           (!dtrace_alloc_probes() && DTraceAllocProbes) )) {
   990           (!dtrace_alloc_probes() && DTraceAllocProbes) )) {
   991       record_failure("DTrace flags change invalidated dependencies");
   991       record_failure("DTrace flags change invalidated dependencies");
   992     }
   992     }
   993 
   993 
       
   994     if (!failing() && target->needs_clinit_barrier() &&
       
   995         target->holder()->is_in_error_state()) {
       
   996       record_failure("method holder is in error state");
       
   997     }
       
   998 
   994     if (!failing()) {
   999     if (!failing()) {
   995       if (log() != NULL) {
  1000       if (log() != NULL) {
   996         // Log the dependencies which this compilation declares.
  1001         // Log the dependencies which this compilation declares.
   997         dependencies()->log_all_dependencies();
  1002         dependencies()->log_all_dependencies();
   998       }
  1003       }