JDK-8152386 : Add gradle project property to enable debug info generation
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2016-03-22
  • Updated: 2024-11-21
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.
Other
tbdUnresolved
Related Reports
Blocks :  
Description
As of now debug information is generated only for debug build, but debug build has other implications like slower execution, assertion failures,..etc. So we need to support debug info generation in Release mode also.

e.g.

gradle -PWEBKIT_RELEASE_DEBUG=true

Debug info generation will increase the build time, but it won't affect the runtime performance unless compiler optimization switches are removed. 

The sole purpose of this project property is to enable the developers to get readable native crash back traces.