The VM arguments for the hotspot compilers in compiler_globals.h, c2_globals.h and c1_gobals.h often use the 64bit types (u)intx even though they do not strictly require the larger size. As part of this RFE, such arguments should be identified and converted to a narrower type.