comparison src/share/vm/runtime/globals.hpp @ 13890:4cbe077ab49a

removed UseHSAILSimulator option
author Doug Simon <doug.simon@oracle.com>
date Thu, 06 Feb 2014 11:20:33 +0100
parents 9161ed8ce796
children 7ad529321294
comparison
equal deleted inserted replaced
13889:6a030a69c3d8 13890:4cbe077ab49a
3838 "Include GC cause in GC logging") \ 3838 "Include GC cause in GC logging") \
3839 \ 3839 \
3840 product(bool , AllowNonVirtualCalls, false, \ 3840 product(bool , AllowNonVirtualCalls, false, \
3841 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \ 3841 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \
3842 \ 3842 \
3843 product(bool, UseHSAILSimulator, false, \
3844 "Run code on HSAIL Simulator") \
3845 \
3846 diagnostic(ccstr, SharedArchiveFile, NULL, \ 3843 diagnostic(ccstr, SharedArchiveFile, NULL, \
3847 "Override the default location of the CDS archive file") \ 3844 "Override the default location of the CDS archive file") \
3848 \ 3845 \
3849 experimental(uintx, ArrayAllocatorMallocLimit, \ 3846 experimental(uintx, ArrayAllocatorMallocLimit, \
3850 SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx), \ 3847 SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx), \