JDK-8040807 : G1: Enable G1CollectedHeap::stop()
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 8u20,9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-04-17
  • Updated: 2014-06-19
  • Resolved: 2014-06-03
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 8 JDK 9
8u20Fixed 9 b19Fixed
Related Reports
Blocks :  
Blocks :  
Cloners :  
Relates :  
Relates :  
Relates :  
Description
Stopping of G1's concurrent GC threads during VM exit is currently disabled until JDK-8040803 and JDK-8040804 have been fixed. Once those are fixed we should enabled the code in G1CollectedHeap::stop() again.
Comments
This fix was backed out by JDK-8044768.
04-06-2014

This bug is basically a re-open of JDK-8037112, so same prio and fix version.
17-04-2014