comparison src/share/vm/compiler/compileBroker.cpp @ 2048:177398c6147d

Added unique concrete subtype assumption.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Mon, 10 Jan 2011 10:50:22 +0100
parents 9c96c873c42b
children d25d4ca69222
comparison
equal deleted inserted replaced
2047:eb575e79136f 2048:177398c6147d
592 } 592 }
593 if (!compiling) { 593 if (!compiling) {
594 break; 594 break;
595 } 595 }
596 } 596 }
597 if (TraceC1X >= 4) { 597 if (TraceC1X >= 5) {
598 _c1_method_queue->print(); 598 _c1_method_queue->print();
599 } 599 }
600 } 600 }
601 601
602 { 602 {