src/share/vm/runtime/globals.hpp

changeset 1800
6476042f815c
parent 1786
9bb91718aaf2
child 1801
b9d85fcdf743
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Apr 06 15:18:10 2010 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Apr 07 09:37:47 2010 -0700
     1.3 @@ -3110,6 +3110,9 @@
     1.4    develop_pd(intx, CodeEntryAlignment,                                      \
     1.5            "Code entry alignment for generated code (in bytes)")             \
     1.6                                                                              \
     1.7 +  product_pd(intx, OptoLoopAlignment,                                       \
     1.8 +          "Align inner loops to zero relative to this modulus")             \
     1.9 +                                                                            \
    1.10    product_pd(uintx, InitialCodeCacheSize,                                   \
    1.11            "Initial code cache size (in bytes)")                             \
    1.12                                                                              \

mercurial