This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: natThread.cc: Destroy join sync objects in finalizer


Hans> It's probably better if we don't leak resources in that case,
Hans> but I'm not sure it qualifies as a libgcj bug if we do.

Good point -- I had conflated all the failure modes in my mind, but in
fact as long as we avoid potentially VM-crashing bugs, we're ok.
Resource leaks due to bad user code are unavoidable; after all a
malicious applet could just new Object() in a loop.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]