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:
parent
9d8f417b41
commit
c0cd8f67f1
3 changed files with 18 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue