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, ∼6917🔥, 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, ∼4417🔥, 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, ∼3210🔥, 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, ∼2912🔥, 1💬
What Is Micro Benchmark?
This section describes what is Java micro benchmark and general guidelines on writing micro benchmark programs. 2019-08-08, ∼2848🔥, 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, ∼2433🔥, 0💬
"superclass access check failed" Class Load Error
This section provides a tutorial example of 'superclass access check failed' class load error. 2019-11-10, ∼2320🔥, 1💬
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, ∼2305🔥, 2💬
💬 2022-05-26 Abdurauf from Uzbekistan: good tutorial to learn thread area
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, ∼2051🔥, 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, ∼2010🔥, 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, ∼1794🔥, 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, ∼1589🔥, 1💬
Popular Posts:
This section describes the built-in primitive datatype, 'gYear', 'gMonth' and 'gDay', that represent...
This section describes how to uninstall Bitcoin Core for Windows.
This section provides examples of Web browser errors on loading local XSL files from local XML docum...
This section describes the Java image, JIMAGE, a special file format used to store class and resourc...
On the 15th day of the 8th month of the lunar calendar, the moon is round and the Chinese people mar...