Re: RFR: JDK-8329074: AIX build fails after JDK-8328824

2024-03-26 Thread Goetz Lindenmaier
On Tue, 26 Mar 2024 09:21:20 GMT, Matthias Baesken wrote: > After [JDK-8328824](https://bugs.openjdk.org/browse/JDK-8328824), we run in > the AIX build into this failure : > > /opt/freeware/bin/bash: -c: line 1: syntax error near unexpected token `(' > gmake[3]: *** [lib/CoreLibraries.gmk:194:

Integrated: 8328524: [x86] StringRepeat.java failure on linux-x86: Could not reserve enough space for 2097152KB object heap

2024-03-20 Thread Goetz Lindenmaier
On Tue, 19 Mar 2024 14:59:19 GMT, Goetz Lindenmaier wrote: > …rve enough space for 2097152KB object heap > > I would like to fix this as the two related issues mentioned in the JBS bug. > We see it currently in most GHA runs. This pull request has now been integrated. Changes

Re: RFR: 8328524: [x86] StringRepeat.java failure on linux-x86: Could not reserve enough space for 2097152KB object heap

2024-03-20 Thread Goetz Lindenmaier
On Tue, 19 Mar 2024 14:59:19 GMT, Goetz Lindenmaier wrote: > …rve enough space for 2097152KB object heap > > I would like to fix this as the two related issues mentioned in the JBS bug. > We see it currently in most GHA runs. GHA failure: known Risc-V build problem. Thanks for

RFR: 8328524: [x86] StringRepeat.java failure on linux-x86: Could not reserve enough space for 2097152KB object heap

2024-03-19 Thread Goetz Lindenmaier
…rve enough space for 2097152KB object heap I would like to fix this as the two related issues mentioned in the JBS bug. We see it currently in most GHA runs. - Commit messages: - 8328524: [x86] StringRepeat.java failure on linux-x86: Could not reserve enough space for 2097152KB

Re: RFR: 8325579: Inconsistent behavior in com.sun.jndi.ldap.Connection::createSocket [v5]

2024-02-19 Thread Goetz Lindenmaier
On Fri, 16 Feb 2024 10:27:11 GMT, Christoph Langer wrote: >> During analysing a customer case I figured out that we have an inconsistency >> between documentation and actual behavior in class >> com.sun.jndi.ldap.Connection. The [method documentation of >>

Re: RFR: 8325579: Inconsistent behavior in com.sun.jndi.ldap.Connection::createSocket [v5]

2024-02-19 Thread Goetz Lindenmaier
On Fri, 16 Feb 2024 10:27:11 GMT, Christoph Langer wrote: >> During analysing a customer case I figured out that we have an inconsistency >> between documentation and actual behavior in class >> com.sun.jndi.ldap.Connection. The [method documentation of >>

[jdk22] Integrated: 8319128: sun/security/pkcs11 tests fail on OL 7.9 aarch64

2024-01-25 Thread Goetz Lindenmaier
On Tue, 23 Jan 2024 10:21:42 GMT, Goetz Lindenmaier wrote: > I backport this to fix this issue in 22. We see it failing there in our CI. This pull request has now been integrated. Changeset: 57bc96e5 Author: Goetz Lindenmaier URL: https://git.openjdk.org/jdk22/com

Re: [jdk22] RFR: 8319128: sun/security/pkcs11 tests fail on OL 7.9 aarch64

2024-01-24 Thread Goetz Lindenmaier
On Tue, 23 Jan 2024 10:21:42 GMT, Goetz Lindenmaier wrote: > I backport this to fix this issue in 22. We see it failing there in our CI. Passed SAP nighlyt testing with jdk22 and jdk22u. - PR Comment: https://git.openjdk.org/jdk22/pull/95#issuecomment-1907981934

[jdk22] RFR: 8319128: sun/security/pkcs11 tests fail on OL 7.9 aarch64

2024-01-23 Thread Goetz Lindenmaier
I backport this to fix this issue in 22. We see it failing there in our CI. - Commit messages: - Backport c2e77e2f17b624e750dea8fd51bbfde99596690e Changes: https://git.openjdk.org/jdk22/pull/95/files Webrev: https://webrevs.openjdk.org/?repo=jdk22=95=00 Issue:

Re: RFR: 8322772: Clean up code after JDK-8322417

2023-12-29 Thread Goetz Lindenmaier
On Fri, 29 Dec 2023 13:44:27 GMT, Christoph Langer wrote: > In the review of the PR for JDK-8322417 it was noted that a fully qualified > class name "java.util.Arrays" is unnecessary but it was forgotten to clean it > up prior to integration. LGTM - Marked as reviewed by goetz

Re: RFR: 8322417: Console read line with zero out should zero out when throwing exception

2023-12-21 Thread Goetz Lindenmaier
On Wed, 20 Dec 2023 08:07:38 GMT, Alan Bateman wrote: >> …g exception >> >> After leaving the method by throwing an exception the data can not be >> cleaned any more. > > src/java.base/share/classes/jdk/internal/io/JdkConsoleImpl.java line 122: > >> 120:

Integrated: 8322417: Console read line with zero out should zero out when throwing exception

2023-12-20 Thread Goetz Lindenmaier
On Tue, 19 Dec 2023 12:47:53 GMT, Goetz Lindenmaier wrote: > …g exception > > After leaving the method by throwing an exception the data can not be cleaned > any more. This pull request has now been integrated. Changeset: 2f917bff Author:Goetz Lindenmaier URL:

Re: RFR: 8322417: Console read line with zero out should zero out when throwing exception

2023-12-20 Thread Goetz Lindenmaier
On Tue, 19 Dec 2023 12:47:53 GMT, Goetz Lindenmaier wrote: > …g exception > > After leaving the method by throwing an exception the data can not be cleaned > any more. Thanks for the reviews! SAPs nigthly testing passed for this change. Sorry, I saw the java.uti. comm

RFR: 8320798: Console read line with zero out should zero out when throwing exception

2023-12-19 Thread Goetz Lindenmaier
…g exception After leaving the method by throwing an exception the data can not be cleaned any more. - Commit messages: - 8320798: Console read line with zero out should zero out when throwing exception Changes: https://git.openjdk.org/jdk/pull/17156/files Webrev:

Re: RFR: 8318705: [macos] ProblemList java/rmi/registry/multipleRegistries/MultipleRegistries.java

2023-10-26 Thread Goetz Lindenmaier
On Tue, 24 Oct 2023 09:51:20 GMT, Goetz Lindenmaier wrote: > …tipleRegistries.java > > The test fails in our CI with the message listed here. We see both, aarch and > x86_64. It happens rarely, but a long time back. Thanks for the reviews! - PR Comment: https://git

Integrated: 8318705: [macos] ProblemList java/rmi/registry/multipleRegistries/MultipleRegistries.java

2023-10-26 Thread Goetz Lindenmaier
On Tue, 24 Oct 2023 09:51:20 GMT, Goetz Lindenmaier wrote: > …tipleRegistries.java > > The test fails in our CI with the message listed here. We see both, aarch and > x86_64. It happens rarely, but a long time back. This pull request has now been integrated. Changeset: 37c

RFR: 8318705: [macos] ProblemList java/rmi/registry/multipleRegistries/MultipleRegistries.java

2023-10-25 Thread Goetz Lindenmaier
…tipleRegistries.java The test fails in our CI with the message listed here. We see both, aarch and x86_64. It happens rarely, but a long time back. - Commit messages: - 8318705: [macos] ProblemList java/rmi/registry/multipleRegistries/MultipleRegistries.java Changes:

Re: RFR: JDK-8309219: Fix xlc17 clang 15 warnings in java.base

2023-06-06 Thread Goetz Lindenmaier
On Fri, 2 Jun 2023 10:08:09 GMT, JoKern65 wrote: > This pr is a split off from JDK-8308288: Fix xlc17 clang warnings in shared > code https://github.com/openjdk/jdk/pull/14146 > It handles the part in java.base. > > Compiling on AIX with xlc17 which contains the new clang 15 frontend > shows

Re: RFR: 8302158: PPC: test/jdk/jdk/internal/vm/Continuation/Fuzz.java: AssertionError: res: false shouldPin: false

2023-02-15 Thread Goetz Lindenmaier
On Tue, 14 Feb 2023 14:10:08 GMT, Richard Reingruber wrote: > This fixes the linked issue by trimming the caller of a frame to be > deoptimized back to its `unextended_sp` iff it is compiled. The creation of > the section `dead after deoptimization` shown in the attachment >

Re: RFR: 8299439: [testbug] java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR after 1.1.2023 and 8296239

2023-01-04 Thread Goetz Lindenmaier
On Wed, 4 Jan 2023 14:38:34 GMT, Alan Bateman wrote: >> …fails for hr_HR after 1.1.2023 and 8296239 >> >> Hi, >> >> this fixes the issue with the currency test. > > Should this be closed as dup of pull/11833 ? @AlanBateman, sorry, I missed that other PR. - PR:

Withdrawn: 8299439: [testbug] java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR after 1.1.2023 and 8296239

2023-01-04 Thread Goetz Lindenmaier
On Wed, 4 Jan 2023 14:21:53 GMT, Goetz Lindenmaier wrote: > …fails for hr_HR after 1.1.2023 and 8296239 > > Hi, > > this fixes the issue with the currency test. This pull request has been closed without being integrated. - PR: https://git.openjdk.org/jdk/pull/11844

RFR: 8299439: [testbug] java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR after 1.1.2023 and 8296239

2023-01-04 Thread Goetz Lindenmaier
…fails for hr_HR after 1.1.2023 and 8296239 Hi, this fixes the issue with the currency test. - Commit messages: - 8299439: [testbug] java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR after 1.1.2023 and 8296239 Changes: https://git.openjdk.org/jdk/pull/11844/files