<< < 6 7 8 9 10 11 12 13 > >>   ∑:301  Sort:Date

Serial GC Tracing - Tight Heap (Part 2)
This section provides part 2 of a tutorial on tracing how Serial GC works with a tight heap size.
2022-10-01, ∼237🔥, 0💬

Adaptive Size Policy Changed Survivor Space
This section provides a tutorial on how Adaptive Size Policy used by the Parallel collector changed the survivor space in the Young generation.
2022-10-01, ∼237🔥, 0💬

Serial GC Tracing - Tenuring Threshold
This section provides a tutorial showing how Serial GC changes the tenuring threshold dynamically and promotes objects to 'tenured' generation earlier or later to Tenuring generation to meet the TargetSurvivorRatio setting.
2022-10-01, ∼236🔥, 0💬

CrashThread2.java - Thread Testing Program
This section describes a thread testing programs, CrashThread2.java, that keep adding new thread in a while loop.
2022-10-01, ∼235🔥, 0💬

PSYoungGen Collector Using Tenuring Age
This section demonstrates that the PSYoungGen Collector uses Tenuring Age to perform Young generation GC. But it does not maintain the object age distribution list.
2022-10-01, ∼235🔥, 0💬

Garbage Collection Performance Test Summary
This chapter provides discussions on GC performance test result. Topics include comparison of performances of different garbage collectors; suggestions to use garbage collectors more efficiently.
2022-10-01, ∼235🔥, 0💬

Serial Collector Stops Application for Minor/Major GC
This section provides log messages showing that the Serial Collector stops the application for both Minor GC and Major GC.
2022-10-01, ∼232🔥, 0💬

Adaptive Size Policy Changed Eden Space
This section provides a tutorial on how Adaptive Size Policy used by the Parallel collector changed the eden space in the Young generation to meet the throughput goal.
2022-10-01, ∼230🔥, 0💬

Object References and Garbage Collection
This chapter provides tutorial notes and example codes on Object References and Garbage Collection. Topics include object reference types; strong reference test program; final reference test program; dead objects with final references in heap; performance impact of final references.
2022-10-01, ∼230🔥, 0💬

Archived: 640/400/40MB Test on HotSpot Client 1.7
This section provides a tutorial example on running GCTest2.java on HotSpot Client JVM 1.7.0_45 with 640MB memory limit and a 400MB base plus 40MB fluctuating memory usage with object size of 1.25MB.
2022-10-01, ∼230🔥, 0💬

Performance Tests on Concurrent collector
This chapter provides tutorial notes and example codes on performance impact of Concurrent collector, Topics include heap footprint; heap size impact; running Young GC only; running more Old GC; impact of parallel threads; impact of concurrent threads.
2022-10-01, ∼229🔥, 0💬

Archived: 441/400/40MB Test on JRockit 28.2
This section provides a tutorial example on running GCTest2.java on JRockit 28.2.7 with 441MB memory limit and a 400MB base plus 40MB fluctuating memory usage with object size of 1.25MB. 1 extra MB is enough for the GC to work.
2022-10-01, ∼229🔥, 0💬

Archived: 1076/800/80MB Test on HotSpot Client 1.7
This section provides a tutorial example on running GCTest2.java on HotSpot Client JVM 1.7.0_45 with 1076MB memory limit and a 800MB base plus 80MB fluctuating memory usage with object size of 1.25MB. It crashed almost immediately.
2022-10-01, ∼229🔥, 0💬

What Is JRockit Mission Control?
This section describes JRockit Mission Control, which is a set of JVM monitoring and management tools including Management Console, Runtime Analyzer and Memory Leak Detector.
2022-10-01, ∼227🔥, 0💬

Performance Test and System Interruptions
This section provides a tutorial showing performance measurement impact of operating system interruptions on JVM.
2022-10-01, ∼227🔥, 0💬

Collector Combinations: Serial, Parallel, Concurrent, G1
This section describes different garbage collector combinations supported by Java 8 HotSpot: Serial, Parallel, Concurrent, and G1.
2022-10-01, ∼226🔥, 0💬

Tenured Generation Collectors - Serial, ParOldGen, CMS, G1
This section describes Garbage Collectors used for the Tenured generation: Serial, Parallel Old (ParOldGen), Concurrent Mark Sweep (CMS), and Garbage First (G1).
2022-10-01, ∼224🔥, 0💬

Parallel Collector Changing NewRatio and SurvivorRatio
This section demonstrates that the Parallel Collector changes the NewRatio and the SurvivorRatio dynamically, even they are specified in command line.
2022-10-01, ∼224🔥, 0💬

JVM Memory Manager - Garbage Collector
This section describes what is a garbage collector and its role and responsibilities for managing the JVM memory.
2022-10-01, ∼222🔥, 0💬

Adaptive Size Policy for Best Throughput
This section provides a tutorial on how Adaptive Size Policy is used by the Parallel collector to our best Throughput goal.
2022-10-01, ∼222🔥, 0💬

archived: Download and Install JDK 14 on macOS
This section provides a tutorial example on how to download and install the latest version JDK, which contains the HotSpot JVM, on a macOS system. A simple Java program was entered, compiled, and executed to verify the JDK installation.
2024-03-12, ∼220🔥, 0💬

Archived: Installing JRockit JVM 7.0
This section provides a tutorial example on how to download and install JRockit 7.0 on Windows systems.
2022-10-01, ∼219🔥, 0💬

Performance Jumps Not Related to GC
This section provides a tutorial showing that Performance jumps are not related garbage collections.
2022-10-01, ∼219🔥, 0💬

ClassChecker.java - Reports Class Loader
This section provides a tutorial example, ClassChecker.java, which reports the class loader by the JVM to load a given class.
2022-10-01, ∼218🔥, 0💬

<< < 6 7 8 9 10 11 12 13 > >>   ∑:301  Sort:Date