Just wondering about intellij on the arm macs. Sin...
# random
u
Just wondering about intellij on the arm macs. Since its all java, there needs to be a arm jre with jvm implemented right? But no work on intellij part specifically, right?
l
Apple said they will contribute to migrate OpenJDK to "Apple Silicon". I think that answers your question.
u
what does it mean migrate? implement jvm?
l
It means the JDK, which includes a JRE (aka. a JVM) will work natively on Apple Silicon based macOS (and maybe even on other Apple OSes in the future, who knows?). Since it's the upstream OpenJDK, forks will be able to merge changes as well, which will eventually include the JetBrains Runtime.
👍 1