natClass.cc (initializeClass): Throw NoClassDefFoundError with getName() as message.

* java/lang/natClass.cc (initializeClass): Throw NoClassDefFoundError
	with getName() as message.
	(_Jv_CheckArrayStore): Throw ArrayStoreException with object and array
	type as message.

	* java/lang/natVMThrowable.cc: Don't declare parameter t, it is
	unused.

From-SVN: r58991
This commit is contained in:
Mark Wielaard 2002-11-10 21:07:27 +00:00 committed by Mark Wielaard
parent 9d8f417b41
commit c0cd8f67f1
3 changed files with 18 additions and 3 deletions

View file

@ -44,7 +44,7 @@ details. */
arbitrary. It may be better to configure this. */
java::lang::VMThrowable *
java::lang::VMThrowable::fillInStackTrace (java::lang::Throwable* t)
java::lang::VMThrowable::fillInStackTrace (java::lang::Throwable*)
{
if (! trace_enabled)
return NULL;