src/share/vm/runtime/globals.hpp

changeset 3902
3f1ab0c19c30
parent 3900
d2a62e0f25eb
child 3969
1d7922586cf6
child 3992
4ee06e614636
equal deleted inserted replaced
3901:24b9c7f4cae6 3902: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, \

mercurial