JDK 10u and generated-configure.sh

Severin Gehwolf sgehwolf at redhat.com
Tue May 8 12:56:01 UTC 2018


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