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

Archived: Download and Install Latest JDK 10 on Windows
This section provides a tutorial example on how to download and install the latest version JDK, which contains the HotSpot JVM, on a Windows system. A simple Java program was entered, compiled, and executed to verify the JDK installation.
2022-10-01, 168🔥, 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, 168🔥, 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, 168🔥, 0💬

Archived: 1076/800/80MB Test on HotSpot Client 1.6
This section provides a tutorial example on running GCTest2.java on HotSpot Client JVM 1.6.0_45 with 1076MB memory limit and a 800MB base plus 80MB fluctuating memory usage with object size of 1.25MB.
2022-10-01, 168🔥, 0💬

Minor GC Triggering Condition of Serial Collector
This section describes the triggering condition of the Serial collector Minor GC process. The condition is the failure of new object allocation in 'eden'.
2022-10-01, 167🔥, 0💬

Benchmark Affected by Other Running Applications
This section provides a tutorial example showing how the benchmark test result is affected by other running applications on the operating system.
2022-10-01, 166🔥, 0💬

GCPerformance.java - Program Output
This section describes output data generated by the GC tuning test program - GCPerformance.java.
2022-10-01, 166🔥, 0💬

GCPerfP99.java - Output Verification
This section provides tutorials to verify output from GCPerfP99.java test runs. System interrupts are successfully excluded from performance calculation.
2022-10-01, 166🔥, 0💬

Serial GC Tracing - Plenty of Heap
This section provides a tutorial of tracing how Serial GC works with a huge heap size, plenty of memory in 'new' generation.
2022-10-01, 165🔥, 0💬

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

Generational Garbage Collection in HotSpot
This section describes the generational garbage collection architecture used in the HotSpot JVM. Young Generation stores objects with shorter lives and Tenured Generation stores objects with longer lives.
2022-10-01, 164🔥, 0💬

Performance Jumps Not Related to GC
This section provides a tutorial showing that Performance jumps are not related garbage collections.
2022-10-01, 164🔥, 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 minor GC only; running more major GC; impact of parallel threads; impact of concurrent threads.
2022-10-01, 164🔥, 0💬

Thread Test on JRockit 28.7
This section provides a tutorial example to see how many running threads can be supported on JRockit R28.2.7 JVMs.
2022-10-01, 163🔥, 0💬

Best Garbage Collector and Configuration
This section describes the best garbage collector and configuration for our performance test program, GCPrefp99.java.
2022-10-01, 163🔥, 0💬

What Is Parallel Collector
This section describes the Parallel Collector, which uses the combination of the Parallel Scavenge (PS) Collector of Young generation and the Parallel Old Collector of Tenured generation, so both minor GC and major GC are performed in multiple threads parallelly in a stop-the-world fashion.
2022-10-01, 162🔥, 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, 162🔥, 0💬

Usage Report on Heap Memory Areas
This section provides explanations of the usage report on heap memory areas generated by the '-XX:+PrintGCDetails' option.
2022-10-01, 161🔥, 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, 160🔥, 0💬

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

Thread Test on HotSpot 1.6
This section provides a tutorial example to see how many running threads can be supported on HotSpot 1.6.0_02 Client and Server JVMs.
2022-10-01, 158🔥, 0💬

GCPerfP99V2.java - Percentile Performance with Load
This section provides a GC test program, GCPerfP99V2.java, that uses percentile performance measurements with extra work loads.
2022-10-01, 158🔥, 0💬

Performance Impact of Wait Time
This section provides tests to find out performance impact of the wait time between each chunk operations. Increasing wait time seems to decrease throughput performance.
2022-10-01, 157🔥, 0💬

What JRockit Management Console
This section describes the Oracle JRockit Management Console which a GUI tool to monitor and manage JRockit JVM. It is part of the JRockit Mission Control tool set.
2022-10-01, 155🔥, 0💬

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