HashMap源码里定义常量
static final int MAXIMUM_CAPACITY = 1 << 30;
直接写成    static final int MAXIMUM_CAPACITY = 1073741824 不好吗?