Popular Books:
"-Xint" - Running in Interpreted-Only Mode
This section provides a tutorial example on how to run benchmark tests in interpreted-only mode using the '-Xint' JVM option. 2022-12-10, ∼842🔥, 1💬
Downloading and Installing JRockit R28.2.7
This section provides a tutorial example on how to download and install Oracle JRockit 6 R28.2.7 on Windows systems. 2022-12-10, ∼6830🔥, 3💬
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, ∼225🔥, 1💬
"-XX:NewRatio" - Ratio of Tenured and "new" Generation
This section describes the default 'new' ratio (size ratio of tenured vs. 'new' generation). 2022-11-09, ∼1459🔥, 1💬
Shutting Down or Terminating the JVM Instance
This section provides a tutorial example on how to shutdown or terminate the JVM instance using exit() or halt() method. 2022-10-01, ∼2297🔥, 0💬
"-XX:ParallelGCThreads" - # of Threads
This section describes how to use the '-XX:ParallelGCThreads' JVM option to control the number threads to be used by the Parallel Collector. 2022-10-01, ∼1886🔥, 0💬
"-XX:SurvivorRatio" - Ratio of Eden and Survivor Space
This section describes the default 'new' ratio (size ratio of tenured vs. 'new' generation). 2022-10-01, ∼1672🔥, 0💬
What Is HotSpot JVM
This section describes what is HotSpot - A Java Virtual Machine (JVM) originally developed by Sun Microsystems and now supported by Oracle Corporation. 2022-10-01, ∼1149🔥, 0💬
Install OpenJ9 JVM with OpenJDK on CentOS Systems
This section provides a tutorial example on how to download and install a binary combination of different OpenJDK and OpenJ9 JVM releases for CentOS systems. 2022-10-01, ∼1127🔥, 0💬
loadClass() Method - Loading Classes Explicitly
This section provides a tutorial example on how to load classes into JVM in 3 ways: loadClass() method, Class.forName() method, and 'new' operator. 2022-10-01, ∼1104🔥, 0💬
"-Xlog:gc+ergo=trace" - Minor GC Report
This section provides examples of log messages generated from '--Xlog:gc+ergo=trace' that tells us what happened at each Parallel Minor GC. 2022-10-01, ∼948🔥, 0💬
Popular Posts:
Some samples of Unicode characters are provided here with their glyphs, code points, code names and ...
This section provides a tutorial example on how to run a system command with a VBScript code. Comman...
This section provides a tutorial example on how to undo changes done by the PWS Trojan on the UserIn...
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
This section describes what is OQL (Object Query Language). OQL statement syntax and examples are al...