diff src/share/vm/runtime/thread.cpp @ 13819:49db2c1e3bee

added support for co-existing GPU backends (JBS:GRAAL-1)
author Doug Simon <doug.simon@oracle.com>
date Thu, 30 Jan 2014 00:52:33 +0100
parents 8cd953e97e2d
children 7ad529321294
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Thu Jan 30 00:48:41 2014 +0100
+++ b/src/share/vm/runtime/thread.cpp	Thu Jan 30 00:52:33 2014 +0100
@@ -3392,11 +3392,6 @@
   jint parse_result = Arguments::parse(args);
   if (parse_result != JNI_OK) return parse_result;
 
-#ifdef GRAAL
-  // Probe for supported GPUs and initialize them.
-  gpu::init();
-#endif
-
   os::init_before_ergo();
 
   jint ergo_result = Arguments::apply_ergo();