From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7635 invoked by alias); 22 Jun 2007 04:39:26 -0000 Received: (qmail 7609 invoked by uid 48); 22 Jun 2007 04:39:14 -0000 Date: Fri, 22 Jun 2007 04:39:00 -0000 Message-ID: <20070622043914.7608.qmail@sourceware.org> From: "kris dot van dot hees at oracle dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070622023843.4688.kris.van.hees@oracle.com> References: <20070622023843.4688.kris.van.hees@oracle.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4688] frysk.event.EventLoop.isCurrentThread() sets EventLoop TID X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00414.txt.bz2 List-Id: ------- Additional Comments From kris dot van dot hees at oracle dot com 2007-06-22 04:39 ------- Proposed patch: --- EventLoop.java 2007-06-22 00:13:20.000000000 -0400 +++ EventLoop.java-new 2007-06-22 00:19:25.000000000 -0400 @@ -103,10 +103,6 @@ private int tid = -1; // can change once final boolean isCurrentThread() { - if (tid == -1) { - updateTid(); - return true; - } return tid == Tid.get(); } private void wakeupBlockedEventLoop() -- http://sourceware.org/bugzilla/show_bug.cgi?id=4688 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.