On Mon, 1 Apr 2024 23:37:21 GMT, Tim Prinzing wrote:
>> Currently the JFR event FileForceEvent is generated by instrumenting the
>> sun.nio.ch.FileChannelImpl class. This needs to be changed to use the newer
>> mirror events with static methods.
>>
>> Added the event at jdk.internal.event.File
On Mon, 1 Apr 2024 23:37:21 GMT, Tim Prinzing wrote:
>> Currently the JFR event FileForceEvent is generated by instrumenting the
>> sun.nio.ch.FileChannelImpl class. This needs to be changed to use the newer
>> mirror events with static methods.
>>
>> Added the event at jdk.internal.event.File
> Currently the JFR event FileForceEvent is generated by instrumenting the
> sun.nio.ch.FileChannelImpl class. This needs to be changed to use the newer
> mirror events with static methods.
>
> Added the event at jdk.internal.event.FileForceEvent, and changed
> jdk.jfr.events.FileForceEvent to
Removed `PrivateKeyUsagePeriod` from method javadoc and added several commonly
used extensions
-
Commit messages:
- removed PrivateKeyUsagePeriod from table and added several other commonly
used extensions
Changes: https://git.openjdk.org/jdk/pull/18565/files
Webrev: https://web
On Wed, 27 Mar 2024 19:31:35 GMT, Aleksey Shipilev wrote:
> [JDK-8328638](https://bugs.openjdk.org/browse/JDK-8328638) introduced a new
> boolean option, `com.sun.security.ocsp.useget`. We use the usual
> `Boolean.parseBoolean` to convert it from String to boolean value, which
> works correctl
On Mon, 1 Apr 2024 07:34:52 GMT, Aleksey Shipilev wrote:
>> [JDK-8328638](https://bugs.openjdk.org/browse/JDK-8328638) introduced a new
>> boolean option, `com.sun.security.ocsp.useget`. We use the usual
>> `Boolean.parseBoolean` to convert it from String to boolean value, which
>> works corre
On Mon, 1 Apr 2024 08:53:35 GMT, Aleksey Shipilev wrote:
> Cool. Do I need more reviewers for this area, or one review is enough?
One is enough.
-
PR Comment: https://git.openjdk.org/jdk/pull/18525#issuecomment-2029662124
On Mon, 1 Apr 2024 07:34:52 GMT, Aleksey Shipilev wrote:
>> [JDK-8328638](https://bugs.openjdk.org/browse/JDK-8328638) introduced a new
>> boolean option, `com.sun.security.ocsp.useget`. We use the usual
>> `Boolean.parseBoolean` to convert it from String to boolean value, which
>> works corre
> [JDK-8328638](https://bugs.openjdk.org/browse/JDK-8328638) introduced a new
> boolean option, `com.sun.security.ocsp.useget`. We use the usual
> `Boolean.parseBoolean` to convert it from String to boolean value, which
> works correctly for `false` and `true` as boolean values. However, any str