# HG changeset patch # User Doug Simon # Date 1354208223 -3600 # Node ID 35568cbc6a43a236cdd3a151e29c078efde6e36d # Parent b3c94e1e18e9caf87ddef9fe7abb764d0a56a6e4 removed Graal specific initialization of the ciObjectFactory diff -r b3c94e1e18e9 -r 35568cbc6a43 src/share/vm/prims/jni.cpp --- a/src/share/vm/prims/jni.cpp Thu Nov 29 17:13:59 2012 +0100 +++ b/src/share/vm/prims/jni.cpp Thu Nov 29 17:57:03 2012 +0100 @@ -5152,9 +5152,8 @@ *(JNIEnv**)penv = thread->jni_environment(); #ifdef GRAAL - GraalCompiler* compiler = GraalCompiler::instance(); - ciObjectFactory::initialize(); - compiler->initialize(); + GraalCompiler* compiler = GraalCompiler::instance(); + compiler->initialize(); #endif // Tracks the time application was running before GC