minor gc 和 full gc
摘要:JAVA中关于GC的分析中,需要搞清楚,GC线程在什么时候,对什么东西,做了什么操作。 1-在什么时候 首先需要知道,GC分为minor GC和full GC,JAVA内存分为新生代和老年代,新生代中又分为1个Eden区(使用区)和2个survivor区(保留区)。 minor GC的触发条件: 如
        阅读全文
				
		posted @ 2017-01-15 16:20
		
		posted @ 2017-01-15 16:20
		
		posted @ 2017-01-05 15:09
		
		posted @ 2014-07-19 12:42
		
		posted @ 2014-07-18 12:07
		
		posted @ 2014-02-27 14:35
		
		posted @ 2014-02-25 15:57