comparison 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
comparison
equal deleted inserted replaced
12489:0c651af30cc8 12490:4dba97fb1a6f
3772 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \ 3772 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \
3773 \ 3773 \
3774 product(bool, TraceGPUInteraction, false, \ 3774 product(bool, TraceGPUInteraction, false, \
3775 "Trace external GPU Interaction") \ 3775 "Trace external GPU Interaction") \
3776 \ 3776 \
3777 product(bool, UseGPU, false, \
3778 "Run code on GPU") \
3779 \
3780 diagnostic(ccstr, SharedArchiveFile, NULL, \ 3777 diagnostic(ccstr, SharedArchiveFile, NULL, \
3781 "Override the default location of the CDS archive file") \ 3778 "Override the default location of the CDS archive file") \
3782 \ 3779 \
3783 experimental(uintx, ArrayAllocatorMallocLimit, \ 3780 experimental(uintx, ArrayAllocatorMallocLimit, \
3784 SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx), \ 3781 SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx), \