RFR: 8283643: [AIX, testbug] MachCodeFramesInErrorFile test fails to find 'Native frames' text [v6]

Thomas Stuefe stuefe at openjdk.java.net
Tue Apr 26 07:47:54 UTC 2022


On Tue, 26 Apr 2022 05:00:06 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Tyler Steele has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Use OuputAnalyzer::reportDiagnosticSummary instead of printing directly.
>
> test/hotspot/jtreg/runtime/ErrorHandling/MachCodeFramesInErrorFile.java line 75:
> 
>> 73:                 assert args[0].equals("crashInVM");
>> 74:                 // AIX does not prohibit low address reads
>> 75:                 crashInNative1(Platform.isPPC() ? -1 : 10);
> 
> Is it AIX or PPC or AIX/PPC that needs the change? The code should match the comment.

This is AIX only, so yes, this should be restricted to AIX.

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

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


More information about the hotspot-runtime-dev mailing list