comparison src/cpu/sparc/vm/globals_sparc.hpp @ 10997:46c544b8fbfc

8008407: remove SPARC V8 support Summary: Removed most of the SPARC V8 instructions Reviewed-by: kvn, twisti
author morris
date Fri, 07 Jun 2013 16:46:37 -0700
parents 12f651e29f6b
children d13d7aba8c12
comparison
equal deleted inserted replaced
10996:ea60d1de6735 10997:46c544b8fbfc
108 product(uintx, ArraycopySrcPrefetchDistance, 0, \ 108 product(uintx, ArraycopySrcPrefetchDistance, 0, \
109 "Distance to prefetch source array in arracopy") \ 109 "Distance to prefetch source array in arracopy") \
110 \ 110 \
111 product(uintx, ArraycopyDstPrefetchDistance, 0, \ 111 product(uintx, ArraycopyDstPrefetchDistance, 0, \
112 "Distance to prefetch destination array in arracopy") \ 112 "Distance to prefetch destination array in arracopy") \
113 \
114 develop(intx, V8AtomicOperationUnderLockSpinCount, 50, \
115 "Number of times to spin wait on a v8 atomic operation lock") \
116 113
117 #endif // CPU_SPARC_VM_GLOBALS_SPARC_HPP 114 #endif // CPU_SPARC_VM_GLOBALS_SPARC_HPP