> Adds serialization misdeclaration events to JFR.
Raffaello Giulietti 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 the merge/rebase. The pull request contains 15 additional commits
since the
> The implementation of this proposal is based on the requirements,
> specification and design choices described in the [JDK-8319332] ticket and
> its respective CSR [JDK-8319333]. What follows are implementation notes
> organized per functional component, with the purpose of assisting to naviga
On Mon, 8 Jan 2024 18:59:54 GMT, Francisco Ferrari Bihurriet
wrote:
>> The implementation of this proposal is based on the requirements,
>> specification and design choices described in the [JDK-8319332] ticket and
>> its respective CSR [JDK-8319333]. What follows are implementation notes
>>
On Wed, 3 Jan 2024 20:41:06 GMT, Weijun Wang wrote:
> `KEM.getInstance` now checks if the implementation is from a signed provider
> if it's not builtin to JDK.
>
> Several adjustments to the test:
> 1. Put one impl in `SunEC` to pretend it's builtin. This is necessary to test
> for provider s
On Mon, 8 Jan 2024 13:48:06 GMT, Raffaello Giulietti
wrote:
>> Adds serialization misdeclaration events to JFR.
>
> Raffaello Giulietti 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 the me
On Mon, 8 Jan 2024 19:26:37 GMT, Sean Mullan wrote:
>> `KEM.getInstance` now checks if the implementation is from a signed provider
>> if it's not builtin to JDK.
>>
>> Several adjustments to the test:
>> 1. Put one impl in `SunEC` to pretend it's builtin. This is necessary to
>> test for prov
On Mon, 8 Jan 2024 20:54:34 GMT, Weijun Wang wrote:
>> test/jdk/javax/crypto/KEM/RSA_KEM.java line 128:
>>
>>> 126: // To bypass the JCE security provider signature check
>>> 127: private static KEM getKemImpl(Provider p) throws Exception {
>>> 128: var ctor = KEM.class.getDeclar