# HG changeset patch # User Andrew John Hughes # Date 1598229955 -3600 # Node ID 69e945b715f52d681bb4daa2f50f2a148a9eebdf # Parent cf679deb93d4377cb6789cbc467bf51bc51ddd42 Bump to icedtea-3.17.0pre01. Upstream changes: - JDK-4949105: Access Bridge lacks html tags parsing - JDK-8003209: JFR events for network utilization - JDK-8028431: NullPointerException in DerValue.equals(DerValue) - JDK-8030680: 292 cleanup from default method code assessment - JDK-8035633: TEST_BUG: java/net/NetworkInterface/Equals.java and some tests failed on windows intermittently - JDK-8041626: Shutdown tracing event - JDK-8041915: Move 8 awt tests to OpenJDK regression tests tree - JDK-8141056: Erroneous assignment in HeapRegionSet.cpp - JDK-8149338: JVM Crash caused by Marlin renderer not handling NaN coordinates - JDK-8151582: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded" - JDK-8165675: Trace event for thread park has incorrect unit for timeout - JDK-8176182: 4 security tests are not run - JDK-8178910: Problemlist sample tests - JDK-8183925: Decouple crash protection from watcher thread - JDK-8183925, PR3797: [AArch64] Decouple crash protection from watcher thread - JDK-8191393: Random crashes during cfree+0x1c - JDK-8195817: JFR.stop should require name of recording - JDK-8195818: JFR.start should increase autogenerated name by one - JDK-8195819: Remove recording=x from jcmd JFR.check output - JDK-8199712: Flight Recorder - JDK-8199712, PR3797: [AArch64] Flight Recorder - JDK-8202578: Revisit location for class unload events - JDK-8202835: jfr/event/os/TestSystemProcess.java fails on missing events - JDK-8203287: Zero fails to build after JDK-8199712 (Flight Recorder) - JDK-8203346: JFR: Inconsistent signature of jfr_add_string_constant - JDK-8203664: JFR start failure after AppCDS archive created with JFR StartFlightRecording - JDK-8203921: JFR thread sampling is missing fixes from JDK-8194552 - JDK-8203929: Limit amount of data for JFR.dump - JDK-8205516: JFR tool - JDK-8207392: [PPC64] Implement JFR profiling - JDK-8207829: FlightRecorderMXBeanImpl is leaking the first classloader which calls it - JDK-8209960: -Xlog:jfr* doesn't work with the JFR - JDK-8210024: JFR calls virtual is_Java_thread from ~Thread() - JDK-8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7 - JDK-8211239: Build fails without JFR: empty JFR events signatures mismatch - JDK-8212232: Wrong metadata for the configuration of the cutoff for old object sample events - JDK-8213015: Inconsistent settings between JFR.configure and -XX:FlightRecorderOptions - JDK-8213421: Line number information for execution samples always 0 - JDK-8213617: JFR should record the PID of the recorded process - JDK-8213734: SAXParser.parse(File, ..) does not close resources when Exception occurs. - JDK-8213914: [TESTBUG] Several JFR VM events are not covered by tests - JDK-8213917: [TESTBUG] Shutdown JFR event is not covered by test - JDK-8213966: The ZGC JFR events should be marked as experimental - JDK-8214542: JFR: Old Object Sample event slow on a deep heap in debug builds - JDK-8214750: Unnecessary

