On Wed, 4 Dec 2024 16:23:02 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> Unfortunately, [JDK-8339480](https://bugs.openjdk.org/browse/JDK-8339480) as > checked in does not work. > > One of the very last review updates of > [JDK-8339480](https://bugs.openjdk.org/browse/JDK-8339480) was a rename of a > make variable. Since this seemed trivial to me, I did not re-test the code > after making this change. That was my second mistake. My first mistake was to > not discover that this variable was in fact used in another place, so a > crucial test never passes and the code does not work. This pull request has now been integrated. Changeset: baa6957b Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/baa6957b9bf9c050c44ef6e36d21566dd3636fa0 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8345507: Fix build of static launcher Reviewed-by: erikj ------------- PR: https://git.openjdk.org/jdk/pull/22551