Ciao, On Sun, Aug 11, 2019 at 7:50 PM [email protected] [it-torino-java-jug] <[email protected]> wrote: > > > > Ciao Simone, > esatto intendevo la versione a pagamento di Graal. > > Riguardo Graal+Shenandoah ho eseguito questo comando > > $ docker run adoptopenjdk:12.0.2_10-jre-hotspot java > -XX:+UnlockExperimentalVMOptions -XX:+UseJVMCICompiler -XX:+UseShenandoahGC > -version > Error occurred during initialization of VM > JVMCI Compiler does not support selected GC: shenandoah gc
Ah, certo: l'accoppiata Graal JIT + Shenandoah non è ancora supportata (non avevo capito che intendessi l'accoppiata). -- Simone Bordet --- Finally, no matter how good the architecture and design are, to deliver bug-free software with optimal performance and reliability, the implementation technique must be flawless. Victoria Livschitz
