Book Image

Oracle JRockit: The Definitive Guide

Book Image

Oracle JRockit: The Definitive Guide

Overview of this book

Oracle JRockit is one of the industry’s highest performing Java Virtual Machines. Java developers are always on the lookout for better ways to analyze application behavior and gain performance. As we all know, this is not as easy as it looks. Welcome to JRockit: The Definitive Guide.This book helps you gain in-depth knowledge of Java from the JVM’s point of view. We will explain how to write code that works well with the JVM to gain performance and scalability. Starting with the inner workings of the JRockit JVM and finishing with a thorough walkthrough of the tools in the JRockit Mission Control suite, this book is for anyone who wants to know more about how the JVM executes your Java application and how to profile for better performance.
Table of Contents (23 chapters)
Oracle JRockit
Credits
Foreword
About the Authors
Acknowledgement
About the Reviewers
Preface
12
Using the JRockit Management APIs
Bibliography
Glossary
AST
CAS
HIR
IR
JFR
JMX
JRA
JSR
LIR
MD5
MIR
PDE
RCP
SWT
TLA
Index

The Experimental Update Site


Since JRockit Mission Control 3.1, there is an Experimental Update Site from which plug-ins for Mission Control can be installed. The plug-ins either extend JRockit Mission Control, or facilitate building extensions for JRockit Mission Control. The homepage for the update site for 3.1 versions of JRockit Mission Control can be found here:

http://www.oracle.com/technology/software/products/jrockit/missioncontrol/updates/experimental/3.1.0/eclipse/index.html

The update site for the 4.0 release can be found here:

http://www.oracle.com/technology/software/products/jrockit/missioncontrol/updates/experimental/4.0.0/eclipse/index.html

When using the update site URLs in Eclipse, the ending index.html must be removed.

Both the JRockit and reference J2SE distributions contain a reference JMX console called JConsole. The 3.1.0 release of the update site included a plug-in that allowed JConsole plug-ins to be run within JRockit Mission Control. It also contained a set of...