This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/12755] Binary Compatibility: Resolving static methods and classes is not thread safe
- From: "aph at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Sep 2004 09:09:13 -0000
- Subject: [Bug java/12755] Binary Compatibility: Resolving static methods and classes is not thread safe
- References: <20031024131706.12755.aph@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From aph at gcc dot gnu dot org 2004-09-23 09:09 -------
It's more or less impossible to test. In short, we need to make sure
that resolution of indirect dispatch tables is correctly locked so
that it's impossible for double resolution to occur. If resolution is
now within a class mutex, this bug may be closed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12755