diff src/share/vm/runtime/thread.cpp @ 10879:d55f24eac4b1

PTX support for Linux
author Morris Meyer <morris.meyer@oracle.com>
date Thu, 25 Jul 2013 22:15:30 -0400
parents 836a62f43af9
children 6b0fd0964b87
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Thu Jul 25 18:02:29 2013 -0700
+++ b/src/share/vm/runtime/thread.cpp	Thu Jul 25 22:15:30 2013 -0400
@@ -3312,7 +3312,8 @@
   // Initialize the os module before using TLS
   os::init();
 
-  // probe for warp capability
+  // Probe for existance of supported GPU and initialize it if one
+  // exists.
   gpu::init();
 
   // Initialize system properties.