On Tue, 4 Feb 2025 17:18:09 GMT, Daniel Fuchs wrote:
>> Bradford Wetmore has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Codereview Comments
>
> src/java.base/share/classes/javax/net/ssl/SSLParameters.java line 668:
>
>> 666: *
> Update and clarify the sample code.
>
> Docs only, no additional testing other than verifying javadoc is correctly
> output.
Bradford Wetmore has updated the pull request incrementally with one additional
commit since the last revision:
Codereview Comments
-
Changes:
- all:
On Fri, 31 Jan 2025 16:48:09 GMT, Jamil Nimeh wrote:
> This enhancement makes a change to the ChaCha20 block function intrinsic on
> aarch64, moving away from the block parallel implementation and to the
> quarter-round parallel implementation that was done on x86_64. Assembly
> language prof
On Mon, 3 Feb 2025 18:11:51 GMT, Ferenc Rakoczi wrote:
>> @ferakocz I'm afraid you lucked out on getting your change committed before
>> my reorganization of the stub generation code. If you are unsure of how to
>> do the merge so your new stub is declared and generated following the new
>> mo
On Mon, 3 Feb 2025 23:56:18 GMT, Jamil Nimeh wrote:
>> This enhancement makes a change to the ChaCha20 block function intrinsic on
>> aarch64, moving away from the block parallel implementation and to the
>> quarter-round parallel implementation that was done on x86_64. Assembly
>> language p
On Fri, 31 Jan 2025 01:45:47 GMT, Bradford Wetmore wrote:
> Update and clarify the sample code.
>
> Docs only, no additional testing other than verifying javadoc is correctly
> output.
src/java.base/share/classes/javax/net/ssl/SSLParameters.java line 668:
> 666: * String encodedHukUn
> Update and clarify the sample code.
>
> Docs only, no additional testing other than verifying javadoc is correctly
> output.
Bradford Wetmore has updated the pull request with a new target base due to a
merge or a rebase. The incremental webrev excludes the unrelated changes
brought in by th
During JVM startup, the class KnownOIDs is loaded. KnownOIDs has 10 anonymous
classes, which slows down the startup. This PR is to improve KnownOIDs and
eliminate unnecessary embedded classes.
Here's how to reproduce this:
public class Startup {
public static void main(String[] args) {}
}
On Thu, 23 Jan 2025 20:56:25 GMT, Ben Perez wrote:
> Removed algorithm-specific information from `KeyPairGenerator` class
> description and instead linked out to the Sun Provider documentation
This pull request has now been integrated.
Changeset: 9d23de58
Author:Ben Perez
URL:
http
On Sat, 1 Feb 2025 04:20:36 GMT, Anthony Scarpino wrote:
> I need a review of this change that adds new timing controls for the initial
> server setup. On rare occasions, more so on certain architectures, the
> server may not fully start before the client tries to connect. Additional
> debug
On Mon, 3 Feb 2025 18:11:51 GMT, Ferenc Rakoczi wrote:
>> @ferakocz I'm afraid you lucked out on getting your change committed before
>> my reorganization of the stub generation code. If you are unsure of how to
>> do the merge so your new stub is declared and generated following the new
>> mo
> Removed algorithm-specific information from `KeyPairGenerator` class
> description and instead linked out to the Sun Provider documentation
Ben Perez has updated the pull request incrementally with one additional commit
since the last revision:
Update copyright date
-
Changes:
On Tue, 4 Feb 2025 20:37:52 GMT, Ben Perez wrote:
>> Removed algorithm-specific information from `KeyPairGenerator` class
>> description and instead linked out to the Sun Provider documentation
>
> Ben Perez has updated the pull request incrementally with one additional
> commit since the last
On Tue, 28 Jan 2025 20:47:01 GMT, Ben Perez wrote:
>> Removed algorithm-specific information from `KeyPairGenerator` class
>> description and instead linked out to the Sun Provider documentation
>
> Ben Perez has updated the pull request incrementally with one additional
> commit since the last
[JDK-8349084](https://bugs.openjdk.org/browse/JDK-8349084)
-
Commit messages:
- first iteration
Changes: https://git.openjdk.org/jdk/pull/23452/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23452&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8349084
Stats: 2310
Refactor the following to run fully in java:
test/java/security//Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh
test/java/security//Security/ClassLoaderDeadlock/Deadlock.sh
-
Commit messages:
- JDK-8349348: Refactor ClassLoaderDeadlock.sh and Deadlock.sh to run fully in
java
C
16 matches
Mail list logo