mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 20:01:22 -05:00
MainThread (run): Revert exception chaining change.
2006-06-01 Bryce McKinlay <mckinlay@redhat.com> * gnu/java/lang/MainThread (run): Revert exception chaining change. From-SVN: r114303
This commit is contained in:
committed by
Bryce McKinlay
parent
ea60341e32
commit
d5b0558fda
@@ -100,6 +100,7 @@ final class MainThread extends Thread
|
||||
catch (ClassNotFoundException x)
|
||||
{
|
||||
NoClassDefFoundError ncdfe = new NoClassDefFoundError(klass_name);
|
||||
ncdfe.initCause(x);
|
||||
throw ncdfe;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user