From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11964 invoked by alias); 1 Oct 2004 20:23:41 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 11946 invoked by uid 48); 1 Oct 2004 20:23:41 -0000 Date: Fri, 01 Oct 2004 20:23:00 -0000 From: "fitzsim at redhat dot com" To: java-prs@gcc.gnu.org Message-ID: <20041001202340.17782.fitzsim@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug AWT/17782] New: KeyboardFocusManagers should be partitioned by ClassLoader X-Bugzilla-Reason: CC X-SW-Source: 2004-q4/txt/msg00007.txt.bz2 List-Id: Currently, KeyboardFocusManagers are partitioned by ThreadGroup. The attached test case shows that this behaviour is different from Sun's implementation. We'll need to change all places in KeyboardFocusManager where we retrieve the current thread group to retrieve the current ClassLoader, and we'll need to key currentKeyboardFocusManagers on ClassLoaders. -- Summary: KeyboardFocusManagers should be partitioned by ClassLoader Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: AWT AssignedTo: fitzsim at redhat dot com ReportedBy: fitzsim at redhat dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17782