Popular Books:
Default NewRatio - Old vs. New Generation
This section describes the default NewRatio which is the ratio of old generation size vs. new generation size. 2022-10-01, ∼402🔥, 0💬
"-XX:+PrintAdaptiveSizePolicy" - Minor GC Report
This section provides examples of log messages generated from '-XX:+PrintAdaptiveSizePolicy' that tells us what happened at each Parallel Minor GC. 2022-10-01, ∼401🔥, 0💬
Parallel Collector GC Log Message Format
This section describes the GC log message format of HotSpot JVM Parallel Collector. 2022-10-01, ∼400🔥, 0💬
Archived: Testing with LongWhile.java
This section provides a tutorial example on how to run LongWhile.java with JRockit 8.0 and compare it with HotSpot. 2022-10-01, ∼398🔥, 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, ∼397🔥, 0💬
Archived: Testing with LongSleep.java
This section provides a tutorial example on how to run LongSleep.java with JRockit 8.0 and compare it with HotSpot. 2022-10-01, ∼396🔥, 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, ∼390🔥, 0💬
Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book. 2022-10-01, ∼389🔥, 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, ∼384🔥, 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, ∼380🔥, 0💬
JVM Architectures and Components
This section presents a JVM architecture and components shared by most JVM implementations. 2022-10-01, ∼378🔥, 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, ∼376🔥, 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, ∼375🔥, 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, ∼372🔥, 0💬
Archived: StringBuffer Testing Program
This section describes a StringBuffer testing programs and test results showing that JDK 1.4.1 is slower than JDK 1.3.1. 2022-10-01, ∼367🔥, 0💬
GC Log Message Examples of Serial Collector
This section provides an example of GC log messages generated from the Serial Collector. 2022-10-01, ∼367🔥, 0💬
Popular Posts:
his book is a collection of notes and sample codes written by the author while he was learning Andro...
This section provides a tutorial example on how to convert a KeyStore file to a PKCS12 file, because...
This section describes 4 types of bitwise operations, 'And', 'Or', 'Exclusive Or', and 'Complement' ...
This section provides a tutorial example on using the SSL verify_hostname setting and related settin...
This section describes how to create tables with CLOB (VARCHAR(MAX)) columns in SQL Server server.