package com.bywlstudio.gc; /** * 并行回收新生代,串行回收老年代 */ public class ParallelNewDemo { public static void main(String[] args) { byte[] bytes = new byte[1024*1024*30]; } }