diff src/share/vm/runtime/gpu.hpp @ 10566:a6632ef9c84d

GPU generate_kernel return for Cuda function
author Morris Meyer <morris.meyer@oracle.com>
date Thu, 27 Jun 2013 19:57:43 -0400
parents 147162b27799
children 9c7d9e2c8326
line wrap: on
line diff
--- a/src/share/vm/runtime/gpu.hpp	Thu Jun 27 19:30:44 2013 -0400
+++ b/src/share/vm/runtime/gpu.hpp	Thu Jun 27 19:57:43 2013 -0400
@@ -41,7 +41,7 @@
   
   static void initialize_gpu();
   
-  static void generate_kernel(unsigned char *code, int code_len, const char *name);
+  static void * generate_kernel(unsigned char *code, int code_len, const char *name);
 
   static void set_available(bool value) {
     _available = value;