OpenSearch/modules/lang-painless
Nik Everett 3b47355e56 Try not to lose stacktraces (#24426)
This adds `-XX:-OmitStackTraceInFastThrow` to the JVM arguments
which *should* prevent the JVM from omitting stack traces on
common exception sites. Even though these sites are common, we'd
still like the exceptions to debug them.

This also adds the flag when running tests and adapts some tests
that had workarounds for the absense of the flag.

Closes #24376
2017-05-02 11:34:12 -04:00
..
licenses merge master 2016-06-11 13:23:17 -04:00
src Try not to lose stacktraces (#24426) 2017-05-02 11:34:12 -04:00
build.gradle Build: Rewrite antlr regeneration in gradle (#23733) 2017-03-24 09:44:53 -07:00