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.
assert(!_g1h->obj_in_cs(o) || hr->rem_set()->strong_code_roots_list_contains(_nm)) failed: if o still in CS then evacuation failed and nm must already be in the remset
Failed in gc-nightly 2014-09-04
Comments
Regression test exists.
26-07-2017
The condition for keeping nmethods in the remembered set when processing evacuation failures was inverted. Additionally, the size accounting of remembered sets post-evacuation failures was incorrect.
08-09-2014
ILW:
I: high -> assertion failure
L: low -> only test case, only win32, fastdebug only
W: high -> unknown