InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

IBM Releases JDK 7

Posted by Alex Blewitt on Oct 03, 2011

Sections
Operations & Infrastructure,
Development
Topics
JDK 7 ,
JDK ,
Java ,
Languages ,
IBM ,
Companies ,
Programming

IBM have announced the availability of IBM SDK Java Technology Edition Version 7 for both their AIX platform and the Linux platform. The SDK is available for download from developerWorks and brings the compiler and runtime to the same level as found in OpenJDK.

Unlike the IBM JDK 6, the default garbage collection policy is now the generational concurrent garbage collection. This enables multiple garbage collectors to run and scan through an object's heap, and manage generations (nursery, heap, permgen) to deal with short-lived and long-lived objects. On AIX platforms, the shared classes cache support is enabled by default, which allows multiple JVMs running in memory to share the same class definitions for commonly-used classes (such as those in java.*).

The IBM SDK also includes metronome, a real-time incremental GC policy. Tihs is included for evaluation purposes only, although IBM notes that it is available for support through the WebSphere RealTime product.

Note that Windows is not supported by the SDK. Although a 32-bit runtime environment for Windows is available as a separate download, a BIOS check verifies that it is an IBM system. No 64-bit Windows platform is available.

More information about the contents of the SDK, along with a video interview with Trent Gray-Donald, IBM Java 7 Technical Lead, is available from the IBM developerWorks website.

  • This article is part of a featured topic series on Java
link to video? by peter lin Posted
Re: link to video? by Kleber Rodrigo Carvalho Posted
  1. Back to top

    link to video?

    by peter lin

    Is there a link to the video? I don't see it on the developerWorks website.

  2. Back to top

    Re: link to video?

    by Kleber Rodrigo Carvalho

    Peter,

    You can watch the video at goo.gl/LGP7w