Re: RFR: 8318240: [AIX] Cleaners.java test failure

2023-10-23 Thread Varada M
On Thu, 19 Oct 2023 11:53:30 GMT, Matthias Baesken wrote: >> When the test sets the sun.security.jgss.native and >> sun.security.nativegss.debug as true, the test fails on AIX due to missing >> Kerberos GSS API dynamic library` libgssapi_krb5.so` >> >> JBS Issue : [JDK-8318240](https://bugs.o

Re: RFR: 8318240: [AIX] Cleaners.java test failure

2023-10-19 Thread Andreas Steiner
On Tue, 17 Oct 2023 07:31:07 GMT, Varada M wrote: > When the test sets the sun.security.jgss.native and > sun.security.nativegss.debug as true, the test fails on AIX due to missing > Kerberos GSS API dynamic library` libgssapi_krb5.so` > > JBS Issue : [JDK-8318240](https://bugs.openjdk.org/br

Re: RFR: 8318240: [AIX] Cleaners.java test failure

2023-10-19 Thread Matthias Baesken
On Tue, 17 Oct 2023 07:31:07 GMT, Varada M wrote: > When the test sets the sun.security.jgss.native and > sun.security.nativegss.debug as true, the test fails on AIX due to missing > Kerberos GSS API dynamic library` libgssapi_krb5.so` > > JBS Issue : [JDK-8318240](https://bugs.openjdk.org/br

RFR: 8318240: [AIX] Cleaners.java test failure

2023-10-17 Thread Varada M
When the test sets the sun.security.jgss.native and sun.security.nativegss.debug as true, the test fails on AIX due to missing Kerberos GSS API dynamic library` libgssapi_krb5.so` JBS Issue : [JDK-8318240](https://bugs.openjdk.org/browse/JDK-8318240) - Commit messages: - fix for