comparison src/share/vm/runtime/globals.hpp @ 6199:3f1ab0c19c30

7179383: MaxDirectMemorySize argument parsing is broken for values >2G Summary: change hotspot flag to be unsigned Reviewed-by: dholmes, sla, fparain, brutisso Contributed-by: Chris Dennis <cdennis@terracottatech.com>
author dholmes
date Tue, 03 Jul 2012 01:41:29 -0400
parents d2a62e0f25eb
children 1d7922586cf6 4ee06e614636
comparison
equal deleted inserted replaced
6198:24b9c7f4cae6 6199:3f1ab0c19c30
3703 develop(intx, FastSuperclassLimit, 8, \ 3703 develop(intx, FastSuperclassLimit, 8, \
3704 "Depth of hardwired instanceof accelerator array") \ 3704 "Depth of hardwired instanceof accelerator array") \
3705 \ 3705 \
3706 /* Properties for Java libraries */ \ 3706 /* Properties for Java libraries */ \
3707 \ 3707 \
3708 product(intx, MaxDirectMemorySize, -1, \ 3708 product(uintx, MaxDirectMemorySize, 0, \
3709 "Maximum total size of NIO direct-buffer allocations") \ 3709 "Maximum total size of NIO direct-buffer allocations") \
3710 \ 3710 \
3711 /* temporary developer defined flags */ \ 3711 /* temporary developer defined flags */ \
3712 \ 3712 \
3713 diagnostic(bool, UseNewCode, false, \ 3713 diagnostic(bool, UseNewCode, false, \