CMake replacing Autotools?

2021-03-17 Thread Christoph GrĂ¼ninger
Dear Java devs, what do you think about the idea to replace Autotools by CMake? Is there any chance anybody would be interested? Would it be worth to write a feature request? Or even a JEP? If somebody is interested I could elaborate more about why I think CMake has advantages over Autotools.

Integrated: 8263677: Improve Character.isLowerCase/isUpperCase lookups

2021-03-17 Thread Claes Redestad
On Tue, 16 Mar 2021 12:51:02 GMT, Claes Redestad wrote: > This patch changes the otherLowercase / otherUppercase bits to be set if > either the codepoint is of type LOWERCASE_LETTER and UPPERCASE_LETTER, or the > Unicode Other_Lowercase / Other_Uppercase property is set. This simplifies > the

Re: RFR: 8263677: Improve Character.isLowerCase/isUpperCase lookups [v2]

2021-03-17 Thread Roger Riggs
On Tue, 16 Mar 2021 21:02:28 GMT, Claes Redestad wrote: >> This patch changes the otherLowercase / otherUppercase bits to be set if >> either the codepoint is of type LOWERCASE_LETTER and UPPERCASE_LETTER, or >> the Unicode Other_Lowercase / Other_Uppercase property is set. This >> simplifies

Integrated: 8263667: Avoid running GitHub actions on branches named pr/*

2021-03-17 Thread Robin Westberg
On Tue, 16 Mar 2021 10:53:06 GMT, Robin Westberg wrote: > When the Skara feature "dependent pull requests" is activated for the JDK > repository, branches with the name "pr/" will start to appear. These > will not be synced into personal forks by the Skara sync command, but if they > are