RFR: 8267926: AsyncLogGtest.java fails on assert with: decorator was not part of the decorator set specified at creation. [v8]

Xin Liu xliu at openjdk.java.net
Thu Jun 3 09:10:44 UTC 2021


On Thu, 3 Jun 2021 09:06:02 GMT, Xin Liu <xliu at openjdk.org> wrote:

>> The root cause of the intermittent failure is that _decorators in LogDecorations 
>> may be inconsistent with LogOutput::_decorators. It could happen when gtest disables a
>> Log output via set_log_config(TestLogFileName, "all=off").
>> 
>> Since we copy the entire logDecorations, it's reasonable to copy _decorator as well. 
>> LogDecorator is a bitmask of uint. It's even smaller than a reference on LP64 platforms.
>
> Xin Liu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Revert back to the basic bugfix and remove AsyncLogGtest.java from ProblemList.

Sorry.  I just realize a big problem of mine. I try to fix multiple problems in one same PR. 
That makes this PR messy and also confuse reviewers.  Let me revert them back first and just focus on JDK-8267926. 

This is actually the first revision.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4257


More information about the hotspot-runtime-dev mailing list