RFR(s): 8055239: assert(_thread == Thread::current()->osthread()) failed: The PromotionFailedInfo should be thread local.
Kim Barrett
kim.barrett at oracle.com
Mon Nov 24 19:37:11 UTC 2014
On Nov 24, 2014, at 1:52 PM, Jon Masamitsu <jon.masamitsu at oracle.com> wrote:
>
>
> On 11/24/2014 10:06 AM, Kim Barrett wrote:
>> [...]
>
>> All that said, a more complete and cleaned up fix for the ParScanThreadState[Set] reuse problem should also suffice, e.g. either don't reuse or capture / report data and reinitialize before reuse.
>
> I'd suggest that this to be a separate (from fixing this failure) effort.
> OK if this more extensive clean up is deferred. I can create a new CR for it.
> Priority?
Is there an urgency to fixing the failure that makes it worth putting in code that
we think we’ll be taking back out later? (Perhaps even sooner than later?) I’m
not suggesting there isn’t, just wondering if there is. I also think it might not
be all that difficult, but of course I haven’t actually done the work to prove that!
More information about the hotspot-gc-dev
mailing list