diff src/share/vm/graal/graalEnv.cpp @ 10577:9c7d9e2c8326

PTX kernel execution - no args or return value
author Morris Meyer <morris.meyer@oracle.com>
date Sat, 29 Jun 2013 21:29:34 -0400
parents 36bcc10e01c0
children f1a55428a8d7
line wrap: on
line diff
--- a/src/share/vm/graal/graalEnv.cpp	Sat Jun 29 11:40:52 2013 +0200
+++ b/src/share/vm/graal/graalEnv.cpp	Sat Jun 29 21:29:34 2013 -0400
@@ -565,6 +565,10 @@
 
         }
       }
+      
+      if (HotSpotNmethod::isExternal(installed_code())) {
+        tty->print_cr("External method:%s", method()->name_and_sig_as_C_string());
+      }
     }
   }
   // JVMTI -- compiled method notification (must be done outside lock)