diff src/share/vm/runtime/globals.hpp @ 9430:147162b27799

GRAAL-234 - PTX code loading
author Morris Meyer <morris.meyer@oracle.com>
date Tue, 30 Apr 2013 08:17:55 -0400
parents b78686983a75
children 1a009b20f816
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Apr 30 13:00:09 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Tue Apr 30 08:17:55 2013 -0400
@@ -3691,6 +3691,9 @@
   product(bool , AllowNonVirtualCalls, false,                               \
           "Obey the ACC_SUPER flag and allow invokenonvirtual calls")       \
                                                                             \
+  develop(bool, TraceWarpLoading, false,                                    \
+          "trace external GPU warp loading")                                \
+                                                                            \
   experimental(uintx, ArrayAllocatorMallocLimit,                            \
           SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx),                        \
           "Allocation less than this value will be allocated "              \