We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5886ef7 commit 7b7136bCopy full SHA for 7b7136b
make/autoconf/configure
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
#
3
-# Copyright (c) 2012, 2023, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
4
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5
6
# This code is free software; you can redistribute it and/or modify it
@@ -366,7 +366,7 @@ EOT
366
367
# Print additional help, e.g. a list of toolchains and JVM features.
368
# This must be done by the autoconf script.
369
- ( CONFIGURE_PRINT_ADDITIONAL_HELP=true . $generated_script PRINTF=printf )
+ ( CONFIGURE_PRINT_ADDITIONAL_HELP=true . $generated_script PRINTF=printf ECHO=echo )
370
371
cat <<EOT
372
/backport :jdk25
@sendaoYan the backport was successfully created on the branch backport-sendaoYan-7b7136b4-jdk25 in my personal fork of openjdk/jdk. To create a pull request with this backport targeting openjdk/jdk:jdk25, just click the following link:
➡️ Create pull request
The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:
Hi all, This pull request contains a backport of commit 7b7136b4 from the openjdk/jdk repository. The commit being backported was authored by SendaoYan on 12 Jun 2025 and was reviewed by Erik Joelsson and Magnus Ihse Bursie. Thanks!
Hi all,
This pull request contains a backport of commit 7b7136b4 from the openjdk/jdk repository.
The commit being backported was authored by SendaoYan on 12 Jun 2025 and was reviewed by Erik Joelsson and Magnus Ihse Bursie.
Thanks!
If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk:
$ git fetch https://github.com/openjdk-bots/jdk.git backport-sendaoYan-7b7136b4-jdk25:backport-sendaoYan-7b7136b4-jdk25 $ git checkout backport-sendaoYan-7b7136b4-jdk25 # make changes $ git add paths/to/changed/files $ git commit --message 'Describe additional changes made' $ git push https://github.com/openjdk-bots/jdk.git backport-sendaoYan-7b7136b4-jdk25
3 commit comments
openjdk-notifier[bot] commentedon Jun 12, 2025
Review
Issues
sendaoYan commentedon Jun 13, 2025
/backport :jdk25
openjdk[bot] commentedon Jun 13, 2025
@sendaoYan the backport was successfully created on the branch backport-sendaoYan-7b7136b4-jdk25 in my personal fork of openjdk/jdk. To create a pull request with this backport targeting openjdk/jdk:jdk25, just click the following link:
➡️ Create pull request
The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:
If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk: