Adam Megacz writes: > > I see Throwable.stackTrace, but it never gets created in > Throwable.java or natThrowable.cc... It does. The exact way this works is specified in the Java API: When Throwable's constructor is executed, the method fillInStackTrace() is called. Andrew.