From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30198 invoked by alias); 27 Feb 2010 17:50:54 -0000 Received: (qmail 30170 invoked by uid 48); 27 Feb 2010 17:50:54 -0000 Date: Sat, 27 Feb 2010 17:50:00 -0000 Message-ID: <20100227175054.30169.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/42811] [4.5 regression] java.lang.ExceptionInInitializerError in ecj1 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "davek at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2010-q1/txt/msg00126.txt.bz2 ------- Comment #6 from davek at gcc dot gnu dot org 2010-02-27 17:50 ------- Created an attachment (id=19977) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19977&action=view) Alternative approach This alternative approach attempts to place a circular dependency between the two generated DLLs by linking into the core library a pseudo-import library specially generated before the real -noncore import library is built. Gonna take it for a bootstrap and test cycle tonight. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42811