RFR 8196622: Add java/nio/Buffer/EqualsCompareTest.java to ProblemList
Paul Sandoz
paul.sandoz at oracle.com
Fri Feb 2 16:47:40 UTC 2018
> On Feb 2, 2018, at 1:13 AM, Alan Bateman <Alan.Bateman at oracle.com> wrote:
>
> On 01/02/2018 23:54, Brian Burkhalter wrote:
>> https://bugs.openjdk.java.net/browse/JDK-8196622
>>
>> This test is consistently failing on solaris-sparcv9. It would be good to suppress it on Solaris to reduce the noise until the underlying issue is resolved.
>>
>>
> Looks okay and would be good to track down this crash, I think was looking at it at one point.
>
I was hesitant to support the addition to the problem list as it might be forgotten, the noise kept reminding me :-) and it was useful data to see if the crash was consistent in some way. I wish there was a way to flag a test as keep it running, report results, but if it fails don’t flag it as such.
I have had no time to investigate, but my suspicion is it might be some method handle compilation bug rather than some memory corruption bug due to the buffer changes to support optimized comparison (the test writes to buffers to set up test data, then its just reads, there were no changes to buffer writes for this enhancement).
Paul.
More information about the nio-dev
mailing list