IBM Java Runtime Environment

From Free Knowledge Base- The DUCK Project: information for everyone
Revision as of 23:58, 25 October 2019 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Java SDK - IBM Developer

  • IBM SDK for Java v8 Vendor: IBM
  • OpenJDK+OpenJ9 v8 Vendor: Adopt
  • OpenJDK+HotSpot v8 Vendor: Adopt
  • Oracle Java SE v8 Vendor: Oracle

Difference

Credit to: W Smith posted forum here.

The biggest difference between the Oracle and IBM java runtimes is that they have independent Java Virtual Machine (JVM) and Just In Time (JIT) compiler implementations. IBM needed to build their own JVM and JIT that could run java programs on platforms such as z/OS (mainframes), AIX and Linux on Power processors, where other Java implementations would not run. The JVM and JIT are part of the Java runtime internals and they should not change how you write your Java programs. There are no documents listing the big differences between Oracle JDK and IBM, because the goal is to make them compatible. As others have said already, they are both implementing the same standard spec and Java API. That said, there is a lot of Java documentation from IBM, available at:

http://www.ibm.com/developerworks/java/jdk/docs.html

One area that could affect you as a programmer is that the IBM JRE has its own implementations of Security providers, which might need to be configured differently. These are documented in a Security Guide - the Java 8 version is here:

http://www.ibm.com/support/knowledgecenter/SSYKE2_8.0.0/com.ibm.java.security.component.80.doc/security-component/introduction.html