hotspot/src/share/vm/ci/ciEnv.cpp
changeset 26587 e8b28fa936af
parent 25946 1572c9f03fb9
child 26796 666464578742
equal deleted inserted replaced
26585:2048b8d90c91 26587:e8b28fa936af
   924 
   924 
   925   if (klass_violations != 0) {
   925   if (klass_violations != 0) {
   926 #ifdef ASSERT
   926 #ifdef ASSERT
   927     if (!counter_changed && !PrintCompilation) {
   927     if (!counter_changed && !PrintCompilation) {
   928       // Print out the compile task that failed
   928       // Print out the compile task that failed
   929       _task->print_line();
   929       _task->print_tty();
   930     }
   930     }
   931 #endif
   931 #endif
   932     assert(counter_changed, "failed dependencies, but counter didn't change");
   932     assert(counter_changed, "failed dependencies, but counter didn't change");
   933     record_failure("concurrent class loading");
   933     record_failure("concurrent class loading");
   934   }
   934   }