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, ∼2350🔥, 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, ∼2119🔥, 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 provides a tutorial example on how to use 'adb -d install' command options. '-r' is to ...
Chinese Valentine's Day - The seventh day of the seventh lunar month Raise your head on August 4 and...
Where to find lucky wedding dates for year 2025? Lucky Wedding Dates: 2025 - Year of the Snake ⇒ L...
This section provides a quick description of SOAP Encoding and samples of serializing simple and com...