JRockitFeed

Marcus Hirt's Blog

Marcus Hirt's Blog 

JRockit Mission Control @ OOW 2009

There are a bunch of JRockit related sessions at OOW 2009! Joy!

Here are the ones I am involved in:

Session ID Session Title Date/Time Room

S309689

Mission-Critical Java

Customers can reap the benefits of a Java-based in
Email download file:

Technology barriers that once prevented enterprises from adopting Java-based approaches for mission-critical applications with extreme, predictable computing needs have been breached. Recent advances throughout the entire Java stack put Java in a position to power the next generation of enterprise computing. Now customers can reap the benefits of a Java-based infrastructure, including higher developer productivity, fewer defects, a proven kernel, and adherence to standards.

 

Next-Generation, Low-Latency Front-Office Computing for Capital Markets

Capital markets have complex, data-intensive front
Email download file:

Capital markets have complex, data-intensive front-office environments that change in milliseconds. To survive and differentiate themselves, companies need predictable, high-performance technical solutions. They also must control costs. Until now, satisfying both of these requirements was a difficult challenge. Standards-based Java technology could not meet low-latency demands, while C/C++ solutions inflated costs. Oracle JRockit Real Time solves this problem.

JRockit with Oracle ECM Products

Provides alternative implementation option

You may have noticed that ECM Licensing Document and OTN downloads were recently updated to include Oracle JRockit JVM with Content Conversion Server, ECM Suite, Universal Content Management, Universal Content Management Standard Edition, and Universal Records Management.

 

JRockit Mission Control

Experimental Update Site is Now Online!

Since the 3.1 version of JRockit Mission Control, it is possible to extend JRockit Mission Control in various ways. The first extensibility features that we’re releasing are for the JRockit Mission Control Console, with the next major version featuring the same sort of extensibility for the Memleak and JRA tools as well.

 

Extending JRockit Mission Control Console

Using the PDE Wizard

With the new Experimental Update site, there are now PDE plug-ins for extending the JRockit Mission Control Console. The wizards greatly reduces the time needed to start writing your own tabs, actions and constraints.

 

This is basically a very short tutorial on how to use them.

 

Install the PDE plug-ins

 

Using the PDE Wizard

With the new Experimental Update site, there are now PDE plug-ins for extending the JRockit Mission Control Console. The wizards greatly reduces the time needed to start writing your own tabs, actions and constraints.

This is basically a very short tutorial on how to use them.

The Experimental Update Site is Now Online!

Since the 3.1 version of JRockit Mission Control, it is possible to extend JRockit Mission Control in various ways. The first extensibility features that we’re releasing are for the JRockit Mission Control Console, with the next major version featuring the same sort of extensibility for the Memleak and JRA tools as well.

Oracle JRockit Mission Control 3.1 Available!

Finally! The new version of JRockit Mission Control is out! It features a much improved user interface, new extensibility features and an experimental update site that will go on-line as soon as we get the go from legal.

Hope you’ll like it! :)

You can download it from the JRockit Mission Control Home Page, either as a stand alone application, or as a set of Eclipse plug-ins that can be run in 3.3 or 3.4 versions of Eclipse.

Oracle Delivers World Record JVM Performance

Server side Java-based application performance

Oracle(R) JRockit on NEC Delivers Up To Three Times More Performance than Competing Sun JVM and IBM JVM Results

REDWOOD SHORES, Calif., March 16 /PRNewswire-FirstCall/ --

 

News Facts

 

Integration Watch: Fusing a coherent Oracle

Oracle competes on the basis of superior technology

March 15, 2009 —  When Oracle bought BEA Systems last year, many pundits viewed the purchase as a good move if Oracle could put together a sound strategy for integrating the various pieces BEA's product portfolio into something useful.

Starting the External Agent After JRockit Has Started

So you're in trouble. You've started a long running application. It's taken you half an hour to make the application reach a nice, optimized steady state. Maybe you started JRockit as a windows service. And you really didn't expect the need for having the external management agent up and running. Yet, here you are, longing to connect to the JRockit running your application using Mission Control from another machine. Perhaps to do some profiling, diagnostics or to hunt for a suspected memory leak. You start shutting down the JVM, and expect at least half an hour to pass unti... No!

