comparison src/share/vm/code/icBuffer.cpp @ 7062:8c5333c80cfd

increased CompileThreshold to increase reliability of profiling information increased InitialCodeCacheSize to fit the bootstrapping added flag -XX:GraalClassPath to allow providing a .jar or .zip file that contains all Graal classes added support for the flag -XX:TraceCompilationPolicy to the Graal-specific compilation policy
author Christian Haeubl <haeubl@ssw.jku.at>
date Thu, 15 Nov 2012 11:40:50 +0100
parents 1d1603768966
children 7d815d842ee0
comparison
equal deleted inserted replaced
6717:5bbe9618118e 7062:8c5333c80cfd
104 // anybody calling to this stub will trap 104 // anybody calling to this stub will trap
105 105
106 void ICStub::verify() { 106 void ICStub::verify() {
107 } 107 }
108 108
109 void ICStub::print() { 109 void ICStub::print_on(outputStream* st) {
110 tty->print_cr("ICStub: site: " INTPTR_FORMAT, _ic_site); 110 st->print_cr("ICStub: site: " INTPTR_FORMAT, _ic_site);
111 } 111 }
112 #endif 112 #endif
113 113
114 //----------------------------------------------------------------------------------------------- 114 //-----------------------------------------------------------------------------------------------
115 // Implementation of InlineCacheBuffer 115 // Implementation of InlineCacheBuffer