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]
Other format: [Raw text]

Re: SimpleDateFormat thread problems?


Bryce McKinlay writes:

 > I suspect part of the problem is possibly broken/slow stack trace
 > code trying to call external programs to do a calling-classloader
 > check.

But we don't try to call external programs in getBundle().  We just
get a stack trace and call classAt() until we find a class.

It might be wrong because of sibcall optimizations.

Andrew.


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