diff src/share/vm/graal/graalCompilerToGPU.cpp @ 11381:001c41b01d13

HotSpotInstalledCode: moved getCode to Java and added the ability to get the whole blob
author twisti
date Tue, 20 Aug 2013 12:48:28 -0700
parents 4a6b03a16808
children 49bb1bc983c6
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompilerToGPU.cpp	Tue Aug 20 20:04:33 2013 +0200
+++ b/src/share/vm/graal/graalCompilerToGPU.cpp	Tue Aug 20 12:48:28 2013 -0700
@@ -88,7 +88,7 @@
   jca.set_alternative_target(nm);
 
   // start value is the kernel
-  jlong startValue = HotSpotInstalledCode::start(hotspotInstalledCode);
+  jlong startValue = HotSpotInstalledCode::codeStart(hotspotInstalledCode);
 
   if (!gpu::execute_kernel((address)startValue, &jca)) {
     return NULL;