diff src/share/vm/runtime/arguments.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 cefad50507d8
children d8041d695d19
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.hpp	Fri Oct 18 21:40:23 2013 +0200
+++ b/src/share/vm/runtime/arguments.hpp	Fri Oct 18 23:55:35 2013 +0200
@@ -264,6 +264,9 @@
   static SystemProperty *_java_home;
   static SystemProperty *_java_class_path;
   static SystemProperty *_sun_boot_class_path;
+#ifdef GRAAL
+  static SystemProperty *_graal_gpu_isalist;
+#endif
 
   // Meta-index for knowing what packages are in the boot class path
   static char* _meta_index_path;