JDK 10u and generated-configure.sh

Erik Joelsson erik.joelsson at oracle.com
Tue May 8 15:18:02 UTC 2018


You already got answers on build-dev, but just to confirm. Yes, someone 
at Oracle still needs to push any configure changes for 10, 9 and 8. We 
are very unlikely to backport the getting rid of generated-configure to 
10u since we don't intend to support 10 for any extended time.

If you already pushed the change to the an .m4 file, then a new bugid 
needs to be created to fix the generated-configure.sh (for both open and 
Oracle closed).

/Erik


On 2018-05-08 05:56, Severin Gehwolf wrote:
> Hi,
>
> It just occurred to me that JDK 10u seems to still be using generated-
> configure.sh. If so there is a good chance that my recent push to
> jdk10u[1] might have broken something. Is it enough to ammend this with
> this?
>
> diff --git a/make/autoconf/generated-configure.sh b/make/autoconf/generated-configure.sh
> --- a/make/autoconf/generated-configure.sh
> +++ b/make/autoconf/generated-configure.sh
> @@ -5187,7 +5187,7 @@
>   #CUSTOM_AUTOCONF_INCLUDE
>   
>   # Do not change or remove the following line, it is needed for consistency checks:
> -DATE_WHEN_GENERATED=1516225089
> +DATE_WHEN_GENERATED=1525783673
>   
>   ###############################################################################
>   #
> @@ -67486,7 +67486,7 @@
>     BOOTCYCLE_JVM_ARGS_BIG=-Xms64M
>   
>     # Maximum amount of heap memory and stack size.
> -  JVM_HEAP_LIMIT_32="1024"
> +  JVM_HEAP_LIMIT_32="768"
>     # Running a 64 bit JVM allows for and requires a bigger heap
>     JVM_HEAP_LIMIT_64="1600"
>     STACK_SIZE_32=768
>
> Does somebody at Oracle need to push this for me? My sincere appologies for the trouble!
>
> Please advise whether anything needs to be done.
>
> Thanks,
> Severin
>
> [1] http://hg.openjdk.java.net/jdk-updates/jdk10u/rev/2f8a4aafe85f



More information about the jdk-updates-dev mailing list