This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RFC: Too many race conditions.
- From: David Daney <ddaney at avtrex dot com>
- To: java at gcc dot gnu dot org
- Date: Sat, 19 May 2007 10:26:30 -0700
- Subject: RFC: Too many race conditions.
I have been thinking about:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29604
My inclination is to do nothing. My analysis (int the bug report),
makes me think that to fix the race, all I/O operations would have to
enter a synchronized block twice. This would create a tremendous
overhead.
Opinions?
David Daney