[jdk19] Integrated: 8291757: Remove EA from JDK 19 version string starting with Initial RC promotion B35 on August 11, 2022

2022-08-03 Thread David Holmes
On Thu, 4 Aug 2022 05:32:06 GMT, David Holmes wrote: > Trivial change to remove "ea" from the version string > > Thanks, > David This pull request has now been integrated. Changeset: 43bb3993 Author:David Holmes URL: https://git.openjdk.org/jdk19/commit/43bb399375b9e14ae78b7f4791ec

Re: [jdk19] RFR: 8291757: Remove EA from JDK 19 version string starting with Initial RC promotion B35 on August 11, 2022

2022-08-03 Thread David Holmes
On Thu, 4 Aug 2022 06:38:38 GMT, Alan Bateman wrote: >> Trivial change to remove "ea" from the version string >> >> Thanks, >> David > > Marked as reviewed by alanb (Reviewer). Thanks @AlanBateman ! - PR: https://git.openjdk.org/jdk19/pull/161

Re: [jdk19] RFR: 8291757: Remove EA from JDK 19 version string starting with Initial RC promotion B35 on August 11, 2022

2022-08-03 Thread Alan Bateman
On Thu, 4 Aug 2022 05:32:06 GMT, David Holmes wrote: > Trivial change to remove "ea" from the version string > > Thanks, > David Marked as reviewed by alanb (Reviewer). - PR: https://git.openjdk.org/jdk19/pull/161

[jdk19] RFR: 8291757: Remove EA from JDK 19 version string starting with Initial RC promotion B35 on August 11, 2022

2022-08-03 Thread David Holmes
Trivial change to remove "ea" from the version string Thanks, David - Commit messages: - 8291757: Remove EA from JDK 19 version string starting with Initial RC promotion B35 on August 11, 2022 Changes: https://git.openjdk.org/jdk19/pull/161/files Webrev: https://webrevs.openjdk.o

Re: RFR: 8291454: Missing check for JLI C runtime library in CoreLibraries.gmk

2022-08-03 Thread Julian Waters
On Thu, 28 Jul 2022 02:20:26 GMT, Julian Waters wrote: > CoreLibraries.gmk is missing a check for MSVCR_DLL. This results in a > defined, but empty macro in libjli if it is not defined in the build system, > which is incorrect Comment to keep thread alive - PR: https://git.openjd