On Thu, 15 Sep 2022 20:49:14 GMT, Andrey Turbanov wrote:
> Redundant castings make code harder to read.
> Found them by IntelliJ IDEA.
> I tried to choose only casts which are definitely safe to remove.
> Most generification was done in
> [JDK-8241618](https://bugs.openjdk.org/browse/JDK-8241618
On Thu, 15 Sep 2022 20:49:14 GMT, Andrey Turbanov wrote:
> Redundant castings make code harder to read.
> Found them by IntelliJ IDEA.
> I tried to choose only casts which are definitely safe to remove.
> Most generification was done in
> [JDK-8241618](https://bugs.openjdk.org/browse/JDK-8241618
Redundant castings make code harder to read.
Found them by IntelliJ IDEA.
I tried to choose only casts which are definitely safe to remove.
Most generification was done in
[JDK-8241618](https://bugs.openjdk.org/browse/JDK-8241618), but casts weren't
removed.
-
Commit messages:
- [P
On Thu, 15 Sep 2022 19:27:47 GMT, Daniel D. Daugherty
wrote:
> A trivial fix to ProblemList
> sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 on linux-x64.
This pull request has now been integrated.
Changeset: 6beeb847
Author:Daniel D. Daugherty
URL:
https://git.openj
On Thu, 15 Sep 2022 19:32:14 GMT, Brian Burkhalter wrote:
>> A trivial fix to ProblemList
>> sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 on linux-x64.
>
> Marked as reviewed by bpb (Reviewer).
@bplb - Thanks for the fast review.
-
PR: https://git.openjdk.org/jdk/p
On Thu, 15 Sep 2022 19:27:47 GMT, Daniel D. Daugherty
wrote:
> A trivial fix to ProblemList
> sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 on linux-x64.
Marked as reviewed by bpb (Reviewer).
-
PR: https://git.openjdk.org/jdk/pull/10293
A trivial fix to ProblemList
sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 on linux-x64.
-
Commit messages:
- 8293875: ProblemList
sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 on linux-x64
Changes: https://git.openjdk.org/jdk/pull/10293/files
Webrev
On Tue, 13 Sep 2022 23:05:00 GMT, Leonid Mesnik wrote:
> There are 2 tests that should be deleted. They test Thread.suspend/resume and
> don't have a sense if these functions don't work.
This pull request has now been integrated.
Changeset: 2028ec74
Author:Leonid Mesnik
URL:
https:
On Mon, 9 May 2022 15:56:35 GMT, Adam Sotona wrote:
> Please review this patch adding new lint option, **lossy-conversions**, to
> javac to warn about type casts in compound assignments with possible lossy
> conversions.
>
> The new lint warning is shown if the type of the right-hand operand o
> Similar issue to the hotspot change discussed in
> https://bugs.openjdk.org/browse/JDK-8293472. The Java metrics implementation
> may get the resource limits wrong if there are additional cgroup fs mounts.
> Apparently that's more common than one might think. I've reproduced this with
> these
> Similar issue to the hotspot change discussed in
> https://bugs.openjdk.org/browse/JDK-8293472. The Java metrics implementation
> may get the resource limits wrong if there are additional cgroup fs mounts.
> Apparently that's more common than one might think. I've reproduced this with
> these
On Tue, 13 Sep 2022 13:06:10 GMT, Severin Gehwolf wrote:
> Similar issue to the hotspot change discussed in
> https://bugs.openjdk.org/browse/JDK-8293472. The Java metrics implementation
> may get the resource limits wrong if there are additional cgroup fs mounts.
> Apparently that's more comm
12 matches
Mail list logo