Re: RFR: 8275338: Add JFR events for notable serialization situations [v2]

2023-12-15 Thread Erik Gahlin
On Fri, 15 Dec 2023 22:26:04 GMT, Raffaello Giulietti wrote: >> Adds serialization misdeclaration events to JFR. > > Raffaello Giulietti has updated the pull request incrementally with one > additional commit since the last revision: > > Restrict accessibility of nested classes. It seems co

Re: RFR: 8275338: Add JFR events for notable serialization situations [v2]

2023-12-15 Thread Raffaello Giulietti
> Adds serialization misdeclaration events to JFR. Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision: Restrict accessibility of nested classes. - Changes: - all: https://git.openjdk.org/jdk/pull/17129/files - new

RFR: 8265372: Simplify PKCS9Attribute

2023-12-15 Thread Ben Perez
Refactored PKCS9Attribute to use a hash map instead of multiple arrays. The key for the hash map is an `ObjectIdentifier` and the values are a record `AttributeInfo` that stores the information previously contained in the arrays `PKCS9_VALUE_TAGS`, `VALUE_CLASSES`, and `SINGLE_VALUED`. It seem

RFR: 8275338: Add JFR events for notable serialization situations

2023-12-15 Thread Raffaello Giulietti
Adds serialization misdeclaration events to JFR. - Commit messages: - Make use of EventNames. - Merge branch 'master' into 8275338 - 8275338: Add JFR events for notable serialization situations Changes: https://git.openjdk.org/jdk/pull/17129/files Webrev: https://webrevs.openjdk.

Re: RFR: 8275338: Add JFR events for notable serialization situations

2023-12-15 Thread Raffaello Giulietti
On Fri, 15 Dec 2023 17:34:53 GMT, Raffaello Giulietti wrote: > Adds serialization misdeclaration events to JFR. A serialization misdeclaration on one of the following fields or methods means that they are not declared according to the Java Object Serialization Specification (JOSS) or in the J

Re: RFR: 8319128: sun/security/pkcs11 tests fail on OL 7.9 aarch64 [v5]

2023-12-15 Thread Matthew Donovan
> In this PR, I included logic to skip tests on Oracle Linux prior to version > 8. The NSS binaries we are using for testing use a newer version of GLIBC > than is included with OL 7.9. Matthew Donovan has updated the pull request incrementally with one additional commit since the last revisio

Re: RFR: 8319128: sun/security/pkcs11 tests fail on OL 7.9 aarch64 [v2]

2023-12-15 Thread Matthew Donovan
On Mon, 4 Dec 2023 15:05:08 GMT, Matthias Baesken wrote: >> Matthew Donovan 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 four additional >> c

Re: RFR: 8319128: sun/security/pkcs11 tests fail on OL 7.9 aarch64 [v2]

2023-12-15 Thread Matthew Donovan
On Mon, 4 Dec 2023 15:03:03 GMT, Matthias Baesken wrote: >> Matthew Donovan 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 four additional >> c

Re: RFR: 8319128: sun/security/pkcs11 tests fail on OL 7.9 aarch64 [v4]

2023-12-15 Thread Matthew Donovan
> In this PR, I included logic to skip tests on Oracle Linux prior to version > 8. The NSS binaries we are using for testing use a newer version of GLIBC > than is included with OL 7.9. Matthew Donovan has updated the pull request incrementally with one additional commit since the last revisio

Re: RFR: 8319128: sun/security/pkcs11 tests fail on OL 7.9 aarch64 [v2]

2023-12-15 Thread Matthias Baesken
On Mon, 27 Nov 2023 14:47:29 GMT, Matthew Donovan wrote: >> In this PR, I included logic to skip tests on Oracle Linux prior to version >> 8. The NSS binaries we are using for testing use a newer version of GLIBC >> than is included with OL 7.9. > > Matthew Donovan has updated the pull request

Re: RFR: 8319128: sun/security/pkcs11 tests fail on OL 7.9 aarch64 [v3]

2023-12-15 Thread Matthias Baesken
On Thu, 14 Dec 2023 19:08:20 GMT, Matthew Donovan wrote: >> In this PR, I included logic to skip tests on Oracle Linux prior to version >> 8. The NSS binaries we are using for testing use a newer version of GLIBC >> than is included with OL 7.9. > > Matthew Donovan has updated the pull request