This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: The duplicate class registration problem


Torsten Rüger wrote:

> So, is anyone actually doing anything about this?
>
> I suggested at least that debug line to stderr
> "Class " ... " is already registered".
>
> Is that in ? 


Yes. The current behaviour is to print an error and abort if it occurs 
before the runtime is initialized, or to throw an exception if it occurs 
after the runtime is initialized (which could happen due to dynamic 
loading, etc).

regards

Bryce.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]