From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16476 invoked by alias); 24 Jul 2009 11:19:17 -0000 Received: (qmail 16467 invoked by uid 22791); 24 Jul 2009 11:19:17 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 24 Jul 2009 11:19:10 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6OBJ8XI028185; Fri, 24 Jul 2009 07:19:08 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6OBJ6a7030381; Fri, 24 Jul 2009 07:19:07 -0400 Received: from pearl.pink (vpn-12-55.rdu.redhat.com [10.11.12.55]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n6OBJ5AK011739; Fri, 24 Jul 2009 07:19:05 -0400 Message-ID: <4A6998AA.4000601@redhat.com> Date: Fri, 24 Jul 2009 11:19:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2 MIME-Version: 1.0 To: Kai Tietz CC: java@gcc.gnu.org Subject: Re: [patch libjava]: Add missing file for Win32 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg00064.txt.bz2 On 07/24/2009 01:17 PM, Kai Tietz wrote: > Andrew Haley wrote on 24.07.2009 13:03:28: > >> On 07/24/2009 11:19 AM, Kai Tietz wrote: >> >>> This patch adds dummy implementation for >>> gnu/java/security/jce/prng/natVMSecureRandomWin32.cc file for Win32 > build. >>> It throws just an exception for not supporting this method. >> This should be an UnsupportedOperationException. >> >> Andrew. >> > > Ok, adjusted. OK. Andrew.