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, 831🔥, 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, 6821🔥, 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, 222🔥, 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, 1438🔥, 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, 2278🔥, 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, 1854🔥, 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, 1640🔥, 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, 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, 1086🔥, 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, 918🔥, 0💬
Popular Posts:
This book is a collection of tutorial examples on Ethereum and blockchain. Topics include include: W...
The mouse is one of the animals that are found all over the world. It has good vitality and gives pe...
This section provides a tutorial example on how to manage DNF Package Repositories on CentOS systems...
This section describes PC Registers and Native Method Stacks, which are reserved one per thread. Nor...
This section provides a tutorial example on how to write multiple script pages and use the session c...