hotspot/src/share/vm/opto/lcm.cpp
changeset 42081 30a0176b8af3
parent 40862 3f9cd7a4bfa7
child 44403 1b4e73257070
equal deleted inserted replaced
42080:1e906304457b 42081:30a0176b8af3
  1145     if (C->subsume_loads() == true && !C->failing()) {
  1145     if (C->subsume_loads() == true && !C->failing()) {
  1146       // Retry with subsume_loads == false
  1146       // Retry with subsume_loads == false
  1147       // If this is the first failure, the sentinel string will "stick"
  1147       // If this is the first failure, the sentinel string will "stick"
  1148       // to the Compile object, and the C2Compiler will see it and retry.
  1148       // to the Compile object, and the C2Compiler will see it and retry.
  1149       C->record_failure(C2Compiler::retry_no_subsuming_loads());
  1149       C->record_failure(C2Compiler::retry_no_subsuming_loads());
       
  1150     } else {
       
  1151       assert(false, "graph should be schedulable");
  1150     }
  1152     }
  1151     // assert( phi_cnt == end_idx(), "did not schedule all" );
  1153     // assert( phi_cnt == end_idx(), "did not schedule all" );
  1152     return false;
  1154     return false;
  1153   }
  1155   }
  1154 
  1156