This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
jar files opened twice?
- From: Anthony Green <green at redhat dot com>
- To: java at gcc dot gnu dot org
- Date: Fri, 02 Dec 2005 19:18:51 -0800
- Subject: jar files opened twice?
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