Weijun Wang

Results 39 comments of Weijun Wang

The original "cross-platform" case is exactly what this bug is about. The overall login succeeds but the reason of the optional login module failure is not logged in the debug...

If this event is mainly for public access through the `CertificateFactory` API, then there is no need to care about internal creation of `X509CertImpl` directly.

I'm from Oracle's Java Platform Group. Many thanks for trying out the jdk23 early builds and reporting this issue. The `Subject::getSubject` method takes an `AccessControlContext` argument and it will be...

A new commit is pushed to cover all other debug outpus in JGSS/krb5. Most of the changes are simply one of: 1. `if (DEBUG)/` to `if (DEBUG != null)` 2....

There is no source code change to `java.management` anymore inside this PR. They will be resolved with new bugs at [JDK-8327618](https://bugs.openjdk.org/browse/JDK-8327618) and [JDK-8328263](https://bugs.openjdk.org/browse/JDK-8328263). There are test changes in these areas...