Popular Books:
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, ∼6950🔥, 3💬
JVM "-verbose:class" Option
This section provides a tutorial example on how to the '-verbose:class' option on the 'java' command to see when and where classes are loaded into the JVM. 2019-07-19, ∼4515🔥, 1💬
Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format. 2021-06-09, ∼3253🔥, 12💬
Garbage Collection Logging Options
This section describes HotSpot JVM options to generate garbage collection log messages. '-Xlog:gc', '-Xlog:gc*=debug', '-Xlog:gc*=debug:file' are very useful options. 2018-06-24, ∼2950🔥, 1💬
What Is Micro Benchmark?
This section describes what is Java micro benchmark and general guidelines on writing micro benchmark programs. 2019-08-08, ∼2886🔥, 2💬
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, ∼2490🔥, 0💬
What Is JVM Stack?
This section describes what are JVM stacks. One stack is created for each thread to hold frames which store local variables, partial results of currently executing nested methods. 2025-04-08, ∼2349🔥, 2💬
💬 2022-05-26 Abdurauf from Uzbekistan: good tutorial to learn thread area
"superclass access check failed" Class Load Error
This section provides a tutorial example of 'superclass access check failed' class load error. 2019-11-10, ∼2348🔥, 1💬
Running Java HotSpot Server VM
This section provides you a tutorial example on how to run Java HotSpot Server VM - run Java command with -server option: 'java -server'. 2015-08-04, ∼2118🔥, 1💬
"-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, ∼2053🔥, 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, ∼1852🔥, 0💬
"-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, ∼1646🔥, 1💬
Popular Posts:
This section describes how to load a JDBC driver and register it with DriverManager.
People born in the year of the rabbit are the luckiest among "the twelve animals." The rabbit is a s...
This section provides a tutorial example on how to connect an Android tablet to a Windows computer u...
This section provides a tutorial example on how to manage serial number when using 'OpenSSL' to sign...
Other Tutorial Books and Tools Physics Notes - Herong's Tutorial Notes his book is a collection of n...