Eclipse OpenJ9: Java for Cloud applications
Rating: 10 out of 10
IncentivizedUse Cases and Deployment Scope
Eclipse OpenJ9 is supported by IBM. It has excellent memory performance and faster startup compared with Java HotSpot(supported by Oracle). Eclipse OpenJ9 design is optimized to comply with the memory use of the Cloud. The best feature of Eclipse OpenJ9 is CLASS SHARING. It creates a shared memory for the classes for use between processes.
Pros
- Faster startup
- Memory administration
- Shared CLASSES between processes
Cons
- Marketing to promote the advantages it provides for the CLOUD.
- Documentation to used its garbage collector effectively.
- Documentation to implement the SHARED CLASESS between processes and understand the advantages.
Likelihood to Recommend
The CLOUD development integrating web applications with web databases definitely needs a fast and memory-efficient platform like Eclipse OpenJ9. The garbage collector and SHARED CLASSES between processes make possible a fast response to the web client and API requests. Eclipse OpenJ9 needs better documentation to explain to the programmers the advantages over other JAVA implementations like HotSpot.