oracle / coherence

Oracle Coherence Community Edition
https://coherence.community
Universal Permissive License v1.0
426 stars 71 forks source link

Does Coherence work on ARM architecture? #54

Closed javafanboy closed 2 years ago

javafanboy commented 2 years ago

Type of question

Coherence CPU architecture support

Question

Does Coherence work on ARM architecture (like the AWS Graviton2) or only with X86?

aseovic commented 2 years ago

Coherence is pure Java, so it works on anything Java works on, including ARM.

That said, we did notice some issues in our nightly ARM builds with Java 8, but Java 11 ARM builds work fine, so I'd strongly suggest using Java 11 or later.