Re: Is ARM64 supported ?

2021-11-17 Thread Mark Jens
On Wed, 17 Nov 2021 at 14:54, Dawid Weiss wrote: > Lucene core doesn't use native code, only Java APIs. So if the JVM is > available for your platform, it should work just fine (if it doesn't, > it's a JVM/ vendor bug). You can always scan the source repository to > peek around. > Thank you,

Re: Is ARM64 supported ?

2021-11-17 Thread Dawid Weiss
Lucene core doesn't use native code, only Java APIs. So if the JVM is available for your platform, it should work just fine (if it doesn't, it's a JVM/ vendor bug). You can always scan the source repository to peek around. D. On Wed, Nov 17, 2021 at 1:27 PM Mark Jens wrote: > > > > On Tue, 16

Re: Is ARM64 supported ?

2021-11-17 Thread Mark Jens
On Tue, 16 Nov 2021 at 16:51, Vincenzo D'Amore wrote: > Hi, yes it is supported, given that there is a java virtual machine for > them. > Thanks for your answer, Vincenzo! The Java/JVM is clear! My doubts are with any native code usage. For now my only real confirmation that ARM64 is

Re: Is ARM64 supported ?

2021-11-16 Thread Vincenzo D'Amore
Hi, yes it is supported, given that there is a java virtual machine for them. On Tue, Nov 16, 2021 at 2:44 PM Mark Jens wrote: > Hello Lucene devs, > > I'd like to ask whether Linux/Mac ARM64 platforms are supported by Lucene ? > > I know that Lucene is Java based but I am not sure whether it

Is ARM64 supported ?

2021-11-16 Thread Mark Jens
Hello Lucene devs, I'd like to ask whether Linux/Mac ARM64 platforms are supported by Lucene ? I know that Lucene is Java based but I am not sure whether it uses native code for some optimizations. I've heard that Lucene uses some advanced Java APIs and often is used by JDK developers to test