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 toJDK-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.
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
- relates to
-
JDK-6902692 G1: g1CollectorPolicy.cpp:1533, assert(false,"Debugging data for CR 6898948 has been dumped above")
-
- Closed
-
-
JDK-6898948 G1: forensic instrumentation for out-of-bounds recent_avg_pause_time_ratio()
-
- Resolved
-