diff src/share/vm/graal/graalEnv.cpp @ 12743:f1a55428a8d7

more HSAIL support in the C++ layer for executing HSAIL code on the simulator Contributed-by: Eric Caspole <eric.caspole@amd.com>
author Doug Simon <doug.simon@oracle.com>
date Sun, 10 Nov 2013 13:18:09 +0100
parents 9c7d9e2c8326
children 096c224171c4
line wrap: on
line diff
--- a/src/share/vm/graal/graalEnv.cpp	Sun Nov 10 11:42:31 2013 +0100
+++ b/src/share/vm/graal/graalEnv.cpp	Sun Nov 10 13:18:09 2013 +0100
@@ -566,7 +566,7 @@
         }
       }
       
-      if (HotSpotNmethod::isExternal(installed_code())) {
+      if (TraceGPUInteraction && HotSpotNmethod::isExternal(installed_code())) {
         tty->print_cr("External method:%s", method()->name_and_sig_as_C_string());
       }
     }