Popular Books:
General Suggestions for Better GC Performance
This section describes some general rules used by JVM to manage memory and get better GC performance. 2022-10-01, ∼273🔥, 0💬
Thread Test on HotSpot JVM 10
This section provides a tutorial example to see how many running threads can be supported on HotSpot 1.7.0_45 Client and Server JVMs. 2022-10-01, ∼270🔥, 0💬
Best Garbage Collector and Configuration
This section describes the best garbage collector and configuration for our performance test program, GCPrefp99.java. 2022-10-01, ∼268🔥, 0💬
Thread Test on HotSpot 1.4 and JRockit 7.0
This section provides a tutorial example to see how many running threads can be supported on HotSpot 1.4.0_02 Client/Server and JRockit 7.0 JVMs. 2022-10-01, ∼260🔥, 0💬
OutOfMemoryError Comparison of HotSpot and JRockit
This section provides a tutorial example to compare the OutOfMemoryError exception between HotSpot 1.8, 1.7, 1.6 and JRockit 28.2.7. 2022-10-01, ∼260🔥, 0💬
forName() Method - Loading Classes
This section provides a tutorial example on how to load a given class explicitly using the forName() method and create a new object using the newInstance() method. 2022-03-24, ∼931🔥, 1💬
JRockit Management Console on HotSpot JVM
This section provides a tutorial example on how to use Oracle JRockit Management Console to monitor and manage HotSpot JVM instances. 2022-03-11, ∼341🔥, 2💬
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, ∼3371🔥, 12💬
What Is JVM Specification
This section describes what is JVM Specification. 2020-01-11, ∼893🔥, 1💬
"superclass access check failed" Class Load Error
This section provides a tutorial example of 'superclass access check failed' class load error. 2019-11-10, ∼2426🔥, 1💬
What Is Micro Benchmark?
This section describes what is Java micro benchmark and general guidelines on writing micro benchmark programs. 2019-08-08, ∼2944🔥, 2💬
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, ∼4637🔥, 1💬
Memory Management General Rules
This section describes some general rules used by JVM to manage memory. 2019-07-12, ∼454🔥, 2💬
Popular Posts:
This section describes a tutorial on how to play VCD with Windows Media Player.
Want to know when is the 2002 Chinese New Year day? Look for free Chinese calendars for 2002? Chines...
This section describes the Java image, JIMAGE, a special file format used to store class and resourc...
This section provides a tutorial example on how to use the 'keytool -export' command to export certi...
This chapter provides tutorial notes and example codes on PKCS#8 and X.509 key encoding standards. T...