From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8708 invoked by alias); 2 Apr 2007 12:54:15 -0000 Received: (qmail 8696 invoked by uid 22791); 2 Apr 2007 12:54:14 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 02 Apr 2007 13:54:12 +0100 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l32Cs9RX018868 for ; Mon, 2 Apr 2007 08:54:09 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l32Cs9AA015372; Mon, 2 Apr 2007 08:54:09 -0400 Received: from [10.11.14.47] (vpn-14-47.rdu.redhat.com [10.11.14.47]) by pobox.toronto.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id l32Cs8Ko001702; Mon, 2 Apr 2007 08:54:08 -0400 Message-ID: <4610FD03.6050108@redhat.com> Date: Mon, 02 Apr 2007 12:54:00 -0000 From: Kyle Galloway User-Agent: Thunderbird 1.5.0.9 (X11/20070130) MIME-Version: 1.0 To: tromey@redhat.com CC: GCJ-patches Subject: Re: [RFA] Fix JDWP ThreadReference.Resume References: <460AC0E9.9070409@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2007-q2/txt/msg00003.txt.bz2 Tom Tromey wrote: >>>>>> "Kyle" == Kyle Galloway writes: >>>>>> > > Kyle> ChangeLog > Kyle> 2007-03-28 Kyle Galloway > Kyle> * classpath/gnu/classpath/jdwp/processor/ThreadReferenceCommandSet.java > Kyle> (executeResume): Call VMVirtualMachince.resumeThread. > > Kyle> Questions/comments/concerns? > > The patch looks good. > The ChangeLog entry looks misformatted -- the whitespace at the start > of a line should be a tab character. My mailer uses 3 spaces for a tab, so unfortunately ChangeLogs in my e-mails will likely be mangled. This patch has been committed. Thanks, Kyle