Re: RFR: 8309632: JDK 21 RDP1 L10n resource files update

2023-06-12 Thread Kevin Rushforth
On Mon, 12 Jun 2023 21:27:05 GMT, Justin Lu wrote: >> Please review this PR which updates the JDK's localized resources since the >> previous L10n translation drop (1/26). >> >> To help with reviewing the changes, @jonathan-gibbons created a tool which >> displays the localized changes next to

Re: RFR: 8309632: JDK 21 RDP1 L10n resource files update

2023-06-15 Thread Kevin Rushforth
On Mon, 12 Jun 2023 21:21:05 GMT, Justin Lu wrote: > Please review this PR which updates the JDK's localized resources since the > previous L10n translation drop (1/26). > > To help with reviewing the changes, @jonathan-gibbons created a tool which > displays the localized changes next to the

Re: RFR: 8309632: JDK 21 RDP1 L10n resource files update

2023-06-15 Thread Kevin Rushforth
On Mon, 12 Jun 2023 21:21:05 GMT, Justin Lu wrote: > Please review this PR which updates the JDK's localized resources since the > previous L10n translation drop (1/26). > > To help with reviewing the changes, @jonathan-gibbons created a tool which > displays the localized changes next to the

Re: RFR: 8331671: Implement JEP 472: Prepare to Restrict the Use of JNI [v8]

2024-05-22 Thread Kevin Rushforth
On Fri, 17 May 2024 13:38:25 GMT, Maurizio Cimadamore wrote: >> This PR implements [JEP 472](https://openjdk.org/jeps/472), by restricting >> the use of JNI in the following ways: >> >> * `System::load` and `System::loadLibrary` are now restricted methods >> * `Runtime::load` and `Runtime::loa

Re: RFR: 8331671: Implement JEP 472: Prepare to Restrict the Use of JNI [v8]

2024-05-23 Thread Kevin Rushforth
On Thu, 23 May 2024 06:20:51 GMT, Alan Bateman wrote: > > Further, I confirm that if I pass that option to jlink or jpackage when > > creating a custom runtime, there is no warning. > > Great! What about jpackage without a custom runtime, wondering if > --java-options can be tested. Yes, poin

Re: [jdk23] RFR: 8333829: ProblemList sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java due to JDK-8333317

2024-06-11 Thread Kevin Rushforth
On Mon, 10 Jun 2024 18:54:38 GMT, Matthew Donovan wrote: > 8333829: ProblemList sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java due > to JDK-817 @mpdonova Backports to jdk23 stabilization branch do not need maintainer approval, but they do need a review from a Reviewer. You might want

Re: [jdk24] RFR: 8345757: [ASAN] clang17 report 'dprintf' macro redefined

2025-01-22 Thread Kevin Rushforth
On Thu, 26 Dec 2024 02:14:21 GMT, SendaoYan wrote: > Hi all, > > This pull request contains a backport of commit > [6c591854](https://github.com/openjdk/jdk/commit/6c59185475eeca83153f085eba27cc0b3acf9bb4) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit being

Re: [jdk25] RFR: 8360416: Incorrect l10n test case in sun/security/tools/keytool/i18n.java

2025-08-01 Thread Kevin Rushforth
On Fri, 25 Jul 2025 16:40:25 GMT, Justin Lu wrote: >> Please review this PR which is a backport of commit >> [5540a785](https://github.com/openjdk/jdk/commit/5540a7859b3ae0faf6b6c7f50e53ff611b253a9f) >> from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. >> >> This is a test-only i