diff src/share/vm/graal/graalCompilerToGPU.cpp @ 11291:4a6b03a16808

Fix PTX test to prevent crash; trivial code cleanup
author bharadwaj
date Mon, 12 Aug 2013 13:12:14 -0400
parents 1cd1f8ff70a1
children 001c41b01d13
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompilerToGPU.cpp	Mon Aug 12 15:59:58 2013 +0200
+++ b/src/share/vm/graal/graalCompilerToGPU.cpp	Mon Aug 12 13:12:14 2013 -0400
@@ -90,9 +90,6 @@
   // start value is the kernel
   jlong startValue = HotSpotInstalledCode::start(hotspotInstalledCode);
 
-  // JavaCalls::call(&result, mh, &jca, CHECK_NULL);
-  // tty->print_cr("executeExternalMethodVarargs: start: %x", (address)startValue);
-
   if (!gpu::execute_kernel((address)startValue, &jca)) {
     return NULL;
   }