Skip to content

Instantly share code, notes, and snippets.

@yurylyt
Created October 25, 2012 08:16
Show Gist options
  • Save yurylyt/3951373 to your computer and use it in GitHub Desktop.
Save yurylyt/3951373 to your computer and use it in GitHub Desktop.
where-do-stack-traces-come-4
public class Throwable implements Serializable {
public synchronized native Throwable fillInStackTrace();
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment