> I regret not actually addressing the issues with the goto labels in
> https://github.com/openjdk/jdk/pull/15996, where initialization of locals in
> sspi were jumped over by gotos to a certain label. I changed the
> initializations into split declarations and assignments in
> https://github.c
> I regret not actually addressing the issues with the goto labels in
> https://github.com/openjdk/jdk/pull/15996, where initialization of locals in
> sspi were jumped over by gotos to a certain label. I changed the
> initializations into split declarations and assignments in
> https://github.c
On Fri, 29 Mar 2024 00:52:46 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.FileForc
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 be a mirror
On Mon, 11 Mar 2024 09:58:42 GMT, Eirik Bjørsnøs wrote:
> Please review this cleanup PR which removes the protected, deprecated field
> `X509Key.key` in the internal package `sun.security.x509`.
>
> This field and the associated field `unusedBits` have been marked
> `@Deprecated` since the ini
> [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
On Thu, 28 Mar 2024 18:53:34 GMT, Sean Mullan wrote:
>> I thought so first too, but decided that `GetPropertyAction` is a better
>> place for it, because it needs the generic `privilegedGetProperty`. It is
>> also adjacent to `privilegedGetTimeoutProp` that returns `int`. Makes sense?
>
> Right
On Thu, 28 Mar 2024 18:26:05 GMT, Aleksey Shipilev wrote:
>> src/java.base/share/classes/sun/security/action/GetPropertyAction.java line
>> 239:
>>
>>> 237: * will be returned.
>>> 238: */
>>> 239: public static boolean privilegedGetBooleanProp(String prop,
>>> boolean def,
> [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
On Thu, 28 Mar 2024 18:19:44 GMT, Sean Mullan wrote:
> Can you also add to the RN that any value other than "false"
> (case-insensitive) defaults to "true".
Amended the existing [RN](https://bugs.openjdk.org/browse/JDK-8329111).
> src/java.base/share/classes/sun/security/action/GetPropertyActi
On Thu, 28 Mar 2024 09:09:46 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 corr
Calling extra logging calls during initialization of Logger libraries can cause
recursion leading to StackOverflowError
This patch adds logic to the EventHelper class to detect recursion and prevent
it.
-
Commit messages:
- 8329013
Changes: https://git.openjdk.org/jdk/pull/18534/f
On Mon, 11 Mar 2024 09:58:42 GMT, Eirik Bjørsnøs wrote:
> Please review this cleanup PR which removes the protected, deprecated field
> `X509Key.key` in the internal package `sun.security.x509`.
>
> This field and the associated field `unusedBits` have been marked
> `@Deprecated` since the ini
On Tue, 5 Mar 2024 14:55:06 GMT, Weijun Wang wrote:
>> Re-implement it as an `Iterator` to make sure it can only be iterated once
>> and make debugger happy.
>>
>> No regression, just a refactoring.
>
> Weijun Wang has updated the pull request with a new target base due to a
> merge or a rebas
> [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
15 matches
Mail list logo