diff src/share/vm/runtime/globals.hpp @ 10879:d55f24eac4b1

PTX support for Linux
author Morris Meyer <morris.meyer@oracle.com>
date Thu, 25 Jul 2013 22:15:30 -0400
parents 88672775a26c
children 6b0fd0964b87
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Jul 25 18:02:29 2013 -0700
+++ b/src/share/vm/runtime/globals.hpp	Thu Jul 25 22:15:30 2013 -0400
@@ -3709,7 +3709,7 @@
   product(bool , AllowNonVirtualCalls, false,                               \
           "Obey the ACC_SUPER flag and allow invokenonvirtual calls")       \
                                                                             \
-  product(bool, TraceWarpLoading, false,                                    \
+  product(bool, TraceGPUInteraction, false,                                    \
           "Trace external GPU warp loading")                                \
                                                                             \
   diagnostic(ccstr, SharedArchiveFile, NULL,                                \