RFR: 8325095: C2: bailout message broken: ResourceArea allocated string used after free [v2]
Emanuel Peter
epeter at openjdk.org
Fri Feb 16 07:18:09 UTC 2024
On Fri, 16 Feb 2024 07:00:26 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> @dholmes-ora I don't think it is exposed to other threads. It only goes as far up as CompileTask, so I think it always stays in the compile thread. I saw `OrderAccess::storestore()` in the `stringStream` code. But maybe I don't need it here?
>
> `OrderAccess` is only needed for exchanging data across threads.
@dholmes-ora ok, thanks for the comment! I removed it now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17710#discussion_r1492041569
More information about the hotspot-dev
mailing list