JDK-8175040 : Release Note: -XX:+TraceExceptions enabled in production.
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Withdrawn
  • Submitted: 2017-02-15
  • Updated: 2018-08-24
  • Resolved: 2017-02-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Resolved
Description
When an exception is caught and re-thrown, it can be difficult to locate the caught exception. The `TraceExceptions` option can help to find this exception.

Usage:  Turn this flag on with "-XX:+TraceExceptions" or turn it off with "-XX:-TraceExceptions".

Note: This flag has been deprecated in favor of "-Xlog:exceptions=info"
Comments
Release note not needed; option removed in favor of UL
23-02-2017

Given this is now replaced with UL I'm not sure this release note really makes sense. If anything this should be covered by the release notes for UL and the release notes for deprecated flags.
16-02-2017