JDK-8048084 : Need to abort concurrent next bitmap clear when marking is aborted during concurrent next bitmap clearing
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 8u40,9
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2014-06-25
  • Updated: 2017-01-18
  • Resolved: 2014-07-08
Related Reports
Blocks :  
Description
Clearing the next bitmap may be interrupted by full GCs, effectively aborting marking. However, after that full GC, continuing to clear the next bitmap causes crashes if the mark bitmap has been decommitted during that full GC.

Comments
This CR has been intended to be broken out from the change for JDK-8038423. However to make this work, we would need additional new soon-to-be removed code. So I am closing this issue.
08-07-2014

Without the JDK-8038423 this results in additional useless work done as the full gc already cleared the next mark bitmap.
04-07-2014