There were requests for a couple more panic values, in order to report
somewhat more specifically what happened when init fails. So I've added
these two new ones:
Panic_SynchronizationErr
Panic_SystemInit
The former is to report errors with system synchronization problems, such
as mutex calls that fail and such. The latter is is a kind of generic error
that indicates that some initialization of the underlying host system that
was required could not be done. This could be creation of mutexes, setting
of locales, etc...
----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]