diff -r 0dc88ad3244e -r 6476042f815c src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Tue Apr 06 15:18:10 2010 -0700 +++ b/src/share/vm/runtime/globals.hpp Wed Apr 07 09:37:47 2010 -0700 @@ -3110,6 +3110,9 @@ develop_pd(intx, CodeEntryAlignment, \ "Code entry alignment for generated code (in bytes)") \ \ + product_pd(intx, OptoLoopAlignment, \ + "Align inner loops to zero relative to this modulus") \ + \ product_pd(uintx, InitialCodeCacheSize, \ "Initial code cache size (in bytes)") \ \