Using OpenJ9 containers in Production (Spring Boot)

I read some good things about OpenJ9 in their website and decided to give it a try. In my tests I found out OpenJ9 JVM is using almost half of the memory of Hot Spot JVM. Setup My Spring Boot application deployed…