this post was submitted on 16 Aug 2023
5 points (100.0% liked)

Java

1292 readers
2 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 1 year ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago (2 children)

Question: When would one use this?

[–] [email protected] 3 points 1 year ago

One would switch to a free JVM when other JVMs change their licenses from free to paid. OpenJ9 was the first free JVM to which I got introduced. Knowing it was based on the work by IBM, known for high performance and low memory footprint, it was a simple choice.

[–] [email protected] 2 points 1 year ago

When your jvm vendor is IBM? I don't see other reasons. OpenJ9 had quite good polyglot vm Platform. I am not sure how well it is now compared to the Oracle GraalVM. As a Singular developer you don't really care about your jvm vendor. Maybe if you already have a lot of IBM specific tooling OpenJ9 will be a nice choice.