changeset 7100:35568cbc6a43

removed Graal specific initialization of the ciObjectFactory
author Doug Simon <doug.simon@oracle.com>
date Thu, 29 Nov 2012 17:57:03 +0100
parents b3c94e1e18e9
children 0778b04fc682
files src/share/vm/prims/jni.cpp
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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