Integrated: 8303948: HsErrFileUtils.checkHsErrFileContent() fails to check the last pattern.
Varada M
duke at openjdk.org
Tue Mar 21 05:49:53 UTC 2023
On Fri, 10 Mar 2023 09:33:10 GMT, Varada M <duke at openjdk.org> wrote:
> When last pattern in deque [positivePatternStack] is not matching in HsErrFile, it comes out of the loop and check whether the positivePatternStack is empty or not, which turns to be empty because the pollFirst() removes the pattern.
>
> This has been noticed in the TestSigInfoInHsErrFile.java where the segfault address for AIX is set as "0x0*1400" instead of "0xffffffffffffffff", which should throw the expected error but the error is neglected due to empty deque and the test is passed.
>
> JBS issue : [8303948](https://bugs.openjdk.org/browse/JDK-8303948)
This pull request has now been integrated.
Changeset: a72ba383
Author: Varada M <mvarada2000 at gmail.com>
Committer: David Holmes <dholmes at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a72ba3834781ef174e206aaf1d34dbb2ed305df1
Stats: 3 lines in 2 files changed: 0 ins; 0 del; 3 mod
8303948: HsErrFileUtils.checkHsErrFileContent() fails to check the last pattern.
Reviewed-by: dholmes, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/12970
More information about the hotspot-runtime-dev
mailing list