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, ∼6942🔥, 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, ∼4495🔥, 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, ∼3235🔥, 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, ∼2935🔥, 1💬
What Is Micro Benchmark?
This section describes what is Java micro benchmark and general guidelines on writing micro benchmark programs. 2019-08-08, ∼2876🔥, 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, ∼2477🔥, 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, ∼2340🔥, 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, ∼2338🔥, 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, ∼2098🔥, 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, ∼2045🔥, 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, ∼1844🔥, 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, ∼1630🔥, 1💬
Popular Posts:
莫德纳新冠疫苗的结构和工作机制是什么? 莫德纳新冠疫苗是由ModernaTX, Inc研发的COVID-19疫苗,代号为mRNA -1273。...
This section provides a tutorial example on how to create and add manifest files manually to JAR fil...
This section provides a test program for the Java implementation of UUEncode by Sun. Tests of both e...
This section describes the -Xss option to specify JVM stack size. Changing stack size can help to es...
This section describes '-ea' and '-da' JVM option, which are used to enable or disable assertion on ...