suresh
01/19/2021, 8:11 PMspierce7
01/19/2021, 9:23 PMgildor
01/20/2021, 4:10 AMSwings usage of reflectionIt’s also true, but graal can use reflection, if you define what kind reflection for which classes you are using
gildor
01/20/2021, 4:11 AMspierce7
01/20/2021, 4:18 AMgildor
01/20/2021, 4:21 AMspierce7
01/20/2021, 4:23 AMgildor
01/20/2021, 4:23 AMspierce7
01/20/2021, 4:24 AMMichael Paus
01/21/2021, 11:29 AMsuresh
01/22/2021, 9:48 AM(via jlink and jpackage). With class data sharing (CDS) you can also reduce the startup time, which has actually never been a real problem for meYeah that’s correct. I think major thing will be the memory footprint. A static image uses significantly less memory than JIT. At least that’s what i have seen with micronaut static images vs running on jvm.
Michael Paus
01/22/2021, 10:02 AMspierce7
01/22/2021, 4:10 PMMichael Paus
01/22/2021, 4:18 PMgildor
01/23/2021, 5:21 AM