Re: RFR: 8321300: Cleanup TestHFA

2023-12-05 Thread Johannes Bechberger
On Mon, 4 Dec 2023 21:25:41 GMT, Martin Doerr wrote: > I'd like to clean this up: Use the canonical layouts which are available in > JDK22. Use try-with-resources for `Arena.ofConfined()`. Marked as reviewed by jbechberger (Committer). - PR Review: https://git.openjdk.org/jdk/pull

RFR: JDK-8318736: com/sun/jdi/JdwpOnThrowTest.java failed with "transport error 202: bind failed: Address already in use"

2023-10-25 Thread Johannes Bechberger
Fix race condition in debugger port selection, introduced with [JDK-8317920](https://bugs.openjdk.org/browse/JDK-8317920). Tested on my Mac M1, but it doesn't contain platform-dependent code. - Commit messages: - Fix Debuggee creation Changes: https://git.openjdk.org/jdk/pull/1635

Re: RFR: 8288485: jni/nullCaller/NullCallerTest.java failing (ppc64)

2022-06-20 Thread Johannes Bechberger
On Wed, 15 Jun 2022 13:25:21 GMT, Martin Doerr wrote: > I'd like to revert to "" functions like it was before > [JDK-8281001](https://bugs.openjdk.org/browse/JDK-8281001), except that I'm > using stderr in order to preserve the new behavior. Also see JBS issue. Marked as reviewed by parttimen.