tags in jfr classes - JDK-8214896: JFR Tool left files behind - JDK-8214906: [TESTBUG] jfr/event/sampling/TestNative.java fails with UnsatisfiedLinkError - JDK-8214925: JFR tool fails to execute - JDK-8215175: Inconsistencies in JFR event metadata - JDK-8215237: jdk.jfr.Recording javadoc does not compile - JDK-8215284: Reduce noise induced by periodic task getFileSize() - JDK-8215355: Object monitor deadlock with no threads holding the monitor (using jemalloc 5.1) - JDK-8215362: JFR GTest JfrTestNetworkUtilization fails - JDK-8215771: The jfr tool should pretty print reference chains - JDK-8215961, PR3797: jdk/jfr/event/os/TestCPUInformation.java fails on AArch64 - JDK-8216064: -XX:StartFlightRecording:settings= doesn't work properly - JDK-8216486: Possibility of integer overflow in JfrThreadSampler::run() - JDK-8216528: test/jdk/java/rmi/transport/runtimeThreadInheritanceLeak/RuntimeThreadInheritanceLeak.java failing with Xcomp - JDK-8216559: [JFR] Native libraries not correctly parsed from /proc/self/maps - JDK-8216578: Remove unused/obsolete method in JFR code - JDK-8216995: Clean up JFR command line processing - JDK-8217744: [TESTBUG] JFR TestShutdownEvent fails on some systems due to process surviving SIGINT - JDK-8217748: [TESTBUG] Exclude TestSig test case from JFR TestShutdownEvent - JDK-8218935: Make jfr strncpy uses GCC 8.x friendly - JDK-8223147: JFR Backport - JDK-8223689: Add JFR Thread Sampling Support - JDK-8223690: Add JFR BiasedLock Event Support - JDK-8223691: Add JFR G1 Region Type Change Event Support - JDK-8223692: Add JFR G1 Heap Summary Event Support - JDK-8224172: assert(jfr_is_event_enabled(id)) failed: invariant - JDK-8224475: JTextPane does not show images in HTML rendering - JDK-8226253: JAWS reports wrong number of radio buttons when buttons are hidden. - JDK-8226779: [TESTBUG] Test JFR API from Java agent - JDK-8226892: ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys - JDK-8227011: Starting a JFR recording in response to JVMTI VMInit and / or Java agent premain corrupts memory - JDK-8227605: Kitchensink fails "assert((((klass)->trace_id() & (JfrTraceIdEpoch::leakp_in_use_this_epoch_bit())) != 0)) failed: invariant" - JDK-8229366: JFR backport allows unchecked writing to memory - JDK-8229401: Fix JFR code cache test failures - JDK-8229708: JFR backport code does not initialize - JDK-8229873: 8229401 broke jdk8u-jfr-incubator - JDK-8230448: [test] JFRSecurityTestSuite.java is failing on Windows - JDK-8230707: JFR related tests are failing - JDK-8230782: Robot.createScreenCapture() fails if ?awt.robot.gtk? is set to false - JDK-8230856: Java_java_net_NetworkInterface_getByName0 on unix misses ReleaseStringUTFChars in early return - JDK-8230947: TestLookForUntestedEvents.java is failing after JDK-8230707 - JDK-8231995: two jtreg tests failed after 8229366 is fixed - JDK-8233623: Add classpath exception to copyright in EventHandlerProxyCreator.java file - JDK-8233880, PR3798: Support compilers with multi-digit major version numbers - JDK-8236002: CSR for JFR backport suggests not leaving out the package-info - JDK-8236008: Some backup files were accidentally left in the hotspot tree - JDK-8236074: Missed package-info - JDK-8236174: Should update javadoc since tags - JDK-8238076: Fix OpenJDK 7 Bootstrap Broken by JFR Backport - JDK-8238380, PR3798: java.base/unix/native/libjava/childproc.c "multiple definition" link errors with GCC10 - JDK-8238386, PR3798: (sctp) jdk.sctp/unix/native/libsctp/SctpNet.c "multiple definition" link errors with GCC10 - JDK-8238388, PR3798: libj2gss/NativeFunc.o "multiple definition" link errors with GCC10 - JDK-8238452: Keytool generates wrong expiration date if validity is set to 2050/01/01 - JDK-8238555: Allow Initialization of SunPKCS11 with NSS when there are external FIPS modules in the NSSDB - JDK-8238589: Necessary code cleanup in JFR for JDK8u - JDK-8238590: Enable JFR by default during compilation in 8u - JDK-8239055: Wrong implementation of VMState.hasListener - JDK-8239476: JDK-8238589 broke windows build by moving OrderedPair - JDK-8239479: minimal1 and zero builds are failing - JDK-8239867: correct over use of INCLUDE_JFR macro - JDK-8240375: Disable JFR by default for July 2020 release - JDK-8241444: Metaspace::_class_vsm not initialized if compressed class pointers are disabled - JDK-8241902: AIX Build broken after integration of JDK-8223147 (JFR Backport) - JDK-8242788: Non-PCH build is broken after JDK-8191393 ChangeLog: 2020-08-23 Andrew John Hughes Bump to icedtea-3.17.0pre01. * Makefile.am: (CORBA_CHANGESET): Update to icedtea-3.17.0pre01 tag. (JAXP_CHANGESET): Likewise. (JAXWS_CHANGESET): Likewise. (JDK_CHANGESET): Likewise. (LANGTOOLS_CHANGESET): Likewise. (OPENJDK_CHANGESET): Likewise. (NASHORN_CHANGESET): Likewise. (CORBA_SHA256SUM): Likewise. (JAXP_SHA256SUM): Likewise. (JAXWS_SHA256SUM): Likewise. (JDK_SHA256SUM): Likewise. (LANGTOOLS_SHA256SUM): Likewise. (OPENJDK_SHA256SUM): Likewise. (NASHORN_SHA256SUM): Likewise. (ICEDTEA_CONFIGURE): Pass --enable-jfr or --disable-jfr, depending on if USE_JFR is set or not. * NEWS: Updated. * acinclude.m4: (IT_DETERMINE_VERSION): Set JDK_UPDATE_VERSION to 262, BUILD_VERSION to b01 and MILESTONE to ea for first build promotion.. * configure.ac: Bump to 3.17.0pre01. * hotspot.map.in: Update to icedtea-3.17.0pre01 tag. diff -r cf679deb93d4 -r 69e945b715f5 ChangeLog --- a/ChangeLog Thu Aug 20 22:59:01 2020 +0100 +++ b/ChangeLog Mon Aug 24 01:45:55 2020 +0100 @@ -1,3 +1,32 @@ +2020-08-23 Andrew John Hughes + + Bump to icedtea-3.17.0pre01. + * Makefile.am: + (CORBA_CHANGESET): Update to icedtea-3.17.0pre01 tag. + (JAXP_CHANGESET): Likewise. + (JAXWS_CHANGESET): Likewise. + (JDK_CHANGESET): Likewise. + (LANGTOOLS_CHANGESET): Likewise. + (OPENJDK_CHANGESET): Likewise. + (NASHORN_CHANGESET): Likewise. + (CORBA_SHA256SUM): Likewise. + (JAXP_SHA256SUM): Likewise. + (JAXWS_SHA256SUM): Likewise. + (JDK_SHA256SUM): Likewise. + (LANGTOOLS_SHA256SUM): Likewise. + (OPENJDK_SHA256SUM): Likewise. + (NASHORN_SHA256SUM): Likewise. + (ICEDTEA_CONFIGURE): Pass --enable-jfr or + --disable-jfr, depending on if USE_JFR is set + or not. + * NEWS: Updated. + * acinclude.m4: + (IT_DETERMINE_VERSION): Set JDK_UPDATE_VERSION to 262, + BUILD_VERSION to b01 and MILESTONE to ea for first + build promotion.. + * configure.ac: Bump to 3.17.0pre01. + * hotspot.map.in: Update to icedtea-3.17.0pre01 tag. + 2020-08-19 Andrew John Hughes PR3796: Allow the number of curves supported to be specified diff -r cf679deb93d4 -r 69e945b715f5 Makefile.am --- a/Makefile.am Thu Aug 20 22:59:01 2020 +0100 +++ b/Makefile.am Mon Aug 24 01:45:55 2020 +0100 @@ -1,20 +1,20 @@ # Dependencies -CORBA_CHANGESET = ea3169880d70 -JAXP_CHANGESET = 883803235596 -JAXWS_CHANGESET = e5d96dc9988a -JDK_CHANGESET = bb9b9a0ad162 -LANGTOOLS_CHANGESET = e47d37e5fe0b -OPENJDK_CHANGESET = bca1f7228ce8 -NASHORN_CHANGESET = 1d70dcb4ab53 - -CORBA_SHA256SUM = 45fbaefea10211f1efc17df5d1f2197583a119d2e8d1773ecd0f4fbc786813d3 -JAXP_SHA256SUM = 030ee059bcb815934b4ea4fb1e6b8d4ee4d15fdad6f4ea8ce20f99ded80631b6 -JAXWS_SHA256SUM = b529f8d44af3ed7588e51f8326da2ba47fb3ea79c23933b5a7e8ec1e5e4e0f1b -JDK_SHA256SUM = da14787acc99062ffb8b087eb27619eded0c84649b4a4e0f8d50d5c067533e8b -LANGTOOLS_SHA256SUM = dd6978cce62c30bdeb2afeec865449d99e2a65a8555fdbecf9f7173c10022fcd -OPENJDK_SHA256SUM = f08a768697cefd1bc2b358b075803d366d7023c7e84a78fc47fef66134bbc7e9 -NASHORN_SHA256SUM = 30086e392a365242c7c61eee18534bfc1583ced855fbb301f187fcd16403845c +CORBA_CHANGESET = e1696465ea34 +JAXP_CHANGESET = 53bd98f3ee46 +JAXWS_CHANGESET = accca84b727d +JDK_CHANGESET = c409176a879f +LANGTOOLS_CHANGESET = ad7ffc1bb8e1 +OPENJDK_CHANGESET = 224893ede003 +NASHORN_CHANGESET = 36e295162ff1 + +CORBA_SHA256SUM = 18da9bffdb2c5304f66fe51aa81d5825863c28b79fbce327e860aa48c511f228 +JAXP_SHA256SUM = 0a715d8d1d1f4412a2f379cb014027bbf9c1a2b40160306697fa24e52b9ae45c +JAXWS_SHA256SUM = a6456f2769831ea46dd24455f1a073e1f333870077d70940a2226d06d8e9d08a +JDK_SHA256SUM = af9dd9b328336529202d5bb9ac63902b5890f8250079f4bbe5b8b209367f7aeb +LANGTOOLS_SHA256SUM = a82d361f0a6f9bcd7d569c33130748363bf1253e35dca1d62456ccfb688e3052 +OPENJDK_SHA256SUM = 7acc61f097017aaa35e61b9bb17478858007cfa86e5c85b7dd5069b3449b1f5e +NASHORN_SHA256SUM = c5f1b5b20fcfdc85c64a29f998a4592f1fbe2558f9e6179799dbcb53166583e7 HS_TYPE = "`$(AWK) 'version==$$1 {print $$2}' version=$(HSBUILD) $(abs_top_builddir)/hotspot.map`" HS_URL = "`$(AWK) 'version==$$1 {print $$3}' version=$(HSBUILD) $(abs_top_builddir)/hotspot.map`" @@ -630,6 +630,14 @@ --enable-precompiled-headers endif +if USE_JFR +ICEDTEA_CONFIGURE += \ + --enable-jfr +else +ICEDTEA_CONFIGURE += \ + --disable-jfr +endif + ICEDTEA_UNSET = \ JAVAC= \ JAVA_HOME= \ diff -r cf679deb93d4 -r 69e945b715f5 NEWS --- a/NEWS Thu Aug 20 22:59:01 2020 +0100 +++ b/NEWS Mon Aug 24 01:45:55 2020 +0100 @@ -13,12 +13,21 @@ New in release 3.17.0 (2020-07-XX): -* Shenandoah +* New features + - PR3796: Allow the number of curves supported to be specified +* Import of OpenJDK 8 u262 build 01 + - JDK-4949105: Access Bridge lacks html tags parsing - JDK-8003209: JFR events for network utilization + - JDK-8028431: NullPointerException in DerValue.equals(DerValue) - JDK-8030680: 292 cleanup from default method code assessment + - JDK-8035633: TEST_BUG: java/net/NetworkInterface/Equals.java and some tests failed on windows intermittently - JDK-8041626: Shutdown tracing event - JDK-8141056: Erroneous assignment in HeapRegionSet.cpp + - JDK-8149338: JVM Crash caused by Marlin renderer not handling NaN coordinates + - JDK-8151582: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded" - JDK-8165675: Trace event for thread park has incorrect unit for timeout + - JDK-8176182: 4 security tests are not run + - JDK-8178910: Problemlist sample tests - JDK-8183925: Decouple crash protection from watcher thread - JDK-8191393: Random crashes during cfree+0x1c - JDK-8195817: JFR.stop should require name of recording @@ -34,23 +43,38 @@ - JDK-8203929: Limit amount of data for JFR.dump - JDK-8205516: JFR tool - JDK-8207392: [PPC64] Implement JFR profiling + - JDK-8207829: FlightRecorderMXBeanImpl is leaking the first classloader which calls it - JDK-8209960: -Xlog:jfr* doesn't work with the JFR - JDK-8210024: JFR calls virtual is_Java_thread from ~Thread() - JDK-8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7 - JDK-8211239: Build fails without JFR: empty JFR events signatures mismatch + - JDK-8212232: Wrong metadata for the configuration of the cutoff for old object sample events - JDK-8213015: Inconsistent settings between JFR.configure and -XX:FlightRecorderOptions - JDK-8213421: Line number information for execution samples always 0 - JDK-8213617: JFR should record the PID of the recorded process + - JDK-8213734: SAXParser.parse(File, ..) does not close resources when Exception occurs. + - JDK-8213914: [TESTBUG] Several JFR VM events are not covered by tests + - JDK-8213917: [TESTBUG] Shutdown JFR event is not covered by test - JDK-8213966: The ZGC JFR events should be marked as experimental - JDK-8214542: JFR: Old Object Sample event slow on a deep heap in debug builds + - JDK-8214750: Unnecessary

