This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
class Character$UnicodeBlock$NameType; (was Re: Patch: RFC: fix ProcessBuilder; windows help needed)
- From: Mohan Embar <gnustuff at thisiscool dot com>
- To: tromey at redhat dot com
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Tue, 06 Mar 2007 22:11:19 -0600
- Subject: class Character$UnicodeBlock$NameType; (was Re: Patch: RFC: fix ProcessBuilder; windows help needed)
- Reply-to: gnustuff at thisiscool dot com
Hi Tom,
I'm gearing up to work on this. I added an EOFInputStream to
Win32Process.java and then regenerated gcj/javaprims.h. In
doing so, it picked up an extra class. Not quite sure what you
want to do about this, so I thought I'd mention it:
Index: gcj/javaprims.h
===================================================================
--- gcj/javaprims.h (revision 122579)
+++ gcj/javaprims.h (working copy)
@@ -153,6 +153,7 @@
class Character;
class Character$Subset;
class Character$UnicodeBlock;
+ class Character$UnicodeBlock$NameType;
class Class;
class ClassCastException;
class ClassCircularityError;
@@ -254,6 +255,7 @@
class VirtualMachineError;
class Void;
class Win32Process;
+ class Win32Process$EOFInputStream;
namespace annotation
{
class Annotation;
-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/