[PATCH] javac & kjc 2.1A compilation fix was: Re: VerifyError in PushbackReader

Dalibor Topic robilad at yahoo.com
Mon Mar 18 12:20:34 PST 2002


On Sunday 17 March 2002 18:01, Ito Kazumitsu wrote:
> Now KJC 2.1A has been released.  But when I tried to rebuild
> Klasses.jar with KJC 2.1A, I got the following message:
>
> /bin/sh ./rebuildLib
> Compiling classes ...
> java/util/Hashtable.java:169: error:Class "Entry" is not accessible [JLS
> 6.6.1] java/util/Hashtable.java:201: error:Class "Entry" is not accessible
> [JLS 6.6.1] make: *** [lib/stamp] Error 1

the attached patch solves that problem & javac compilation problems for me. 
could you give it a try?

cheers,

dalibor topic
-------------- next part --------------
	* libraries/javalib/java/util/HashMap.java :
	(getTableLength) new method.
	* libraries/javalib/java/util/Hashtable.java :
	(writeDefaultObject) Use getTableLength instead of accesing
	table directly.
	(writeObject) same.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: javac-compilation.patch
Type: text/x-diff
Size: 990 bytes
Desc: not available
Url : http://kaffe.org/pipermail/kaffe/attachments/20020318/ce7e04ed/attachment-0003.patch 


More information about the kaffe mailing list