diff src/share/vm/runtime/globals.hpp @ 10409:36bcc10e01c0

merge fixes
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 15:37:32 +0200
parents 836a62f43af9
children 0b1b5356b566
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Jun 19 10:45:56 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Wed Jun 19 15:37:32 2013 +0200
@@ -3709,6 +3709,9 @@
   product(bool , AllowNonVirtualCalls, false,                               \
           "Obey the ACC_SUPER flag and allow invokenonvirtual calls")       \
                                                                             \
+  product(bool, TraceWarpLoading, false,                                    \
+          "Trace external GPU warp loading")                                \
+                                                                            \
   diagnostic(ccstr, SharedArchiveFile, NULL,                                \
           "Override the default location of the CDS archive file")          \
                                                                             \