Re: RFR: 8365581: Optimize Java implementation of P256 arithmetic [v3]

2025-08-30 Thread Jamil Nimeh
On Thu, 21 Aug 2025 23:30:08 GMT, Ben Perez wrote: >> There are several places where MontgomeryIntegerPolynomialP256.mult() can be >> optimized. In particular, since modulus[2] = 0 several multiplications can >> be removed. Other multiplications can be replaced by shifts, which also >> saves t

Re: RFR: 8356439: Rename JavaLangAccess::*NoRepl methods [v10]

2025-08-30 Thread Chen Liang
On Fri, 29 Aug 2025 13:48:52 GMT, Volkan Yazici wrote: >> `NoRepl`-suffixed `String` methods denote methods that do not replace >> invalid characters, but throw `CharacterCodingException` on encounter. This >> behavior cannot easily be derived from the method footprints, has been a >> source o

Re: RFR: 8356439: Rename JavaLangAccess::*NoRepl methods [v10]

2025-08-30 Thread Alan Bateman
On Fri, 29 Aug 2025 13:48:52 GMT, Volkan Yazici wrote: >> `NoRepl`-suffixed `String` methods denote methods that do not replace >> invalid characters, but throw `CharacterCodingException` on encounter. This >> behavior cannot easily be derived from the method footprints, has been a >> source o