Prepares java.security.jgss for the permissive- compiler switch by
- Adding scopes so goto doesn't jump over unitialized locals in sspi.cpp
- Adding a static modifier to a mismatched method declaration in NativeCreds.c,
as the definition is static
-
Commit messages:
- Prepare secur
On Fri, 29 Sep 2023 19:03:35 GMT, Sean Mullan wrote:
> > @seanjmullan I've created a release-note at
> > https://bugs.openjdk.org/browse/JDK-8317325. Please take a look. TIA.
>
> I would note the previous behavior, ex: "Prior to this change, the files were
> read in no specific order."
Thanks
On Thu, 28 Sep 2023 19:19:36 GMT, Sean Mullan wrote:
>>> Is there any potential compatibility issue by reading the files in a
>>> different order?
>>
>> There is a behavior change, but I doubt if anyone is using this feature. I'm
>> following what MIT krb5 has fixed. I can add a release note i
On Tue, 26 Sep 2023 19:37:23 GMT, Kevin Driver wrote:
> Fix JDK-8295919 by updating the javadoc to explain that a null or zero-length
> `digestb` will also result in a short-circuit response
This pull request has now been integrated.
Changeset: 47569a25
Author:Kevin Driver
URL:
htt
On Fri, 29 Sep 2023 16:34:28 GMT, Kevin Driver wrote:
>> Fix JDK-8295919 by updating the javadoc to explain that a null or
>> zero-length `digestb` will also result in a short-circuit response
>
> Kevin Driver has updated the pull request incrementally with one additional
> commit since the las
On Fri, 29 Sep 2023 07:41:08 GMT, Aleksey Shipilev wrote:
>> Michal Sobierski has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Better approach to parallelize sun/security/rsa/SignedObjectChain.java
>>
>> time make test TEST=jdk/sun/s
On Thu, 21 Sep 2023 13:26:14 GMT, Michal Sobierski wrote:
>> sun/security/rsa/SignedObjectChain.java is very slow when run with C1, I
>> suspect because some crypto intrinsics are only implemented in C2. Commit
>> contains changes made to parallelize it.
>>
>> Comparison of before and after pa
On Thu, 21 Sep 2023 13:26:14 GMT, Michal Sobierski wrote:
>> sun/security/rsa/SignedObjectChain.java is very slow when run with C1, I
>> suspect because some crypto intrinsics are only implemented in C2. Commit
>> contains changes made to parallelize it.
>>
>> Comparison of before and after pa
On Thu, 28 Sep 2023 19:19:36 GMT, Sean Mullan wrote:
>>> Is there any potential compatibility issue by reading the files in a
>>> different order?
>>
>> There is a behavior change, but I doubt if anyone is using this feature. I'm
>> following what MIT krb5 has fixed. I can add a release note i
> Fix JDK-8295919 by updating the javadoc to explain that a null or zero-length
> `digestb` will also result in a short-circuit response
Kevin Driver has updated the pull request incrementally with one additional
commit since the last revision:
rephrased per code review
-
Change
On Thu, 21 Sep 2023 13:26:14 GMT, Michal Sobierski wrote:
>> sun/security/rsa/SignedObjectChain.java is very slow when run with C1, I
>> suspect because some crypto intrinsics are only implemented in C2. Commit
>> contains changes made to parallelize it.
>>
>> Comparison of before and after pa
11 matches
Mail list logo