Popular Books:
Archived: Download and Install Java SE 1.6 Update 2
This chapter provides a tutorial example on how to download and install Java SE 1.6 Update 2 (JDK 6u2) on Windows systems. 2022-10-01, ∼295🔥, 0💬
JVM Architectures and Components
This section presents a JVM architecture and components shared by most JVM implementations. 2022-10-01, ∼293🔥, 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, ∼292🔥, 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, ∼290🔥, 0💬
Archived: GC Test - Releasing Old vs. New Objects
This section provides a tutorial example on testing garbage collection by comparing performances between release old objects and new objects. 2022-10-01, ∼290🔥, 0💬
Running the Garbage Collector Explicitly
This section provides a tutorial example on how to run the Garbage Collector explicitly by calling the gc() method on the Runtime instance. 2022-10-01, ∼286🔥, 0💬
Class Reflection and Introspection
This section provides a tutorial example on how to reflect a class as Class object and introspect its members: fields, methods, etc. 2022-10-01, ∼286🔥, 0💬
Serial GC Tracing - Aged Live Objects
This section provides a tutorial of tracing how Serial GC increases the age of objects survived each additional GC in 'from' space. 2022-10-01, ∼286🔥, 0💬
Printing Runtime Basic Information
This section provides a tutorial example on how to access the Runtime instance of a running JVM and print some basic information. 2022-10-01, ∼285🔥, 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, ∼285🔥, 0💬
Serial GC Tracing - Tight Heap (Part 3)
This section provides part 3 of a tutorial on tracing how Serial GC works with a tight heap size. 2022-10-01, ∼285🔥, 0💬
HotSpot Memory Usages on Windows Systems
This section provides a tutorial example on how to check HotSpot memory usages on Windows systems using the Runtime class. 2022-10-01, ∼283🔥, 0💬
Running JRockit Mission Control
This section provides a tutorial example on how to run JRockit Mission Control 4.1 installed as part of JRockit R28.2.7. 2022-10-01, ∼280🔥, 0💬
Archived: GCTest.java - Garbage Collection Test Program
This section describes a garbage collection test program - GCTest.java. 2022-10-01, ∼280🔥, 0💬
"-XX:+NeverTenure" and "-XX:+AlwaysTenure" not Working
This section provides a tutorial showing '-XX:+NeverTenure' and '-XX:+AlwaysTenure' JVM options are not working with the Serial collector. 2022-10-01, ∼277🔥, 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, ∼274🔥, 0💬
Popular Posts:
This section describes 'adb install' and 'adb uninstall' commands that allows you to install an appl...
This section provides a tutorial example on how to list all properties from the JVM and the OS that ...
This section provides a tutorial example to illustrate how DSA digital signature algorithm works wit...
This section provides a tutorial example on how to use SOAP client functions to make Web service cal...
This section describes steps of the compilation and execution process of C programs: preprocessing, ...