diff src/share/vm/runtime/java.cpp @ 2928:1e13559b112d

small fix in deopt stub, more branch prediction code
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 09 Jun 2011 20:25:38 +0200
parents b78b4ae0757c
children 2823897b2da2
line wrap: on
line diff
--- a/src/share/vm/runtime/java.cpp	Thu Jun 09 17:33:08 2011 +0200
+++ b/src/share/vm/runtime/java.cpp	Thu Jun 09 20:25:38 2011 +0200
@@ -419,9 +419,9 @@
   #define BEFORE_EXIT_DONE    2
   static jint volatile _before_exit_status = BEFORE_EXIT_NOT_RUN;
 
-  if (UseGraal) {
-    GraalCompiler::instance()->exit();
-  }
+//  if (UseGraal) {
+//    GraalCompiler::instance()->exit();
+//  }
 
   // Note: don't use a Mutex to guard the entire before_exit(), as
   // JVMTI post_thread_end_event and post_vm_death_event will run native code.