摘要:
大家先看段代码: 1 //启动参数设置:-Xms20m -Xmx20m -XX:SurvivorRatio=8 -Xmn10m 2 public static void main(String[] args) { 3 @SuppressWarnings("unused") 4 byte[] b1,b2,b3,b4; 5 long start = System.currentTimeMillis(); 6 int i = 1; 7 while(i++ < 1000){ 8 b1 = new b... 阅读全文