2016年10月1日

Java 8 VM GC Tuning Guide Charter2

摘要: 第二章 Ergonomics Ergonomics is the process by which the Java Virtual Machine (JVM) and garbage collection tuning, such as behavior-based tuning, improve 阅读全文

posted @ 2016-10-01 00:18 🌞Bob 阅读(363) 评论(0) 推荐(0) 编辑

Java 8 VM GC Tunning Guide Charter 5

摘要: 第5章 Available GC The Java HotSpot VM includes three different types of collectors, each with different performance characteristics. Java虚拟机有三种不同类型的gc, 阅读全文

posted @ 2016-10-01 00:17 🌞Bob 阅读(248) 评论(0) 推荐(0) 编辑

Java 8 VM GC Tuning Guide Charter3-4

摘要: 第三章 Generations One strength of the Java SE platform is that it shields the developer from the complexity of memory allocation and garbage collection. 阅读全文

posted @ 2016-10-01 00:17 🌞Bob 阅读(235) 评论(0) 推荐(0) 编辑

Java 8 VM GC Tunning Guide Charter 6

摘要: 第六章 并行GC The Parallel Collector The parallel collector (also referred to here as the throughput collector) is a generational collector similar to the 阅读全文

posted @ 2016-10-01 00:16 🌞Bob 阅读(237) 评论(0) 推荐(0) 编辑

Java 8 VM GC Tunning Guide Charter 7-8-b

摘要: 第七章 并发gc Java 8提供两种并发gc,CMS和G1 Concurrent Mark Sweep (CMS) Collector This collector is for applications that prefer shorter garbage collection pauses 阅读全文

posted @ 2016-10-01 00:11 🌞Bob 阅读(227) 评论(0) 推荐(0) 编辑

Java 8 VM GC Tunning Guild Charter 9-b

摘要: 第九章 G1 GC The Garbage-First (G1) garbage collector is a server-style garbage collector, targeted for multiprocessor machines with large memories. It a 阅读全文

posted @ 2016-10-01 00:09 🌞Bob 阅读(308) 评论(0) 推荐(0) 编辑

导航