On Thu, 20 Apr 2023 00:35:19 GMT, Vladimir Kozlov <k...@openjdk.org> wrote:
> Again got failures in the test on Aarch64 running with -XX:-UseTLAB: > > ``` > testCmpMergeWithNull(boolean,int,int): > - Failed comparison: [found] 0 = 2 [given] > testCmpMergeWithNull_Second(boolean,int,int) > - Failed comparison: [found] 0 = 1 [given] > testMergedAccessAfterCallNoWrite(boolean,int,int) > - Failed comparison: [found] 2 = 3 [given] > testMergedAccessAfterCallWithWrite(boolean,int,int) > - Failed comparison: [found] 2 = 3 [given] > testNestedObjectsArray(boolean,int,int) > - Failed comparison: [found] 2 = 4 [given] > ``` @vnkozlov - The reason for these failures is due to an issue in the test framework ALLOC Regex: https://bugs.openjdk.org/browse/JDK-8306625 . Since only the tests added in this PR are failing due to that problem do you think I should create a separate PR to fix the Regex or just include the fix in this PR? ------------- PR Comment: https://git.openjdk.org/jdk/pull/12897#issuecomment-1517977996