[jdk20] RFR: 8298592: Add java man page documentation for ChaCha20 and Poly1305 intrinsics

2022-12-28 Thread Jamil Nimeh
This adds documentation to the `java(1)` man page for new ChaCha20 and Poly1305 intrinsics, highlighting the diagnostic flags that were delivered in those feature enhancements. This is similar to what has already been done for AES and GHASH diagnostic flags. - JBS:

Re: RFR: JDK-8298170 : Introduce a macro for exception check, free and return

2022-12-28 Thread Matthias Baesken
On Tue, 6 Dec 2022 15:20:26 GMT, Matthias Baesken wrote: > We have a number of places in the codebase where a macro could help when we > check an exception and afterwrads free something and return. okay, if keeping the block in the code that contains free and return, we probably just stay

Withdrawn: JDK-8298170 : Introduce a macro for exception check, free and return

2022-12-28 Thread Matthias Baesken
On Tue, 6 Dec 2022 15:20:26 GMT, Matthias Baesken wrote: > We have a number of places in the codebase where a macro could help when we > check an exception and afterwrads free something and return. This pull request has been closed without being integrated. - PR:

Integrated: JDK-8235297: sun/security/ssl/SSLSessionImpl/ResumptionUpdateBoundValues.java fails intermittent

2022-12-28 Thread Matthias Baesken
On Thu, 22 Dec 2022 11:44:52 GMT, Matthias Baesken wrote: > The test sun/security/ssl/SSLSessionImpl/ResumptionUpdateBoundValues.java > fails intermittent with timeouts , this info should be added to the test. This pull request has now been integrated. Changeset: d490f15e Author: