comparison src/share/vm/c1/c1_Compiler.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 a61af66fc99e
children 2d26b0046e0d
comparison
equal deleted inserted replaced
1433:efba53f86c4f 1434:72cfb36c6bb2
46 mark_initialized(); 46 mark_initialized();
47 } 47 }
48 48
49 49
50 void Compiler::compile_method(ciEnv* env, ciMethod* method, int entry_bci) { 50 void Compiler::compile_method(ciEnv* env, ciMethod* method, int entry_bci) {
51 assert(!UseC1X, "c1 called in UseC1X mode!");
51 52
52 if (!is_initialized()) { 53 if (!is_initialized()) {
53 initialize(); 54 initialize();
54 } 55 }
55 // invoke compilation 56 // invoke compilation