tags in jfr classes + - JDK-8214896: JFR Tool left files behind + - JDK-8214906: [TESTBUG] jfr/event/sampling/TestNative.java fails with UnsatisfiedLinkError + - JDK-8214925: JFR tool fails to execute - JDK-8215175: Inconsistencies in JFR event metadata + - JDK-8215237: jdk.jfr.Recording javadoc does not compile - JDK-8215284: Reduce noise induced by periodic task getFileSize() - JDK-8215355: Object monitor deadlock with no threads holding the monitor (using jemalloc 5.1) + - JDK-8215362: JFR GTest JfrTestNetworkUtilization fails + - JDK-8215771: The jfr tool should pretty print reference chains - JDK-8216064: -XX:StartFlightRecording:settings= doesn't work properly - JDK-8216486: Possibility of integer overflow in JfrThreadSampler::run() + - JDK-8216528: test/jdk/java/rmi/transport/runtimeThreadInheritanceLeak/RuntimeThreadInheritanceLeak.java failing with Xcomp - JDK-8216559: [JFR] Native libraries not correctly parsed from /proc/self/maps - JDK-8216578: Remove unused/obsolete method in JFR code - JDK-8216995: Clean up JFR command line processing + - JDK-8217744: [TESTBUG] JFR TestShutdownEvent fails on some systems due to process surviving SIGINT + - JDK-8217748: [TESTBUG] Exclude TestSig test case from JFR TestShutdownEvent - JDK-8218935: Make jfr strncpy uses GCC 8.x friendly - JDK-8223147: JFR Backport - JDK-8223689: Add JFR Thread Sampling Support @@ -58,26 +82,49 @@ - JDK-8223691: Add JFR G1 Region Type Change Event Support - JDK-8223692: Add JFR G1 Heap Summary Event Support - JDK-8224172: assert(jfr_is_event_enabled(id)) failed: invariant + - JDK-8224475: JTextPane does not show images in HTML rendering + - JDK-8226253: JAWS reports wrong number of radio buttons when buttons are hidden. + - JDK-8226779: [TESTBUG] Test JFR API from Java agent + - JDK-8226892: ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys - JDK-8227011: Starting a JFR recording in response to JVMTI VMInit and / or Java agent premain corrupts memory - JDK-8227605: Kitchensink fails "assert((((klass)->trace_id() & (JfrTraceIdEpoch::leakp_in_use_this_epoch_bit())) != 0)) failed: invariant" - JDK-8229366: JFR backport allows unchecked writing to memory - JDK-8229401: Fix JFR code cache test failures - JDK-8229708: JFR backport code does not initialize - JDK-8229873: 8229401 broke jdk8u-jfr-incubator + - JDK-8230448: [test] JFRSecurityTestSuite.java is failing on Windows - JDK-8230707: JFR related tests are failing + - JDK-8230782: Robot.createScreenCapture() fails if ?awt.robot.gtk? is set to false + - JDK-8230856: Java_java_net_NetworkInterface_getByName0 on unix misses ReleaseStringUTFChars in early return + - JDK-8230947: TestLookForUntestedEvents.java is failing after JDK-8230707 - JDK-8231995: two jtreg tests failed after 8229366 is fixed + - JDK-8233623: Add classpath exception to copyright in EventHandlerProxyCreator.java file + - JDK-8236002: CSR for JFR backport suggests not leaving out the package-info - JDK-8236008: Some backup files were accidentally left in the hotspot tree + - JDK-8236074: Missed package-info + - JDK-8236174: Should update javadoc since tags - JDK-8238076: Fix OpenJDK 7 Bootstrap Broken by JFR Backport + - JDK-8238452: Keytool generates wrong expiration date if validity is set to 2050/01/01 + - JDK-8238555: Allow Initialization of SunPKCS11 with NSS when there are external FIPS modules in the NSSDB - JDK-8238589: Necessary code cleanup in JFR for JDK8u + - JDK-8238590: Enable JFR by default during compilation in 8u + - JDK-8239055: Wrong implementation of VMState.hasListener - JDK-8239476: JDK-8238589 broke windows build by moving OrderedPair + - JDK-8239479: minimal1 and zero builds are failing - JDK-8239867: correct over use of INCLUDE_JFR macro + - JDK-8240375: Disable JFR by default for July 2020 release - JDK-8241444: Metaspace::_class_vsm not initialized if compressed class pointers are disabled - JDK-8241902: AIX Build broken after integration of JDK-8223147 (JFR Backport) - JDK-8242788: Non-PCH build is broken after JDK-8191393 +* Backports + - JDK-8233880, PR3798: Support compilers with multi-digit major version numbers + - JDK-8238380, PR3798: java.base/unix/native/libjava/childproc.c "multiple definition" link errors with GCC10 + - JDK-8238386, PR3798: (sctp) jdk.sctp/unix/native/libsctp/SctpNet.c "multiple definition" link errors with GCC10 + - JDK-8238388, PR3798: libj2gss/NativeFunc.o "multiple definition" link errors with GCC10 * AArch64 port - - JDK-8183925: [AArch64] Decouple crash protection from watcher thread - - JDK-8199712: [AArch64] Flight Recorder - - JDK-8215961: jdk/jfr/event/os/TestCPUInformation.java fails on AArch64 + - JDK-8183925, PR3797: [AArch64] Decouple crash protection from watcher thread + - JDK-8199712, PR3797: [AArch64] Flight Recorder + - JDK-8215961, PR3797: jdk/jfr/event/os/TestCPUInformation.java fails on AArch64 New in release 3.16.0 (2020-05-02): diff -r cf679deb93d4 -r 69e945b715f5 acinclude.m4 --- a/acinclude.m4 Thu Aug 20 22:59:01 2020 +0100 +++ b/acinclude.m4 Mon Aug 24 01:45:55 2020 +0100 @@ -2089,9 +2089,9 @@ AC_MSG_CHECKING([which branch and release of IcedTea is being built]) JAVA_VER=1.8.0 JAVA_VENDOR=openjdk - JDK_UPDATE_VERSION=252 - BUILD_VERSION=b09 - MILESTONE=fcs + JDK_UPDATE_VERSION=262 + BUILD_VERSION=b01 + MILESTONE=ea if test "x${MILESTONE}" = "xfcs"; then COMBINED_VERSION=${JDK_UPDATE_VERSION}-${BUILD_VERSION} else @@ -2866,3 +2866,48 @@ fi AC_SUBST(VENDOR_VM_BUG_URL) ]) + +AC_DEFUN_ONCE([IT_ARCH_HAS_JFR], +[ + AC_REQUIRE([IT_WITH_HOTSPOT_BUILD]) + AC_MSG_CHECKING([if the Java Flight Recorder is available in the ${HSBUILD} HotSpot build for ${host_cpu}]) + supports_jfr=yes; + case "${host_cpu}" in + aarch64|arm64) if test "x${HSBUILD}" = "xaarch32"; then supports_jfr=no; fi ;; + i?86) supports_jfr=no ;; + sparc) ;; + x86_64) ;; + powerpc64) ;; + powerpc64le) ;; + arm*) if test "x${HSBUILD}" != "xaarch32"; then supports_jfr=no; fi ;; + *) supports_jfr=no; + esac + AC_MSG_RESULT([$supports_jfr]) +]) + +AC_DEFUN_ONCE([IT_ENABLE_JFR], +[ + AC_REQUIRE([IT_ARCH_HAS_JFR]) + AC_MSG_CHECKING([whether to build OpenJDK with the Java Flight Recorder]) + AC_ARG_ENABLE([jfr], + [AS_HELP_STRING(--enable-jfr,compile OpenJDK with the Java Flight Recorder [[default=no]])], + [ + case "${enableval}" in + no) + ENABLE_JFR=no + ;; + *) + ENABLE_JFR=yes + ;; + esac + ], + [ + ENABLE_JFR=no + ]) + AC_MSG_RESULT(${ENABLE_JFR}) + if test "x${ENABLE_JFR}" = "xyes" -a "x$supports_jfr" = "xno"; then + AC_MSG_ERROR([The Java Flight Recorder is not supported on this platform.]) + fi + AM_CONDITIONAL(USE_JFR, test x"${ENABLE_JFR}" = "xyes") + AC_SUBST(ENABLE_JFR) +]) diff -r cf679deb93d4 -r 69e945b715f5 configure.ac --- a/configure.ac Thu Aug 20 22:59:01 2020 +0100 +++ b/configure.ac Mon Aug 24 01:45:55 2020 +0100 @@ -1,4 +1,4 @@ -AC_INIT([icedtea], [3.17.0pre00], [distro-pkg-dev@openjdk.java.net]) +AC_INIT([icedtea], [3.17.0pre01], [distro-pkg-dev@openjdk.java.net]) AC_CANONICAL_HOST AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([1.9 tar-pax foreign]) @@ -138,6 +138,7 @@ IT_WITH_TAPSET_DIR IT_WITH_CURVES IT_ENABLE_HEADLESS +IT_ENABLE_JFR IT_ENABLE_CCACHE IT_ENABLE_SPLIT_DEBUGINFO diff -r cf679deb93d4 -r 69e945b715f5 hotspot.map.in --- a/hotspot.map.in Thu Aug 20 22:59:01 2020 +0100 +++ b/hotspot.map.in Mon Aug 24 01:45:55 2020 +0100 @@ -1,4 +1,4 @@ # version type(drop/hg) url changeset sha256sum -default drop https://icedtea.classpath.org/download/drops/icedtea8/@ICEDTEA_RELEASE@ eeb08cfebded a6b3e5379b95d6263d8d397cf181d6c07946400f1d5a424a8bc06c1cce9ef1e3 +default drop https://icedtea.classpath.org/download/drops/icedtea8/@ICEDTEA_RELEASE@ 88961de57e43 5aa5045f0489e67e525b0ea88debee9e2a7db89291c2dfb0a52b7d23492b1b99 shenandoah drop https://icedtea.classpath.org/download/drops/icedtea8/@ICEDTEA_RELEASE@ 7d23269db69a ca473d1f3bc0ac5ca6713a4df31d42d911c50f9789f0dce5b1726bd5a13536b1 aarch32 drop https://icedtea.classpath.org/download/drops/icedtea8/@ICEDTEA_RELEASE@ 104a5c7f735e 642ece375346300cf11dce79dfb9ac3d5ac470bc68246ccf6fdcde7a495dc73b