Re: [google-appengine] OmitStackTraceInFastThrow

2018-05-13 Thread Joshua Fox
Thank you. I will follow up there. On Thu, May 10, 2018 at 5:28 PM, Brian de Alwis wrote: > You might find this conversation helpful: > > https://groups.google.com/forum/#!msg/java8-on-gae/ > ejh4go3DRTA/oqI0Ip9pAQAJ > > On 10-May-2018, at 5:44 AM, Joshua Fox

Re: [google-appengine] OmitStackTraceInFastThrow

2018-05-10 Thread toyin emmanuel
Sorry, I don't know On Thu, May 10, 2018 at 10:44 AM, Joshua Fox wrote: > Does GAE Standard Environment omit stacktraces in fastthrow? > > Using the JVM parameter -XX:-OmitStackTraceInFastThrow skips this > omission -- i.e., it provides useful stacktrace data. > > Given

Re: [google-appengine] OmitStackTraceInFastThrow

2018-05-10 Thread Brian de Alwis
You might find this conversation helpful: https://groups.google.com/forum/#!msg/java8-on-gae/ejh4go3DRTA/oqI0Ip9pAQAJ > On 10-May-2018, at 5:44 AM, Joshua Fox wrote: > > Does GAE Standard Environment omit stacktraces in fastthrow? > > Using the JVM parameter

[google-appengine] OmitStackTraceInFastThrow

2018-05-10 Thread Joshua Fox
Does GAE Standard Environment omit stacktraces in fastthrow? Using the JVM parameter -XX:-OmitStackTraceInFastThrow skips this omission -- i.e., it provides useful stacktrace data. Given that most applications are IO-bound, not CPU-bound, it is good to have -XX:-OmitStackTraceInFastThrow