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, ∼6864🔥, 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, ∼4268🔥, 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, ∼3136🔥, 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, ∼2854🔥, 1💬
What Is Micro Benchmark?
This section describes what is Java micro benchmark and general guidelines on writing micro benchmark programs. 2019-08-08, ∼2799🔥, 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, ∼2356🔥, 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, ∼2263🔥, 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, ∼2157🔥, 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, ∼1991🔥, 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, ∼1945🔥, 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, ∼1736🔥, 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, ∼1513🔥, 1💬
Popular Posts:
Where to find lucky wedding dates for year 2034? Lucky Wedding Dates: 2034 - Year of the Tiger ⇒ L...
This section describes the Service Controller (SC) command line tool, sc.exe, which can be used to a...
什么是非洲绿猴肾细胞? 非洲绿猴肾细胞(Vero细胞)是从非洲绿猴的肾脏 上皮细胞中分离培养出来的一种细胞系。该细胞系取“V...
In astrology, a horoscope is a chart or diagram representing the positions of the planets, other cel...
This chapter provides a quick introduction of Windows system services. Topics include service relate...