Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 98991 invoked from network); 12 Aug 2006 21:31:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Aug 2006 21:31:39 -0000 Received: (qmail 89506 invoked by uid 500); 12 Aug 2006 21:31:33 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 89151 invoked by uid 500); 12 Aug 2006 21:31:32 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 89140 invoked by uid 99); 12 Aug 2006 21:31:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Aug 2006 14:31:32 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of t.p.ellison@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Aug 2006 14:31:22 -0700 Received: by nf-out-0910.google.com with SMTP id a25so1334072nfc for ; Sat, 12 Aug 2006 14:30:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=lmfQlDhEOI2JZx1vHLPSC1kvXT3kGQUEGTKoUNaxKUL7/yb627nu9kNbMlxpCGPh9S7zpm3AgjZxZ+kYfJApVauHBzdf2gxX5oHhmQ0cD+N8u0IrtzXBE1GX20onyQqkC1XAZN5AajkkFaVfTi9OZIPMmcHcLbLoRgMGwXah4cs= Received: by 10.48.230.18 with SMTP id c18mr5254367nfh; Sat, 12 Aug 2006 14:30:54 -0700 (PDT) Received: from ?192.168.0.2? ( [85.133.120.161]) by mx.gmail.com with ESMTP id l22sm6501764nfc.2006.08.12.14.30.54; Sat, 12 Aug 2006 14:30:54 -0700 (PDT) Message-ID: <44DE488A.6070007@gmail.com> Date: Sat, 12 Aug 2006 22:30:50 +0100 From: Tim Ellison User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [classlib] IBM VM discrepancy References: <001101c6be52$088b4b20$0201a8c0@LITTLEGUY> In-Reply-To: <001101c6be52$088b4b20$0201a8c0@LITTLEGUY> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Nathan Beyer wrote: > While doing some work on the ThreadTest I found a discrepancy with the IBM > VM's Thread.destroy() implementation compared to Sun's RI and DRLVM. > According to the spec [1], the destroy method is supposed to always throw > NoSuchMethodError. The IBM VM doesn't seem to. It should, thanks -- right now it does nothing. I'll get a fix in place for the next VME refresh. Regards, Tim > Anyway to get this changed (assuming the behavior is agreed upon and it's > repeatable)? I'd like to add a test case for it. > > > > Thanks. > > -Nathan > > > > [1] http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Thread.html#destroy() > > -- Tim Ellison (t.p.ellison@gmail.com) IBM Java technology centre, UK. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org