This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug java/12755] Binary Compatibility: Resolving static methods and classes is not thread safe


------- 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


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