When I examine gij processes running gcj-dbtool managed code on Linux with lsof, I see that we have two active file descriptors for every jar file. And strace confirms that we open each jar file twice (and keep them open). Is this expected behaviour? AG