From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28382 invoked by alias); 24 Jul 2009 11:03:48 -0000 Received: (qmail 28029 invoked by uid 22791); 24 Jul 2009 11:03:45 -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:03:38 +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 n6OB3ZZV023218; Fri, 24 Jul 2009 07:03:36 -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 n6OB3YBU025570; Fri, 24 Jul 2009 07:03:34 -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 n6OB3Wwg009424; Fri, 24 Jul 2009 07:03:33 -0400 Message-ID: <4A699500.5050502@redhat.com> Date: Fri, 24 Jul 2009 11:03: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/msg00062.txt.bz2 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.