diff src/share/vm/runtime/thread.cpp @ 23295:c3ebefa1c743

Backed out changeset 5d04cfbd1945
author Doug Simon <doug.simon@oracle.com>
date Fri, 29 Jan 2016 22:55:42 +0100
parents 5d04cfbd1945
children f41d4011035d
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Fri Jan 29 21:52:36 2016 +0100
+++ b/src/share/vm/runtime/thread.cpp	Fri Jan 29 22:55:42 2016 +0100
@@ -3714,10 +3714,7 @@
 
   // initialize compiler(s)
 #if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) || defined(COMPILERJVMCI)
-  CompileBroker::compilation_init(THREAD);
-  if (HAS_PENDING_EXCEPTION) {
-    vm_exit_during_initialization(Handle(THREAD, PENDING_EXCEPTION));
-  }
+  CompileBroker::compilation_init();
 #endif
 
   if (EnableInvokeDynamic) {