This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: jar files opened twice?
- From: Tom Tromey <tromey at redhat dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: 13 Dec 2005 11:42:00 -0700
- Subject: Re: jar files opened twice?
- References: <1133579931.3524.12.camel@localhost.localdomain>
- Reply-to: tromey at redhat dot com
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> When I examine gij processes running gcj-dbtool managed code
Anthony> on Linux with lsof, I see that we have two active file
Anthony> descriptors for every jar file. And strace confirms that we
Anthony> open each jar file twice (and keep them open). Is this
Anthony> expected behaviour?
Please file this in bugzilla. Or, better, track it down :-)
Tom