classpath
[Top][All Lists]
Advanced

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

Re: Patch: FYI: More efficient ResourceBundle calls


From: Archie Cobbs
Subject: Re: Patch: FYI: More efficient ResourceBundle calls
Date: Wed, 16 Jun 2004 10:30:21 -0500 (CDT)

Bryce McKinlay wrote:
> Hmm - but can this ever happen? Is it possible to define a core class 
> with a non-system class loader? In any case, it seems to me that it 
> should always be correct to load Locale resources etc with the system 
> class loader - or is there a situation I havn't considered?

Hmm.. what am I missing here... ?

It should be impossible to define a core class with the system class
loader, or any other user-defined class loader. Core classes are
supposed to always be defined by the bootstrap loader.

In JC, core classes are defined as the java.* and gnu.* classes.

-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com




reply via email to

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