diff src/share/vm/runtime/globals.hpp @ 12490:4dba97fb1a6f

available GPUs are exposed to Graal only by the graal.gpu.isalist system property which is set up during command line argument parsing
author Doug Simon <doug.simon@oracle.com>
date Fri, 18 Oct 2013 23:55:35 +0200
parents 359f7e70ae7f
children f1a55428a8d7
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Oct 18 21:40:23 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Fri Oct 18 23:55:35 2013 +0200
@@ -3774,9 +3774,6 @@
   product(bool, TraceGPUInteraction, false,                                 \
           "Trace external GPU Interaction")                                 \
                                                                             \
-  product(bool, UseGPU, false,                                              \
-          "Run code on GPU")                                                \
-                                                                            \
   diagnostic(ccstr, SharedArchiveFile, NULL,                                \
           "Override the default location of the CDS archive file")          \
                                                                             \