From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4740 invoked by alias); 22 Sep 2006 00:23:43 -0000 Received: (qmail 4732 invoked by uid 22791); 22 Sep 2006 00:23:43 -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; Fri, 22 Sep 2006 00:23:41 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k8M0NdtV000694 for ; Thu, 21 Sep 2006 20:23:39 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k8M0Nd6s026986 for ; Thu, 21 Sep 2006 20:23:39 -0400 Received: from opsy.redhat.com (IDENT:M59VqTjFn+5C+S70oPvX9YqJBFhgT/09@tooth.toronto.redhat.com [172.16.14.29]) by pobox.corp.redhat.com (8.13.1/8.12.8) with ESMTP id k8M0NcxO021797; Thu, 21 Sep 2006 20:23:38 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 8FF37378E0C; Thu, 21 Sep 2006 18:17:07 -0600 (MDT) To: Keith Seitz Cc: Java Patch List Subject: Re: [RFA/JVMTI] SetEventNotificationMode and SetEventCallbacks References: <44F8836D.90006@redhat.com> <4501BC17.9030103@redhat.com> <4511DC37.701@redhat.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Fri, 22 Sep 2006 00:23:00 -0000 In-Reply-To: <4511DC37.701@redhat.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2006-q3/txt/msg00458.txt.bz2 >>>>> "Keith" == Keith Seitz writes: Keith> Okay, I've changed this to use offsetof. Since JNI already has the Keith> restriction that function pointers are the same size as void*, this Keith> next revision should be closer. Looks good, thanks. Tom