On Tue, 11 Feb 2025 11:29:59 GMT, Mikhail Yankelevich <[email protected]> wrote:
>> Refactored the runNameEquals.sh to java test
>
> Mikhail Yankelevich has updated the pull request incrementally with one
> additional commit since the last revision:
>
> minor cleanup
test/jdk/sun/security/krb5/Krb5NameEquals.java line 92:
> 90: final var installationIssue =
> Arrays.stream(javaPropCommandResult.getStdout().split("\n"))
> 91: .anyMatch(line ->
> line.contains("sun.arch.data.model") && line.contains("32"));
> 92:
Since this is already a Java program, maybe we can simply
`System.getProperty("sun.arch.data.model")` here?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23542#discussion_r1950846148