JDK-8141394 : Remove the instrumentation added by JDK-6898948
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-11-04
  • Updated: 2015-11-29
  • Resolved: 2015-11-05
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
9 b94Fixed
Related Reports
Relates :  
Relates :  
Description
To help debug floating point issues for JDK-6902692 the issue JDK-6898948 was used to add some instrumentation.

The instrumentation is guarded by a flag, which is false by default. So, unless the flag is enabled the instrumentation has no effect.

The patch to add the instrumentation is very small. I'll attach the patch to  JDK-6902692 and remove the instrumentation from the code base. That way we have the instrumentation available if we ever start working on  JDK-6902692 but we don't have to have the debugging code  in our code base.