Skip to content

Commit

Permalink
Add Crema mention and recommend against JDK8
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianPrundeanu committed Jul 2, 2024
1 parent 98252fb commit a062333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ performance benefit until they switched to Java 11.
This page includes specific details about building and tuning Java application on Graviton.

### Java versions
If you are still using JDK8, please stronly consider upgrading. There are significant performance improvements that you can benefit from, such as better JIT code generation, optimized GC at high thread counts, Arm-tuned Java monitors and locks, an improved SpinPause logic (with even more options in JDK17, like OnSpinWaitInstCount and OnSpinWaitInst), and using Arm intrinsics.

JDK binaries for arm64 are available from a number of
different sources. [Amazon Corretto](https://aws.amazon.com/corretto/) is
continuing to improve performance of Java workloads running on Graviton processors and
Expand Down

0 comments on commit a062333

Please sign in to comment.