On Wed, 8 Mar 2023 19:15:16 GMT, Roger Riggs wrote:
> Improvements to support OS specific customization for JDK internal use:
> - To select values and code; allowing elimination of unused code and values
> - Optionally evaluated by build processes, compilation, or archiving (i.e.
> CDS)
> - S
On Wed, 8 Mar 2023 19:15:16 GMT, Roger Riggs wrote:
> Improvements to support OS specific customization for JDK internal use:
> - To select values and code; allowing elimination of unused code and values
> - Optionally evaluated by build processes, compilation, or archiving (i.e.
> CDS)
> - S
The message from this sender included one or more files
which could not be scanned for virus detection; do not
open these files unless you are certain of the sender's intent.
--
On Wed, 8 Mar 2023 19:15:16 GMT, Roger Riggs wrote:
On Wed, 8 Mar 2023 19:15:16 GMT, Roger Riggs wrote:
> Improvements to support OS specific customization for JDK internal use:
> - To select values and code; allowing elimination of unused code and values
> - Optionally evaluated by build processes, compilation, or archiving (i.e.
> CDS)
> - S
On Wed, 8 Mar 2023 09:05:19 GMT, Alexey Bakhtin wrote:
> This patch fixes a possible native memory leak in case of a custom native GSS
> provider.
> The actual leak was reported in production.
>
> sun/security/jgss, sun/security/krb5, sun/net/www/protocol/http jtreg tests
> are passed
My 2 ce
Improvements to support OS specific customization for JDK internal use:
- To select values and code; allowing elimination of unused code and values
- Optionally evaluated by build processes, compilation, or archiving (i.e. CDS)
- Simple API to replace adhoc comparisons with `os.name`
- Clear an
On Wed, 8 Mar 2023 09:05:19 GMT, Alexey Bakhtin wrote:
> This patch fixes a possible native memory leak in case of a custom native GSS
> provider.
> The actual leak was reported in production.
>
> sun/security/jgss, sun/security/krb5, sun/net/www/protocol/http jtreg tests
> are passed
Maybe i
On Wed, 8 Mar 2023 09:05:19 GMT, Alexey Bakhtin wrote:
> This patch fixes a possible native memory leak in case of a custom native GSS
> provider.
> The actual leak was reported in production.
>
> sun/security/jgss, sun/security/krb5, sun/net/www/protocol/http jtreg tests
> are passed
ah, you
On Wed, 8 Mar 2023 15:15:52 GMT, Daniel Jeliński wrote:
>> This patch fixes a possible native memory leak in case of a custom native
>> GSS provider.
>> The actual leak was reported in production.
>>
>> sun/security/jgss, sun/security/krb5, sun/net/www/protocol/http jtreg tests
>> are passed
>
On Wed, 8 Mar 2023 09:05:19 GMT, Alexey Bakhtin wrote:
> This patch fixes a possible native memory leak in case of a custom native GSS
> provider.
> The actual leak was reported in production.
>
> sun/security/jgss, sun/security/krb5, sun/net/www/protocol/http jtreg tests
> are passed
I'm not
On Wed, 8 Mar 2023 09:05:19 GMT, Alexey Bakhtin wrote:
> This patch fixes a possible native memory leak in case of a custom native GSS
> provider.
> The actual leak was reported in production.
>
> sun/security/jgss, sun/security/krb5, sun/net/www/protocol/http jtreg tests
> are passed
@wangwe
On Tue, 7 Mar 2023 10:16:24 GMT, Daniel Fuchs wrote:
> The HttpClient internal DebugLogger could be simplified if its configuration
> was held in a record. Some of the methods in Utils that return a debug logger
> could also be simplified/removed. The system property that configures the
> debu
On Wed, 8 Mar 2023 11:37:03 GMT, Daniel Fuchs wrote:
>> The HttpClient internal DebugLogger could be simplified if its configuration
>> was held in a record. Some of the methods in Utils that return a debug
>> logger could also be simplified/removed. The system property that configures
>> the
On Wed, 8 Mar 2023 11:01:07 GMT, Jaikiran Pai wrote:
>> Daniel Fuchs has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Use HashSet.newHashSet(capacity)
>
> test/jdk/java/net/httpclient/DebugLoggerTest.java line 242:
>
>> 240: out
On Wed, 8 Mar 2023 11:29:42 GMT, Daniel Fuchs wrote:
>> The HttpClient internal DebugLogger could be simplified if its configuration
>> was held in a record. Some of the methods in Utils that return a debug
>> logger could also be simplified/removed. The system property that configures
>> the
> The HttpClient internal DebugLogger could be simplified if its configuration
> was held in a record. Some of the methods in Utils that return a debug logger
> could also be simplified/removed. The system property that configures the
> debug logging could be extended to choose between System.er
On Wed, 8 Mar 2023 11:25:43 GMT, Daniel Fuchs wrote:
>> The HttpClient internal DebugLogger could be simplified if its configuration
>> was held in a record. Some of the methods in Utils that return a debug
>> logger could also be simplified/removed. The system property that configures
>> the
On Wed, 8 Mar 2023 07:44:58 GMT, Jaikiran Pai wrote:
>> src/java.net.http/share/classes/jdk/internal/net/http/common/DebugLogger.java
>> line 59:
>>
>>> 57: *printed to {@link System#err}
>>> 58: * @param logLevel the level above which messages will be forwarded
>>> 59
> The HttpClient internal DebugLogger could be simplified if its configuration
> was held in a record. Some of the methods in Utils that return a debug logger
> could also be simplified/removed. The system property that configures the
> debug logging could be extended to choose between System.er
On Wed, 8 Mar 2023 07:26:22 GMT, Jaikiran Pai wrote:
>> Daniel Fuchs has updated the pull request incrementally with two additional
>> commits since the last revision:
>>
>> - Make sure julLogger is not GC'ed before the end of the test.
>> - Integrated review feedback
>
> src/java.net.http/sh
On Tue, 7 Mar 2023 10:16:24 GMT, Daniel Fuchs wrote:
> The HttpClient internal DebugLogger could be simplified if its configuration
> was held in a record. Some of the methods in Utils that return a debug logger
> could also be simplified/removed. The system property that configures the
> debu
On Tue, 7 Mar 2023 10:16:24 GMT, Daniel Fuchs wrote:
> The HttpClient internal DebugLogger could be simplified if its configuration
> was held in a record. Some of the methods in Utils that return a debug logger
> could also be simplified/removed. The system property that configures the
> debu
On Tue, 7 Mar 2023 10:16:24 GMT, Daniel Fuchs wrote:
> The HttpClient internal DebugLogger could be simplified if its configuration
> was held in a record. Some of the methods in Utils that return a debug logger
> could also be simplified/removed. The system property that configures the
> debu
On Tue, 7 Mar 2023 10:16:24 GMT, Daniel Fuchs wrote:
> The HttpClient internal DebugLogger could be simplified if its configuration
> was held in a record. Some of the methods in Utils that return a debug logger
> could also be simplified/removed. The system property that configures the
> debu
This patch fixes a possible native memory leak in case of a custom native GSS
provider.
The actual leak was reported in production.
sun/security/jgss, sun/security/krb5, sun/net/www/protocol/http jtreg tests are
passed
-
Commit messages:
- 8303809: Dispose context in SPNEGO Negoti
On Tue, 7 Mar 2023 10:16:24 GMT, Daniel Fuchs wrote:
> The HttpClient internal DebugLogger could be simplified if its configuration
> was held in a record. Some of the methods in Utils that return a debug logger
> could also be simplified/removed. The system property that configures the
> debu
On Tue, 7 Mar 2023 10:16:24 GMT, Daniel Fuchs wrote:
> The HttpClient internal DebugLogger could be simplified if its configuration
> was held in a record. Some of the methods in Utils that return a debug logger
> could also be simplified/removed. The system property that configures the
> debu
27 matches
Mail list logo