From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29145 invoked by alias); 23 Sep 2004 09:09:14 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 29119 invoked by uid 48); 23 Sep 2004 09:09:13 -0000 Date: Thu, 23 Sep 2004 09:09:00 -0000 Message-ID: <20040923090913.29118.qmail@sourceware.org> From: "aph at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031024131706.12755.aph@gcc.gnu.org> References: <20031024131706.12755.aph@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/12755] Binary Compatibility: Resolving static methods and classes is not thread safe X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg02714.txt.bz2 List-Id: ------- 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