On Fri, 17 Feb 2023 17:05:59 GMT, Mandy Chung wrote:
>> Julian Waters has updated the pull request with a new target base due to a
>> merge or a rebase. The incremental webrev excludes the unrelated changes
>> brought in by the merge/rebase. The pull request contains two additional
>> commits
This bug relates to the "potentially ambiguous overload" warning which is
enabled by `-Xlint:overloads`.
The warning detects certain ambiguities that can cause problems for lambdas.
For example, consider the interface `Spliterator.OfInt`, which declares these
two methods:
void forEachRemaining
Augment NaN-handling tests to include exotic NaN bit patterns. Assuming this
changeset goes back first, I'll update
https://github.com/openjdk/jdk/pull/12608 to follow the same convention
afterward.
-
Commit messages:
- JDK-8302800: Augment NaN handling tests of FDLIBM methods
Ch
8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not
thread safe
-
Commit messages:
- 8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not
thread safe
Changes: https://git.openjdk.org/jdk/pull/12643/files
Webrev: https://webrevs.openjdk
On Sat, 18 Feb 2023 21:40:08 GMT, Tagir F. Valeev wrote:
> Revert changes in JrtPath, as it seems to be compiled with bootstrap JDK
Yes, the jrt file system provider is compiled --release 8 to create
lib/jrt-fs.jar. That's the plumbing needed to allow IDEs/tools running on JDK 8
access the con