class Character$UnicodeBlock$NameType; (was Re: Patch: RFC: fix ProcessBuilder; windows help needed)
Mohan Embar
gnustuff@thisiscool.com
Wed Mar 7 04:11:00 GMT 2007
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/
More information about the Java-patches
mailing list