classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in java.util.Map


From: Dalibor Topic
Subject: Re: bug in java.util.Map
Date: Wed, 21 Jan 2004 18:06:53 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

Tom Tromey wrote:
"Matthias" == Matthias Pfisterer <address@hidden> writes:


Matthias> Building with kjc, I get the following errors:
Matthias> ../java/beans/PropertyChangeSupport.java:1: error:Unaccessible class
Matthias> "java/util/Map/Entry" can not be imported [JLS 7.5.1]

If it isn't fixable in the compiler we can add a workaround.  We
already work around some gcj bugs.  Workarounds need a comment
explaining what compiler and version they are for, though.  And of
course we'd prefer a compiler fix...


The weird thing is that I use the unmodified source from GNU Classpath in kaffe's CVS and it builds without a hitch there. So I'd be against adding a 'public' to it. And our java/beans/PropertyChangeSupport.java is the same as in classpath, as well. Weird.

I can only guess that the set of files being built together in classpath's build process is somewhat different from the set of files being build together in kaffe's build process, and that somehow triggers the problem.

cheers,
dalibor topic





reply via email to

[Prev in Thread] Current Thread [Next in Thread]