On Fri, 22 Apr 2022 08:04:09 GMT, Johnny Lim wrote:
>> Hello @izeye, I've created a JBS issue for this change
>> https://bugs.openjdk.java.net/browse/JDK-8285440. Please edit the title of
>> this PR to "8285440: Typo in Collections.addAll method javadoc" so that it
>> triggers the workflow of
On Fri, 22 Apr 2022 15:08:51 GMT, Magnus Ihse Bursie wrote:
> I ran `codespell` on modules owned by core-libs, and accepted those changes
> where it indeed discovered real typos.
>
> I will update copyright years using a script before pushing (otherwise like
> every second change would be a co
On Fri, 22 Apr 2022 15:08:51 GMT, Magnus Ihse Bursie wrote:
> I ran `codespell` on modules owned by core-libs, and accepted those changes
> where it indeed discovered real typos.
>
> I will update copyright years using a script before pushing (otherwise like
> every second change would be a co
On Tue, 26 Apr 2022 18:58:23 GMT, Daniel Fuchs wrote:
>> Alan Bateman has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Refresh 8d8f0a2fd646e57fe6b4e8ab669f836dc46dda69
>
> src/java.base/share/classes/sun/nio/ch/DatagramChannelImpl.java li
On Wed, 27 Apr 2022 03:11:58 GMT, liach wrote:
>> Basic but fairly comprehensive set of tests for `IdentityHashMap`. The patch
>> in the bug report that breaks `IdentityHashMap` now causes several cases in
>> this new test to fail. There's more that could be done, but the new tests
>> cover mo
On Fri, 22 Apr 2022 03:37:27 GMT, Stuart Marks wrote:
> Basic but fairly comprehensive set of tests for `IdentityHashMap`. The patch
> in the bug report that breaks `IdentityHashMap` now causes several cases in
> this new test to fail. There's more that could be done, but the new tests
> cover
On Fri, 22 Apr 2022 03:37:27 GMT, Stuart Marks wrote:
> Basic but fairly comprehensive set of tests for `IdentityHashMap`. The patch
> in the bug report that breaks `IdentityHashMap` now causes several cases in
> this new test to fail. There's more that could be done, but the new tests
> cover
Basic but fairly comprehensive set of tests for `IdentityHashMap`. The patch in
the bug report that breaks `IdentityHashMap` now causes several cases in this
new test to fail. There's more that could be done, but the new tests cover most
of the core functions of `IdentityHashMap`. Unfortunately
On Tue, 26 Apr 2022 22:24:26 GMT, Joe Darcy wrote:
> To enable more complete doclint checking (courtesy @jonathan-gibbons), please
> review this PR to add type-level @param tags where they are missing.
>
> To the maintainers of java.util.concurrent, those changes could be separated
> out in an
On Tue, 26 Apr 2022 22:24:26 GMT, Joe Darcy wrote:
> To enable more complete doclint checking (courtesy @jonathan-gibbons), please
> review this PR to add type-level @param tags where they are missing.
>
> To the maintainers of java.util.concurrent, those changes could be separated
> out in an
On Tue, 26 Apr 2022 22:24:26 GMT, Joe Darcy wrote:
> To enable more complete doclint checking (courtesy @jonathan-gibbons), please
> review this PR to add type-level @param tags where they are missing.
>
> To the maintainers of java.util.concurrent, those changes could be separated
> out in an
To enable more complete doclint checking (courtesy @jonathan-gibbons), please
review this PR to add type-level @param tags where they are missing.
To the maintainers of java.util.concurrent, those changes could be separated
out in another bug if that would ease maintenance of that code.
Making
On Thu, 14 Apr 2022 21:04:52 GMT, Alexey Semenyuk wrote:
>> Implementation of [JDK-8275062: "Allow jpackage create installers for
>> services"](https://bugs.openjdk.java.net/browse/JDK-8275062)
>> CSR
>
> Alexey Semenyuk has updated the pull request with a new target base due to a
> merge or a
On Thu, 21 Apr 2022 04:23:22 GMT, Jie Fu wrote:
>> Hi all,
>>
>> The Current Vector API doc for `LSHR` is
>>
>> Produce a>>>(n&(ESIZE*8-1)). Integral only.
>>
>>
>> This is misleading which may lead to bugs for Java developers.
>> This is because for negative byte/short elements, the results
On Sun, 24 Apr 2022 09:18:54 GMT, Ichiroh Takiguchi
wrote:
> On JDK19 with Linux ja_JP.eucjp locale,
> System.getenv() returns unexpected value if environment variable has Japanese
> EUC characters.
> It seems this issue happens because of JEP 400.
> Arguments for ProcessBuilder have same kind
On Thu, 10 Mar 2022 08:52:17 GMT, Сергей Цыпанов wrote:
>> `List.of()` along with `Set.of()` create unmodifiable `List/Set` but with
>> smaller footprint comparing to `Arrays.asList()` / `new HashSet()` when
>> called with vararg of size 0, 1, 2.
>>
>> In general replacement of `Arrays.asList(
On Tue, 26 Apr 2022 19:30:31 GMT, Jorn Vernee wrote:
>> Right.. I did a quick experiment and there's a large speed-up in the trivial
>> `methodType(obj, obj)` case:
>>
>> Benchmark Mode Cnt Score Error
>> Units
>> MethodTypeAcquire.testObjectObjectNon
> The `MethodType.genericMethodType` methods provide convenience methods for
> certain common method types and also provide `@Stable` cache that allows for
> constant folding. This patch enhances the more generic `methodType` methods
> to take advantage of this cache, when possible. This allows
Hello Christoph,
The actual release notes I initially looked up are the April Release notes
from Azul (17.34) for 17.0.3. I already opened a case there. However I then
also checked the Oracle Release Notes (I thought they would contain the same
17.0.3 changes).
The incompatibility in VFS was
On Tue, 26 Apr 2022 19:35:19 GMT, Daniel D. Daugherty
wrote:
> A trivial fix to ProblemList two tests from JDK-8285671 on macosx-x64.
This pull request has now been integrated.
Changeset: e3d714d3
Author:Daniel D. Daugherty
URL:
https://git.openjdk.java.net/jdk/commit/e3d714d37e267
On Tue, 26 Apr 2022 19:39:02 GMT, Daniel Fuchs wrote:
>> A trivial fix to ProblemList two tests from JDK-8285671 on macosx-x64.
>
> LGTM Dan. Thanks for taking care of that!
@dfuch - Thanks for the fast review! And no worries about handling
the ProblemListing...
-
PR: https://git.o
On Tue, 26 Apr 2022 19:35:19 GMT, Daniel D. Daugherty
wrote:
> A trivial fix to ProblemList two tests from JDK-8285671 on macosx-x64.
LGTM Dan. Thanks for taking care of that!
-
Marked as reviewed by dfuchs (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8406
A trivial fix to ProblemList two tests from JDK-8285671 on macosx-x64.
-
Commit messages:
- 8285677: ProblemList two tests from JDK-8285671 on macosx-x64
Changes: https://git.openjdk.java.net/jdk/pull/8406/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8406&range=00
On Tue, 26 Apr 2022 17:20:55 GMT, Claes Redestad wrote:
>> test/micro/org/openjdk/bench/java/lang/invoke/MethodTypeAcquire.java line
>> 104:
>>
>>> 102: @Benchmark
>>> 103: public MethodType testMultiPType_ObjectOnly() {
>>> 104: return MethodType.methodType(Object.class, Object
> This is a (preliminary) patch for javac implementation for the third preview
> of pattern matching for switch (type patterns in switches).
>
> Draft JLS:
> http://cr.openjdk.java.net/~gbierman/PatternSwitchPlusRecordPatterns/PatternSwitchPlusRecordPatterns-20220407/specs/patterns-switch-jls.htm
On Mon, 25 Apr 2022 14:26:17 GMT, Harold Seigel wrote:
>> Please review this small fix for JDK-8284642. The fix was tested by running
>> Mach5 tiers 1-2 on Linux, Mac OS, and Windows, and Mach5 tiers 3-5 on Linux
>> x64. Additionally, the modified test and the test in the bug report were
>>
On Wed, 13 Apr 2022 12:24:46 GMT, Harold Seigel wrote:
> Please review this small fix for JDK-8284642. The fix was tested by running
> Mach5 tiers 1-2 on Linux, Mac OS, and Windows, and Mach5 tiers 3-5 on Linux
> x64. Additionally, the modified test and the test in the bug report were run
>
On Tue, 26 Apr 2022 17:27:35 GMT, Alan Bateman wrote:
>> This is the implementation of JEP 425: Virtual Threads (Preview); TBD which
>> JDK version to target.
>>
>> We will refresh this PR periodically to pick up changes and fixes from the
>> loom repo.
>>
>> Most of the new mechanisms in the
On Tue, 26 Apr 2022 16:55:44 GMT, Raffaello Giulietti
wrote:
>> The spec of the interface `java.util.random.RandomGenerator` is slightly
>> incorrect when it discusses `float` and `double` random values.
>
> Raffaello Giulietti has updated the pull request incrementally with one
> additional c
On Tue, 26 Apr 2022 16:55:44 GMT, Raffaello Giulietti
wrote:
>> The spec of the interface `java.util.random.RandomGenerator` is slightly
>> incorrect when it discusses `float` and `double` random values.
>
> Raffaello Giulietti has updated the pull request incrementally with one
> additional c
On Sun, 17 Apr 2022 14:35:14 GMT, Jie Fu wrote:
>> According to the Vector API doc, the LSHR operator computes
>> a>>>(n&(ESIZE*8-1))
Documentation is correct if viewed strictly in context of subword vector lane,
JVM internally promotes/sign extends subword type scalar variables into int
type
On Fri, 22 Apr 2022 14:35:14 GMT, Sibabrata Sahoo wrote:
>> A new API to support replacing selective lines with desired content.
>
> Sibabrata Sahoo has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Update FileUtils.java
We have a test that
> This is the implementation of JEP 425: Virtual Threads (Preview); TBD which
> JDK version to target.
>
> We will refresh this PR periodically to pick up changes and fixes from the
> loom repo.
>
> Most of the new mechanisms in the HotSpot VM are disabled by default and
> require running with
On Tue, 26 Apr 2022 15:30:41 GMT, Jorn Vernee wrote:
>> The `MethodType.genericMethodType` methods provide convenience methods for
>> certain common method types and also provide `@Stable` cache that allows for
>> constant folding. This patch enhances the more generic `methodType` methods
>> t
On Tue, 26 Apr 2022 16:55:44 GMT, Raffaello Giulietti
wrote:
>> The spec of the interface `java.util.random.RandomGenerator` is slightly
>> incorrect when it discusses `float` and `double` random values.
>
> Raffaello Giulietti has updated the pull request incrementally with one
> additional c
On Fri, 22 Apr 2022 14:35:14 GMT, Sibabrata Sahoo wrote:
>> A new API to support replacing selective lines with desired content.
>
> Sibabrata Sahoo has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Update FileUtils.java
Can you elaborate on
> The spec of the interface `java.util.random.RandomGenerator` is slightly
> incorrect when it discusses `float` and `double` random values.
Raffaello Giulietti has updated the pull request incrementally with one
additional commit since the last revision:
8285658: Fix two typos in the spec of
On Tue, 26 Apr 2022 16:38:37 GMT, Raffaello Giulietti
wrote:
> The spec of the interface `java.util.random.RandomGenerator` is slightly
> incorrect when it discusses `float` and `double` random values.
This PR fixes the spec and replaces hard-coded literals with static compilation
time symbol
The spec of the interface `java.util.random.RandomGenerator` is slightly
incorrect when it discusses `float` and `double` random values.
-
Commit messages:
- Fix two typos in the spec of j.u.random.RandomGenerator
Changes: https://git.openjdk.java.net/jdk/pull/8404/files
Webrev: h
On Fri, 31 Dec 2021 18:58:43 GMT, Johnny Lim wrote:
> This PR fixes a typo.
Marked as reviewed by rriggs (Reviewer).
-
PR: https://git.openjdk.java.net/jdk/pull/6942
On Fri, 15 Apr 2022 20:26:55 GMT, Naoto Sato wrote:
> Promoting the internal system properties for `System.out` and `System.err` so
> that users can override the encoding used for those streams to `UTF-8`,
> aligning to the `Charset.defaultCharset()`. A CSR has also been drafted.
This pull req
On Tue, 19 Apr 2022 23:26:44 GMT, Brian Burkhalter wrote:
> Remove the `synchronized` keyword from the `mark(int)` and `reset()` methods
> of `java.io.FilterInputStream`.
This pull request has now been integrated.
Changeset: a3b78814
Author:Brian Burkhalter
URL:
https://git.openjdk
On Tue, 26 Apr 2022 10:57:04 GMT, Claes Redestad wrote:
> The `MethodType.genericMethodType` methods provide convenience methods for
> certain common method types and also provide `@Stable` cache that allows for
> constant folding. This patch enhances the more generic `methodType` methods
> to
Hi Bernd,
I just noticed your report regarding the regression after JDK-8273655. I'm
directing this communication to jdk-updates-dev now as it seems more
appropriate.
I assume with release notes you're referring to the Oracle 17.0.3 release
notes? This change, if you look closely at the backpo
On Mon, 25 Apr 2022 13:19:49 GMT, Alan Bateman wrote:
>> This is the implementation of JEP 425: Virtual Threads (Preview); TBD which
>> JDK version to target.
>>
>> We will refresh this PR periodically to pick up changes and fixes from the
>> loom repo.
>>
>> Most of the new mechanisms in the
On Mon, 25 Apr 2022 13:30:05 GMT, Daniel Fuchs wrote:
> Hi,
>
> Please find enclosed a patch to fix a rare intermittent failure that was
> detected while testing virtual threads.
> The issue has nothing to do with virtual threads, the test is simply missing
> a reachability fence to make sure
The `MethodType.genericMethodType` methods provide convenience methods for
certain common method types and also provide `@Stable` cache that allows for
constant folding. This patch enhances the more generic `methodType` methods to
take advantage of this cache, when possible. This allows calls li
47 matches
Mail list logo