Hi
I need a review for a client-server threading change that will hopefully
address intermittent failures. This change is similar to
[JDK-8348309](https://bugs.openjdk.org/browse/JDK-8348309). The functional
testing is unchanged.
thanks
Tony
-
Commit messages:
- flip around s
> This brings in cpu25_07 changes.
Brent Christian has updated the pull request with a new target base due to a
merge or a rebase. The incremental webrev excludes the unrelated changes
brought in by the merge/rebase.
-
Changes:
- all: https://git.openjdk.org/jdk/pull/26340/files
On Wed, 16 Jul 2025 03:40:43 GMT, Brent Christian wrote:
> This brings in cpu25_07 changes.
This pull request has now been integrated.
Changeset: 0e6bf005
Author:Brent Christian
URL:
https://git.openjdk.org/jdk/commit/0e6bf0055057fae844748a300551549553f59f03
Stats: 358 lines in
This brings in cpu25_07 changes.
-
Commit messages:
- 8360147: Better Glyph drawing redux
- 8355884: [macos] java/awt/Frame/I18NTitle.java fails on MacOS
- 8350991: Improve HTTP client header handling
- 8349594: Enhance TLS protocol support
- 8349584: Improve compiler processing
On Wed, 16 Jul 2025 03:40:43 GMT, Brent Christian wrote:
> This brings in cpu25_07 changes.
Marked as reviewed by jpai (Reviewer).
-
PR Review: https://git.openjdk.org/jdk/pull/26340#pullrequestreview-3023001849
On Tue, 8 Jul 2025 22:57:49 GMT, Bradford Wetmore wrote:
> No longer trust certificates issued by the old Sun Microsystems JCE
> Certificate Authority.
>
> Test runs include `tier1,tier2`, and JCK tests:
>
> jck:api/java_security
> jck:api/javax_crypto
> jck:api/javax_net
> jck
Before I evaluate your request, I have a question. If the certificate
contains the same public key, subject and SAN, why does validation fail?
--Sean
On 7/14/25 1:58 AM, Pooja D P wrote:
Subject: Observation on CertPath Duplicate Trust Anchor Behavior and Suggestion
to Improve Debug Messaging
Subject: Observation on CertPath Duplicate Trust Anchor Behavior and Suggestion
to Improve Debug Messaging.
Hi Team,
When we were working on customer case where the customer is using a self-signed
certificate for a TLS server and has added this certificate to the trust store
to trust it. Howe
This patch adds configurability to `PKCS11Test.java`.
Specifically, it adds two new system properties:
- `CUSTOM_P11_LIBRARY_NAME`: Allow overriding the value assigned to the
`nss_library` field. Prior to this patch, `nss_library` was set to either
`"softokn3"` or `"nss3"`.
- `CUSTOM_P11_CONF
> No longer trust certificates issued by the old Sun Microsystems JCE
> Certificate Authority.
>
> Test runs include `tier1,tier2`, and JCK tests:
>
> jck:api/java_security
> jck:api/javax_crypto
> jck:api/javax_net
> jck:api/javax_security
> jck:api/org_ietf
> jck:api/ja
On Tue, 1 Jul 2025 09:57:31 GMT, Mikhail Yankelevich
wrote:
> 1. KRB5 tests is now always selecting NO_PROXY.
> 2. test cleanup
This pull request has been closed without being integrated.
-
PR: https://git.openjdk.org/jdk/pull/26061
> Replaced Thread::stop to Thread::interrupt
Mikhail Yankelevich has updated the pull request incrementally with one
additional commit since the last revision:
breaking the loop when interrupt flag is set
-
Changes:
- all: https://git.openjdk.org/jdk/pull/26247/files
- new: h
On Tue, 15 Jul 2025 11:55:01 GMT, Matthew Donovan wrote:
>> Mikhail Yankelevich has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> breaking the loop when interrupt flag is set
>
> test/jdk/sun/security/krb5/auto/KDC.java line 1649:
>
>> 16
When using the GCC -fanalyzer flag (see
https://developers.redhat.com/articles/2022/04/12/state-static-analysis-gcc-12-compiler#
) , we get some complaints about missing calloc return value checks for NULL
(we check at some code locations but in p11_util.c we do not do it).
-
Commi
On Tue, 15 Jul 2025 11:35:21 GMT, Matthew Donovan wrote:
>> Mikhail Yankelevich has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> checking for root user automatically
>
> test/jdk/sun/security/krb5/config/native/TestDynamicStore.java line
> sun/security/krb5/config/native/TestDynamicStore.java is commonly run without
> sudo, which leads to the access related failure.
> Added a ui popup reminding to run the test with sudo, making instructions
> clearer and more noticeable
Mikhail Yankelevich has updated the pull request increment
On Thu, 10 Jul 2025 16:03:54 GMT, Mikhail Yankelevich
wrote:
> Replaced Thread::stop to Thread::interrupt
test/jdk/sun/security/krb5/auto/KDC.java line 1649:
> 1647: } else {
> 1648: try {
> 1649: thread1.interrupt();
Each thread catches and ignores `Except
On Mon, 14 Jul 2025 12:53:55 GMT, Mikhail Yankelevich
wrote:
> sun/security/krb5/config/native/TestDynamicStore.java is commonly run without
> sudo, which leads to the access related failure.
> Added a ui popup reminding to run the test with sudo, making instructions
> clearer and more notice
18 matches
Mail list logo