diff src/share/vm/runtime/gpu.hpp @ 13847:b97e2515d392

removed PTXKernelArguments; added mechanism for printing incoming kernel arguments
author Doug Simon <doug.simon@oracle.com>
date Fri, 31 Jan 2014 16:05:37 +0100
parents 49db2c1e3bee
children 51584f76462d
line wrap: on
line diff
--- a/src/share/vm/runtime/gpu.hpp	Fri Jan 31 16:04:33 2014 +0200
+++ b/src/share/vm/runtime/gpu.hpp	Fri Jan 31 16:05:37 2014 +0100
@@ -29,8 +29,6 @@
 #include "oops/symbol.hpp"
 #include "utilities/array.hpp"
 
-class PTXKernelArguments;
-
 // Defines the interface to the graphics processor(s).
 class gpu : AllStatic {
  private: