Re: [patch libjava]: Add missing file for Win32
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
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.