comparison src/share/vm/prims/jni.cpp @ 13630:b1838411e896

Use compile ids assigned by hotspot
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 14 Jan 2014 10:14:31 -0800
parents b00553202ec2
children d8041d695d19
comparison
equal deleted inserted replaced
13629:5348da19751d 13630:b1838411e896
5177 // GraalCompiler needs to have been created in compileBroker.cpp 5177 // GraalCompiler needs to have been created in compileBroker.cpp
5178 GraalCompiler* graal_compiler = GraalCompiler::instance(); 5178 GraalCompiler* graal_compiler = GraalCompiler::instance();
5179 if (graal_compiler != NULL) { 5179 if (graal_compiler != NULL) {
5180 graal_compiler->initialize(); 5180 graal_compiler->initialize();
5181 } else { 5181 } else {
5182 assert(!UseCompiler, "why isn't there are compiler?"); 5182 assert(!UseCompiler, "why isn't there any compiler?");
5183 } 5183 }
5184 #endif 5184 #endif
5185 5185
5186 // Tracks the time application was running before GC 5186 // Tracks the time application was running before GC
5187 RuntimeService::record_application_start(); 5187 RuntimeService::record_application_start();