Re: Potential Bytecode Optimization

2017-04-07 Thread Jochen Theodorou
On 06.04.2017 11:12, Jennifer Strater wrote: [...] I can remove the extra instructions, but I'd like to see if it makes a difference. The JVM is very good at removing dead code. The removal of dead code even lowers the actual code size considered for inlining. So I don't think I can give an

RE: Database Drivers

2017-04-07 Thread Imholz, John J.
The jar is in /usr/share/java I’m not explicitly loading it. I’m just running “./gradlew console” at the root of the application. jji From: Mario Garcia [mailto:mario.g...@gmail.com] Sent: Friday, April 7, 2017 3:25 AM To: users@groovy.apache.org Subject: Re: Database Drivers Hi: How is the

Re: Database Drivers

2017-04-07 Thread Mario Garcia
Hi: How is the driver added to the classpath ? Through @Grab ? Cheers Mario 2017-04-05 20:28 GMT+02:00 Imholz, John J. : > This message was sent securely by MUSC > > In Groovy Console “Class” seems to find the Driver, but “Sql” does not? > What am I misunderstanding? (BT