comparison src/share/vm/compiler/compileBroker.cpp @ 1434:72cfb36c6bb2

* enabled all jtt tests * added proxy that counts jni calls * honor hotspot stackshadowpages * constant pool caching * monitor enter/exit * arithmetic stubs (frem, drem, ...) * create stack values for debug info * some doc
author Lukas Stadler <lukas.stadler@oracle.com>
date Thu, 30 Sep 2010 17:19:48 -0700
parents efba53f86c4f
children 7cf1952ec5fb
comparison
equal deleted inserted replaced
1433:efba53f86c4f 1434:72cfb36c6bb2
1493 // Compile a method. 1493 // Compile a method.
1494 // 1494 //
1495 void CompileBroker::invoke_compiler_on_method(CompileTask* task) { 1495 void CompileBroker::invoke_compiler_on_method(CompileTask* task) {
1496 if (PrintCompilation) { 1496 if (PrintCompilation) {
1497 ResourceMark rm; 1497 ResourceMark rm;
1498 tty->print("%s: ", compiler(task->comp_level())->name());
1498 task->print_line(); 1499 task->print_line();
1499 } 1500 }
1500 elapsedTimer time; 1501 elapsedTimer time;
1501 1502
1502 CompilerThread* thread = CompilerThread::current(); 1503 CompilerThread* thread = CompilerThread::current();