diff src/share/vm/runtime/globals.hpp @ 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 4dba97fb1a6f
children 096c224171c4
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Sun Nov 10 11:42:31 2013 +0100
+++ b/src/share/vm/runtime/globals.hpp	Sun Nov 10 13:18:09 2013 +0100
@@ -3774,6 +3774,9 @@
   product(bool, TraceGPUInteraction, false,                                 \
           "Trace external GPU Interaction")                                 \
                                                                             \
+  product(bool, UseHSAILSimulator, false,                                   \
+          "Run code on HSAIL Simulator")                                    \
+                                                                            \
   diagnostic(ccstr, SharedArchiveFile, NULL,                                \
           "Override the default location of the CDS archive file")          \
                                                                             \