comparison 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
comparison
equal deleted inserted replaced
12742:40924dbc623b 12743:f1a55428a8d7
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, UseHSAILSimulator, false, \
3778 "Run code on HSAIL Simulator") \
3779 \
3777 diagnostic(ccstr, SharedArchiveFile, NULL, \ 3780 diagnostic(ccstr, SharedArchiveFile, NULL, \
3778 "Override the default location of the CDS archive file") \ 3781 "Override the default location of the CDS archive file") \
3779 \ 3782 \
3780 experimental(uintx, ArrayAllocatorMallocLimit, \ 3783 experimental(uintx, ArrayAllocatorMallocLimit, \
3781 SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx), \ 3784 SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx), \