Re: RFR: 8302667: Improve message format when failing to load symbols or libraries [v2]

2023-02-19 Thread Julian Waters
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

RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme

2023-02-19 Thread Archie L . Cobbs
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

RFR: JDK-8302800: Augment NaN handling tests of FDLIBM methods

2023-02-19 Thread Joe Darcy
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

RFR: 8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not thread safe

2023-02-19 Thread liach
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

Re: RFR: 8302815 Use new Math.clamp method in core libraries [v2]

2023-02-19 Thread Alan Bateman
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