Integrated: 8275063: Implementation of Foreign Function & Memory API (Second incubator)

2021-11-24 Thread Maurizio Cimadamore
On Tue, 12 Oct 2021 11:16:51 GMT, Maurizio Cimadamore wrote: > This PR contains the API and implementation changes for JEP-419 [1]. A more > detailed description of such changes, to avoid repetitions during the review > process, is included as a separate comment. > > [1] - https://openjdk.jav

Regression bug in PKCS12 key wrapping

2021-11-24 Thread Anders Rundgren
Hi List, Although this bug is for BC, I believe the problem is rather in JDK 17: https://github.com/bcgit/bc-java/issues/823#issuecomment-977919380 Thanx, Anders

Re: RFR: 8272162: S4U2Self ticket without forwardable flag [v2]

2021-11-24 Thread Valerie Peng
On Wed, 24 Nov 2021 02:45:37 GMT, Weijun Wang wrote: >> The S4U2proxy extension requires that the service ticket to the first >> service has the forwardable flag set, but some versions of Windows Server do >> not set the forwardable flag in a S4U2self response and accept it in a >> S4U2proxy r

Re: RFR: 8276660: Scalability bottleneck in java.security.Provider.getService()

2021-11-24 Thread Valerie Peng
On Tue, 23 Nov 2021 08:32:24 GMT, Andrey Turbanov wrote: >> It is observed that when running crypto benchmark with large number of >> threads, a lot of time is spent on the synchronized block inside the >> Provider.getService() method. The cause for this is that >> Provider.getService() method

Re: RFR: 8276660: Scalability bottleneck in java.security.Provider.getService() [v2]

2021-11-24 Thread Valerie Peng
> It is observed that when running crypto benchmark with large number of > threads, a lot of time is spent on the synchronized block inside the > Provider.getService() method. The cause for this is that > Provider.getService() method first uses the 'serviceMap' field to find the > requested ser

Re: RFR: 8276660: Scalability bottleneck in java.security.Provider.getService() [v2]

2021-11-24 Thread Valerie Peng
On Tue, 23 Nov 2021 08:25:42 GMT, Andrey Turbanov wrote: >> Valerie Peng has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Updated to use pattern matching with instanceof operator. > > src/java.base/share/classes/java/security/Provider.jav

Re: Regression bug in PKCS12 key wrapping

2021-11-24 Thread Wei-Jun Wang
> On Nov 24, 2021, at 11:14 AM, Anders Rundgren > wrote: > > Hi List, > > Although this bug is for BC, I believe the problem is rather in JDK 17: > https://github.com/bcgit/bc-java/issues/823#issuecomment-977919380 Can you point out which part in JDK 17 the problem is? Please note that in J

Re: Regression bug in PKCS12 key wrapping

2021-11-24 Thread Anders Rundgren
Apparently there was a bug in BC. The GitHub issue has been updated. Case dismissed :) thanx, Anders On 2021-11-25 4:10, Wei-Jun Wang wrote: On Nov 24, 2021, at 11:14 AM, Anders Rundgren wrote: Hi List, Although this bug is for BC, I believe the problem is rather in JDK 17: https://githu