On Mon, 19 Dec 2022 20:12:15 GMT, Roger Riggs wrote:
> Update javadoc examples to use try-with-resources and use javadoc snippet
> tags.
> The examples in ObjectInputStream and ObjectOutputStream get an update with
> try-with-resources and use of javadoc snippet tags.
> ObjectInputFilter is upda
On Mon, 19 Dec 2022 22:20:08 GMT, Daniel D. Daugherty
wrote:
> A trivial fix to slightly increase the default timeout so that
> java/lang/reflect/IllegalArgumentsTest.java
> passes with slowdebug bits.
This pull request has now been integrated.
Changeset: f07acfc1
Author:Daniel D. Daugher
On Mon, 19 Dec 2022 23:03:54 GMT, Iris Clark wrote:
>> A trivial fix to slightly increase the default timeout so that
>> java/lang/reflect/IllegalArgumentsTest.java
>> passes with slowdebug bits.
>
> Trivial update approved.
@irisclark - Thanks!
-
PR: https://git.openjdk.org/jdk20
On Mon, 19 Dec 2022 22:20:08 GMT, Daniel D. Daugherty
wrote:
> A trivial fix to slightly increase the default timeout so that
> java/lang/reflect/IllegalArgumentsTest.java
> passes with slowdebug bits.
Trivial update approved.
-
Marked as reviewed by iris (Reviewer).
PR: https:/
I agree that this is a trivial fix.
Iris
From: core-libs-dev on behalf of Daniel
D.Daugherty
Sent: Monday, December 19, 2022 2:46 PM
To: core-libs-dev@openjdk.org ;
hotspot-runtime-...@openjdk.org
Subject: Re: [jdk20] RFR: 8298699: java/lang/reflect/IllegalAr
On Mon, 19 Dec 2022 22:34:00 GMT, Iris Clark wrote:
>> A trivial fix to slightly increase the default timeout so that
>> java/lang/reflect/IllegalArgumentsTest.java
>> passes with slowdebug bits.
>
> Marked as reviewed by iris (Reviewer).
@irisclark - Thanks for the fast review. Do you agree th
On Mon, 19 Dec 2022 22:20:08 GMT, Daniel D. Daugherty
wrote:
> A trivial fix to slightly increase the default timeout so that
> java/lang/reflect/IllegalArgumentsTest.java
> passes with slowdebug bits.
Marked as reviewed by iris (Reviewer).
-
PR: https://git.openjdk.org/jdk20/pul
A trivial fix to slightly increase the default timeout so that
java/lang/reflect/IllegalArgumentsTest.java
passes with slowdebug bits.
-
Commit messages:
- 8298699: java/lang/reflect/IllegalArgumentsTest.java times out with
slowdebug bits
Changes: https://git.openjdk.org/jdk20/pul
On Tue, 15 Nov 2022 12:15:42 GMT, Hannes Wallnöfer wrote:
> Please review a simple change to hide internal classes in generated
> documentation by adding doc comments containing a `@hidden` tag. I verified
> the fix by making sure `grep -r jdk.internal` returns no matches in the
> generated do
On Mon, 19 Dec 2022 20:50:18 GMT, Roger Riggs wrote:
>> Update javadoc examples to use try-with-resources and use javadoc snippet
>> tags.
>> The examples in ObjectInputStream and ObjectOutputStream get an update with
>> try-with-resources and use of javadoc snippet tags.
>> ObjectInputFilter is
> Update javadoc examples to use try-with-resources and use javadoc snippet
> tags.
> The examples in ObjectInputStream and ObjectOutputStream get an update with
> try-with-resources and use of javadoc snippet tags.
> ObjectInputFilter is updated with use of snippet tags instead of html markup.
R
Moving the built-in implementation of `Console` from `java.io` package into
`jdk.internal.io` package. It now implements `JdkConsole` interface and is
accessed through `ProxyingConsole`.
-
Commit messages:
- Split Console_md.c
- 8298971: Move Console implementation into jdk intern
On Mon, 19 Dec 2022 20:12:15 GMT, Roger Riggs wrote:
> Update javadoc examples to use try-with-resources and use javadoc snippet
> tags.
> The examples in ObjectInputStream and ObjectOutputStream get an update with
> try-with-resources and use of javadoc snippet tags.
> ObjectInputFilter is upda
On Mon, 19 Dec 2022 20:22:22 GMT, Lance Andersen wrote:
>> Update javadoc examples to use try-with-resources and use javadoc snippet
>> tags.
>> The examples in ObjectInputStream and ObjectOutputStream get an update with
>> try-with-resources and use of javadoc snippet tags.
>> ObjectInputFilter
On Mon, 19 Dec 2022 20:12:15 GMT, Roger Riggs wrote:
> Update javadoc examples to use try-with-resources and use javadoc snippet
> tags.
> The examples in ObjectInputStream and ObjectOutputStream get an update with
> try-with-resources and use of javadoc snippet tags.
> ObjectInputFilter is upda
Update javadoc examples to use try-with-resources and use javadoc snippet tags.
The examples in ObjectInputStream and ObjectOutputStream get an update with
try-with-resources and use of javadoc snippet tags.
ObjectInputFilter is updated with use of snippet tags instead of html markup.
On Mon, 19 Dec 2022 16:28:17 GMT, Hannes Wallnöfer wrote:
> This `noreg-doc` PR has been moved over from the mainline repository, the
> original PR is openjdk/jdk#11163.
>
> The purpose is to hide internal classes in generated documentation by adding
> doc comments containing a @hidden tag. I
On Wed, 9 Nov 2022 21:06:50 GMT, iaroslavski wrote:
>> Sorting:
>>
>> - adopt radix sort for sequential and parallel sorts on
>> int/long/float/double arrays (almost random and length > 6K)
>> - fix tryMergeRuns() to better handle case when the last run is a single
>> element
>> - minor javado
On Mon, 19 Dec 2022 14:24:28 GMT, Alan Bateman wrote:
> This test started timing out recently on macosx-x64 when testing debug builds
> with ZGC. The test needs more heap so that it doesn't fail with OOME.
This pull request has now been integrated.
Changeset: 2c69c41d
Author:Alan Bateman
On Mon, 19 Dec 2022 16:28:17 GMT, Hannes Wallnöfer wrote:
> This `noreg-doc` PR has been moved over from the mainline repository, the
> original PR is openjdk/jdk#11163.
>
> The purpose is to hide internal classes in generated documentation by adding
> doc comments containing a @hidden tag. I
On Mon, 19 Dec 2022 14:24:28 GMT, Alan Bateman wrote:
> This test started timing out recently on macosx-x64 when testing debug builds
> with ZGC. The test needs more heap so that it doesn't fail with OOME.
Thanks Erik.
-
PR: https://git.openjdk.org/jdk20/pull/54
On Fri, 16 Dec 2022 18:22:24 GMT, Adam Sotona wrote:
>> **This pull request is not intended for immediate integration to JDK
>> mainline.**
>>
>> This is root pull request with Classfile API implementation, tests and
>> benchmarks initial drop into JDK.
>>
>> Following pull requests consolida
This `noreg-doc` PR has been moved over from the mainline repository, the
original PR is openjdk/jdk#11163.
The purpose is to hide internal classes in generated documentation by adding
doc comments containing a @hidden tag. I verified the fix by making sure the
internal vector and event classe
On Mon, 19 Dec 2022 14:24:28 GMT, Alan Bateman wrote:
> This test started timing out recently on macosx-x64 when testing debug builds
> with ZGC. The test needs more heap so that it doesn't fail with OOME.
Looks good.
-
Marked as reviewed by eosterlund (Reviewer).
PR: https://git
This test started timing out recently on macosx-x64 when testing debug builds
with ZGC. The test needs more heap so that it doesn't fail with OOME.
-
Commit messages:
- Initial commit
Changes: https://git.openjdk.org/jdk20/pull/54/files
Webrev: https://webrevs.openjdk.org/?repo=jd
25 matches
Mail list logo