Re: Issues when building native image with GraalVM

2022-01-07 Thread Mar R
You can >disable JMX use in Tomcat with --no-jmx (until recently this was done >internally in Tomcat when using AOT). Thanks I'll try again this way, as soon as I discover where to use it :D Il giorno mar 4 gen 2022 alle ore 14:22 Rémy Maucherat ha scritto: > On Fri, Dec 31,

Re: Issues when building native image with GraalVM

2021-12-31 Thread Mar R
aal/issues/4164 Il giorno ven 31 dic 2021 alle ore 14:47 Mar R ha scritto: > I forgot something sorry. Maybe I'm missing something important but, about > classloading, on native image shouldn't it NOT exist? As far as I > understood after you have a native image you have (resou

Re: Issues when building native image with GraalVM

2021-12-31 Thread Mar R
.dll files. Unless I missed something and a graal native image has a jvm or sort of which will actually run, so now i get why java code outside of the binary will actually be used, BUT then I don't get why it was designed this way, this isn't AOT anymore Il giorno ven 31 dic 2021 alle ore 14:

Re: Issues when building native image with GraalVM

2021-12-31 Thread Mar R
Il giorno mar 28 dic 2021 alle ore 22:26 Rémy Maucherat ha scritto: > On Tue, Dec 28, 2021 at 7:18 PM Mar R wrote: > > > > Tomcat 10.0.14 > > Windows 10 x64 21H1 OS Build 19043.1415 > > > > openjdk version "17.0.1" 2021-10-19 > > OpenJDK Runtim

Issues when building native image with GraalVM

2021-12-28 Thread Mar R
Tomcat 10.0.14 Windows 10 x64 21H1 OS Build 19043.1415 openjdk version "17.0.1" 2021-10-19 OpenJDK Runtime Environment GraalVM CE 21.3.0 (build 17.0.1+12-jvmci-21.3-b05) OpenJDK 64-Bit Server VM GraalVM CE 21.3.0 (build 17.0.1+12-jvmci-21.3-b05, mixed mode, sharing) NetBeans 12.6, maven webapp pr