On Tue, 24 Jun 2025 13:48:02 GMT, Paul Hohensee wrote:
> Please review a jstat test-only fix.
>
> 1. Ensure that jstat tests that run more than one sub-test per test file
> check the result of each sub-test before continuing.
> 2. Allow '-' as a valid jstat -gcutil hea
jstat test-only fix.
1. Ensure that jstat tests that run more than one sub-test per test file check
the result of each sub-test before continuing.
2. Allow '-' as a valid jstat -gcutil heap space percent occupancy field value,
see lineCounts[1-4].awk. Occupancy is computed as ((capacity - used)
On Fri, 13 Dec 2024 08:35:11 GMT, Volker Simonis wrote:
>> In the past, the Graal Compiler used `sun.misc.Unsafe` but these usages were
>> recently changed to `jdk.internal.misc.Unsafe` [1]. We should therefor
>> export `jdk.internal.misc` to `jdk.graal.compiler` which is an upgradeable
>> mod
On Fri, 26 Jul 2024 00:00:49 GMT, Shaojin Wen wrote:
> 8337245: Fix wrong comment of StringConcatHelper
Trivial.
-
Marked as reviewed by phh (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20344#pullrequestreview-2202564779
On Mon, 4 Sep 2023 07:28:03 GMT, Aleksey Shipilev wrote:
> Similar to other issues in the same area. I have no SPARC machine to test the
> build on, but this matches other fixes for other architectures
> (https://github.com/openjdk/jdk/commit/83c096d6e20cd6e1164bc666df1be197a10431eb)
> after t
On Wed, 14 Jun 2023 15:04:41 GMT, Roger Riggs wrote:
> Add mipsel and mips64el to the Architecture enum.
> (Later to be backported to JDK 21)
Lgtm.
-
Marked as reviewed by phh (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14471#pullrequestreview-1479721055
On Tue, 13 Dec 2022 00:06:00 GMT, Sergey Bylokhov wrote:
> The `java/lang/String/StringRepeat.java` test was updated twice after
> integration:
>
> https://bugs.openjdk.org/browse/JDK-8221400 - the xmx4g was replaced by the
> xmx2g
> https://bugs.openjdk.org/browse/JDK-8265421 - the "os.maxMem
On Mon, 11 Apr 2022 13:08:43 GMT, altrisi wrote:
> Changes the definition of `CollectorImpl` to be a record.
I assumed it was a starter issue in order to learn the patch process.
-
PR: https://git.openjdk.org/jdk/pull/8179
On Mon, 11 Apr 2022 13:08:43 GMT, altrisi wrote:
> Changes the definition of `CollectorImpl` to be a record.
I believe we need another reviewer (doesn't have to be a capital-Reviewer).
I'll sponsor after that.
-
PR: https://git.openjdk.org/jdk/pull/8179
On Mon, 11 Apr 2022 13:08:43 GMT, altrisi wrote:
> Changes the definition of `CollectorImpl` to be a record.
Lgtm.
-
Marked as reviewed by phh (Reviewer).
PR: https://git.openjdk.org/jdk/pull/8179
10 matches
Mail list logo