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

What Is java.lang.ClassLoader Class
This section describes what is java.lang.ClassLoader class - A built-in abstract class that represents ClassLoaders used in JRE to load dynamically Java classes into the JVM.
2022-10-01, ∼262🔥, 0💬

Usage Report on Heap Memory Areas
This section provides explanations of the usage report on heap memory areas generated by the '-Xlog:gc+heap=debug' log option.
2022-10-01, ∼260🔥, 0💬

Array Class Introspection
This section provides a tutorial example on how to reflect arrays as classes and introspect its properties like superclass, element type, etc.
2022-12-10, ∼259🔥, 1💬

Executing System Commands
This section provides a tutorial example on how to execute system commands as separate processes outside the JVM instance.
2022-10-01, ∼259🔥, 0💬

Accessing the ClassLoader of a Class
This section provides a tutorial example on how to access the ClassLoader of a given class using the Class.getClassLoader() method.
2022-10-01, ∼259🔥, 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, ∼259🔥, 0💬

Micro Benchmark Tests on "int" Operations
This chapter provides tutorial notes and example codes on micro benchmark tests on 'int' data type operations. Topics include empty loop, assignment loop, shift operation, add operation, multiplication operation and division operation.
2022-10-01, ∼258🔥, 0💬

Tenured Generation Collection - Major GC
This section describes basic steps of a Tenured Generation Collection, also called a Major GC, which uses a simple 3-step Mark-Sweep-Compact algorithm on the entire Tenured Generation.
2022-10-01, ∼258🔥, 0💬

Adaptive Size Policy Log Messages
This section provides examples and explanations of log messages generated '-Xlog:gc+ergo=debug' and '-XX:AdaptiveSizePolicyOutputI nterval=1'JVM options used with the Parallel collector.
2022-10-01, ∼258🔥, 0💬

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

Parallel Collector Stopped using Young Generation
This section provides a tutorial on how Adaptive Size Policy is used by the Parallel collector to our best latency goal.
2022-10-01, ∼258🔥, 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, ∼257🔥, 0💬

Serial GC Tracing - Tenuring Threshold Controlled
This section provides a tutorial showing how to control Serial collector Tenuring threshold with InitialTenuringThreshold and MaxTenuringThreshold JVM options.
2022-10-01, ∼257🔥, 0💬

Archived: GCTest.java - Garbage Collection Test Program
This section describes a garbage collection test program - GCTest.java.
2022-10-01, ∼254🔥, 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, ∼254🔥, 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, ∼251🔥, 0💬

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

Log Message Types from Serial Collector
This section describes 4 types of log messages generated from the Serial Collector with the '-XX:+PrintGCDetails'.
2022-10-01, ∼247🔥, 0💬

OpenJ9 by Eclipse Foundation
This chapter provides tutorial notes and example codes on OpenJ9 JVM. Topics include downloading and installing OpenJ9; running Java programs on OpenJ9 JVM; memory footprint of OpenJ9 JVM; comparison of startup time and footprint between OpenJ9 and HotSpot.
2022-10-01, ∼246🔥, 0💬

Archived: 640/400/40MB Test on JRockit 28.2
This section provides a tutorial example on running GCTest2.java on JRockit 28.2.7 with 640MB memory limit and a 400MB base plus 40MB fluctuating memory usage with object size of 1.25MB.
2022-10-01, ∼246🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼246🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼245🔥, 0💬

"START /REALTIME" - Run JVM with Highest Priority
This section provides a tutorial showing how to use 'START /REALTIME' command to run JVM with highest priority on Windows systems.
2022-10-01, ∼245🔥, 0💬

Archived: 1076/800/80MB Test on JRockit 28.2
This section provides a tutorial example on running GCTest2.java on JRockit 28.2.7 with 1078MB memory limit and a 800MB base plus 80MB fluctuating memory usage with object size of 1.25MB.
2022-10-01, ∼245🔥, 0💬

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