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
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
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.