Getting JRockit Stack Dumps

Sometimes it may seem hard to get a simple thread stack dump from your JRockit. You may for instance have started it using the -Xnohup (-Xrs) option, or as a service. I'll list three different ways of looking at your threads in such situations.

Simple Exception Profiling with JRockit

Exception profiling is the business of finding out what exceptions are being thrown within your application and from where. In JRockit Mission Control you can find out how many exceptions have been thrown using JRA, and you can count the exceptions using the JRockit Management Console. Sadly there is no way of doing powerful exception profiling (i.e. looking at the stack traces for the exceptions, aggregating them and visualizing them directly in the JRockit Mission Control Client) just yet. This will be incorporated in a future version of Mission Control.

JRockit Mission Control at Oracle Open World 2008

This year JRockit Mission Control will be represented at Oracle Open World! I'll have one session and three hands-on labs.

The preliminary schedule is as follows:

Date: 2008-09-21

Hands-On Lab: Diagnostics with Oracle JRockit Mission Control

Session ID: S299540
Track: Oracle Develop: Java
Room: Golden Gate B2
Start Time: 13:15

Date: 2008-09-22

Oracle JRockit Mission Control 3.0.3 available!

The next version of JRockit Mission Control just went live! Feature-wise it is only a minor upgrade, I will go into detail about the most exciting one in a bit, but there are some other changes to this release that are quite profound.

The, in my humble opinion, greatest change is that all JRockit Mission Control features are available by default. There is no need to dabble with licenses. Everything is free to use for evaluation, which among other things means that you can now try out the latency analyzer properly.

Running Eclipse/Workshop on JRockit! (Migrated from the old BEA blog)

Within the next few days, Mission Control will be available for download directly into your IDE from an update site.  To fully take advantage of this, however, you need to run Eclipse on a JRockit. This blog is an update to an old blog of mine, which explains how and has a few very specific tips for the insanely rich or the ones working for BEA. ;)

Despite JRockit being an outspoken server side JVM, many long running client applications, like IDE's, actually run very well on JRockit. Running Eclipse on JRockit is no exception.

Mission Control 3.0.2 Released! (Migrated from the old BEA blog)

JRockit Mission Control just got even better! Some improvements will be quite obvious and very visible. Other improvements are subtle usability fixes that simply makes Mission Control more pleasant to use. In this blog I'll briefly list some of the new features, in no particular order, as well as some new freely available services.

Creating Fully Featured JRA Recordings with 1.4 Based JRockits (Migrated from the old BEA blog)

One of the parts of Mission Control is the JRA (the JRockit Runtime Analyzer). The JRA is a powerful profiler that can tell you a lot about the performance bottlenecks in your application whilst keeping the overhead barely noticeable.

Unorthodox Uses of the Memory Leak Detection Tool - Part 1 (Migrated from the old BEA blog)

The JRockit Memory Leak Detection tool (henceforth abbreviated Memleak) is part of JRockit Mission Control 2.0, the JRockit tools suite. It has served many people quite well in hunting for memory leaks in Java, i.e. hunting for the cause to why objects that shouldn't be in use still have references to them.

How to hunt for these memory leaks using the Memleak tool has been discussed to death, so this blog entry is going to show you other fun filled uses of the tool. ;)

JRCMD Goes Remote (>=R27.1 edition) (Migrated from the old BEA blog)

This is an updated version of my JRCMD goes remote blog entry. In version R27 JRockit had a major overhaul of the MBeans used to expose JRockit specific manageability features. One major difference is that the JRockit specific features are not loaded into the platform MBean server by default. To load them, a specific MBean must first be created, which in turn will load the rest of the MBeans exposing the API. The MBeans also moved to a new domain: "bea.jrockit.management".

LATEST WHITEPAPERSWHITEPAPERS RSS

Whitepaper Search Results:

Whitepaper Search Results:

Whitepaper Search Results:

Community Videos Video RSS