diff src/os/windows/vm/gpu_windows.cpp @ 15177:66e3af78ea96

HSAIL: added safepoint support Contributed-by: Eric Caspole <eric.caspole@amd.com>
author Doug Simon <doug.simon@oracle.com>
date Thu, 17 Apr 2014 00:44:32 +0200
parents 4cbe077ab49a
children
line wrap: on
line diff
--- a/src/os/windows/vm/gpu_windows.cpp	Wed Apr 16 22:54:48 2014 +0200
+++ b/src/os/windows/vm/gpu_windows.cpp	Thu Apr 17 00:44:32 2014 +0200
@@ -27,7 +27,7 @@
 #include "hsail/vm/gpu_hsail.hpp"
 #include "utilities/ostream.hpp"
 
-jobject gpu::probe_gpus(JNIEnv* env) {
+jobject Gpu::probe_gpus(JNIEnv* env) {
   // TODO: add detection of PTX/NVidia
   if (Hsail::register_natives(env)) {
     return env->NewStringUTF("HSAIL");