RFR: 8282509: [exploded image] ResolvedTestClass fails on AIX with similar output [v3]
Tyler Steele
duke at openjdk.java.net
Wed Mar 9 15:11:04 UTC 2022
On Wed, 9 Mar 2022 13:30:29 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Tyler Steele has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains two commits:
>>
>> - Remove leading chars not present in original test
>> - Trial Solution: Replaces shouldContain with shouldMatch + Regex in ResolvedClassTest
>
> Looks reasonable. Please update the PR title: "[exploded image] ResolvedClassTest fails with similar output"
Thanks for the review @TheRealMDoerr. Should I wait for another review, or is one sufficient in this case?
---
For future reference, it looks to me that this failure is related to missing [pre-generated invokers](https://bugs.openjdk.java.net/browse/JDK-8247536). As I understand it, these are either not created, or just not linked in the exploded image, and are never created on AIX.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7701
More information about the hotspot-compiler-dev
mailing list