1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
| [0.016s][info][gc,heap] Heap region size: 1M [0.017s][info][gc ] Using G1 [0.017s][info][gc,heap,coops] Heap address: 0x00000007bec00000, size: 20 MB, Compressed Oops mode: Zero based, Oop shift amount: 3 #年轻代回收 [0.242s][info][gc,start ] GC(0) Pause Young (G1 Evacuation Pause) [0.242s][info][gc,task ] GC(0) Using 4 workers of 4 for evacuation [0.245s][info][gc,phases ] GC(0) Pre Evacuate Collection Set: 0.0ms [0.245s][info][gc,phases ] GC(0) Evacuate Collection Set: 2.7ms [0.245s][info][gc,phases ] GC(0) Post Evacuate Collection Set: 0.1ms [0.245s][info][gc,phases ] GC(0) Other: 0.1ms #Eden回收9个region [0.245s][info][gc,heap ] GC(0) Eden regions: 9->0(8) [0.245s][info][gc,heap ] GC(0) Survivor regions: 0->2(2) [0.245s][info][gc,heap ] GC(0) Old regions: 0->1 [0.245s][info][gc,heap ] GC(0) Humongous regions: 0->0 [0.245s][info][gc,metaspace ] GC(0) Metaspace: 5296K->5296K(1056768K) #年轻代回收内存 [0.245s][info][gc ] GC(0) Pause Young (G1 Evacuation Pause) 9M->2M(20M) 3.005ms [0.245s][info][gc,cpu ] GC(0) User=0.00s Sys=0.00s Real=0.01s #初始标记 [0.248s][info][gc,start ] GC(1) Pause Initial Mark (G1 Humongous Allocation) [0.248s][info][gc,task ] GC(1) Using 4 workers of 4 for evacuation [0.249s][info][gc,phases ] GC(1) Pre Evacuate Collection Set: 0.0ms [0.249s][info][gc,phases ] GC(1) Evacuate Collection Set: 1.3ms [0.249s][info][gc,phases ] GC(1) Post Evacuate Collection Set: 0.1ms [0.249s][info][gc,phases ] GC(1) Other: 0.1ms [0.249s][info][gc,heap ] GC(1) Eden regions: 3->0(5) [0.249s][info][gc,heap ] GC(1) Survivor regions: 2->2(2) [0.249s][info][gc,heap ] GC(1) Old regions: 1->2 [0.249s][info][gc,heap ] GC(1) Humongous regions: 5->5 [0.249s][info][gc,metaspace ] GC(1) Metaspace: 5341K->5341K(1056768K) #初始标记完成 [0.249s][info][gc ] GC(1) Pause Initial Mark (G1 Humongous Allocation) 9M->7M(20M) 1.488ms [0.249s][info][gc,cpu ] GC(1) User=0.01s Sys=0.00s Real=0.00s [0.249s][info][gc ] GC(2) Concurrent Cycle [0.249s][info][gc,marking ] GC(2) Concurrent Clear Claimed Marks [0.249s][info][gc,marking ] GC(2) Concurrent Clear Claimed Marks 0.006ms [0.249s][info][gc,marking ] GC(2) Concurrent Scan Root Regions [0.249s][info][gc,marking ] GC(2) Concurrent Scan Root Regions 0.046ms [0.249s][info][gc,marking ] GC(2) Concurrent Mark (0.249s) [0.249s][info][gc,marking ] GC(2) Concurrent Mark From Roots [0.249s][info][gc,task ] GC(2) Using 1 workers of 1 for marking [0.251s][info][gc,marking ] GC(2) Concurrent Mark From Roots 1.738ms [0.251s][info][gc,marking ] GC(2) Concurrent Mark (0.249s, 0.251s) 1.772ms [0.252s][info][gc,start ] GC(2) Pause Remark [0.254s][info][gc,stringtable] GC(2) Cleaned string and symbol table, strings: 3241 processed, 0 removed, symbols: 23981 processed, 0 removed [0.254s][info][gc ] GC(2) Pause Remark 12M->12M(20M) 2.252ms [0.254s][info][gc,cpu ] GC(2) User=0.01s Sys=0.00s Real=0.01s [0.254s][info][gc,marking ] GC(2) Concurrent Create Live Data [0.255s][info][gc,marking ] GC(2) Concurrent Create Live Data 0.333ms [0.258s][info][gc,start ] GC(2) Pause Cleanup [0.258s][info][gc ] GC(2) Pause Cleanup 12M->12M(20M) 0.103ms [0.258s][info][gc,cpu ] GC(2) User=0.00s Sys=0.00s Real=0.00s [0.258s][info][gc,marking ] GC(2) Concurrent Cleanup for Next Mark [0.258s][info][gc,marking ] GC(2) Concurrent Cleanup for Next Mark 0.240ms [0.258s][info][gc ] GC(2) Concurrent Cycle 8.979ms [0.261s][info][gc,heap,exit ] Heap [0.261s][info][gc,heap,exit ] garbage-first heap total 20480K, used 12827K [0x00000007bec00000, 0x00000007c0000000) [0.261s][info][gc,heap,exit ] region size 1024K, 3 young (3072K), 2 survivors (2048K) [0.261s][info][gc,heap,exit ] Metaspace used 5393K, capacity 5448K, committed 5632K, reserved 1056768K [0.261s][info][gc,heap,exit ] class space used 460K, capacity 492K, committed 512K, reserved 1048576K
|