사용자 도구

사이트 도구


java:options

문서의 이전 판입니다!


Oracle(SUN) JVM Options

-XX:-OmitStackTraceInFastThrow

  • Oracle JVM 에서 예외가 발생하여 로그로 남겼는데, 로그에 스택 트레이스가 안 찍히는 현상이 발생할 수 있다. (exception, stacktrace, missing)

> The compiler in the server VM now provides correct stack backtraces for all “cold” built-in exceptions. For performance purposes, when such an exception is thrown a few times, the method may be recompiled. After recompilation, the compiler may choose a faster tactic using preallocated exceptions that do not provide a stack trace. To disable completely the use of preallocated exceptions, use this new flag: -XX:-OmitStackTraceInFastThrow.

java/options.1502151490.txt.gz · 마지막으로 수정됨: 2017/08/08 08:48 저자 kwon37xi