comparison src/share/vm/runtime/globals.hpp @ 1365:6476042f815c

6940701: Don't align loops in stubs for Niagara sparc Summary: Don't align loops in stubs for Niagara sparc since NOPs are expensive. Reviewed-by: twisti, never
author kvn
date Wed, 07 Apr 2010 09:37:47 -0700
parents 9bb91718aaf2
children b9d85fcdf743
comparison
equal deleted inserted replaced
1364:0dc88ad3244e 1365:6476042f815c
3108 "allocation") \ 3108 "allocation") \
3109 \ 3109 \
3110 develop_pd(intx, CodeEntryAlignment, \ 3110 develop_pd(intx, CodeEntryAlignment, \
3111 "Code entry alignment for generated code (in bytes)") \ 3111 "Code entry alignment for generated code (in bytes)") \
3112 \ 3112 \
3113 product_pd(intx, OptoLoopAlignment, \
3114 "Align inner loops to zero relative to this modulus") \
3115 \
3113 product_pd(uintx, InitialCodeCacheSize, \ 3116 product_pd(uintx, InitialCodeCacheSize, \
3114 "Initial code cache size (in bytes)") \ 3117 "Initial code cache size (in bytes)") \
3115 \ 3118 \
3116 product_pd(uintx, ReservedCodeCacheSize, \ 3119 product_pd(uintx, ReservedCodeCacheSize, \
3117 "Reserved code cache size (in bytes) - maximum code cache size") \ 3120 "Reserved code cache size (in bytes) - maximum code cache size") \