> First pass at adding some quality of implementation discussions around the
> overridable methods of Object.
Joe Darcy 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
On Sat, 27 Jul 2024 15:00:51 GMT, Archie Cobbs wrote:
>> `GZIPInputStream` supports reading data from multiple concatenated GZIP data
>> streams since [JDK-4691425](https://bugs.openjdk.org/browse/JDK-4691425). In
>> order to do this, after a GZIP trailer frame is read, it attempts to read a
>
On Tue, 30 Jul 2024 17:35:33 GMT, Lance Andersen wrote:
> Based on the above, I am reluctant to change the current behavior given it
> appears to have been modeled after gzip/gunzip as well as WinZip.
That's a reasonable conclusion... and I have no problem with preserving the
existing behavior
On Thu, 25 Jul 2024 23:11:15 GMT, Chen Liang wrote:
> Removes 6 `AccessFlags` factories that do not take class-file versions as its
> arguments.
>
> `AccessFlags` is a wrapper around a bit mask to support modifier streaming in
> ClassFile API. It additionally supports advanced validation based
On Mon, 29 Jul 2024 19:36:31 GMT, Chen Liang wrote:
> In #20241, it's noted that `ClassFile.verify` can return a mix-and-match of
> mutable and immutable lists.
>
> Though the mutability of the list returned by `verify` has no particular
> importance, as the mutable list is constructed on ever
On Sat, 27 Jul 2024 15:00:51 GMT, Archie Cobbs wrote:
>> `GZIPInputStream` supports reading data from multiple concatenated GZIP data
>> streams since [JDK-4691425](https://bugs.openjdk.org/browse/JDK-4691425). In
>> order to do this, after a GZIP trailer frame is read, it attempts to read a
>
July 29, 2024 at 8:08 PM, "Viktor Klang" wrote:
>
> Hi Anthony,
Hi Viktor
> Thank you for your patience, and for providing feedback, it is always much
> appreciated.
>
> >When writing factory methods for Gatherers, there's sometimes a
> degenerate case that requires returning a no-op Gatherer
On Wed, 24 Jul 2024 12:20:05 GMT, Vanitha B P wrote:
> tools/jpackage/windows/WinChildProcessTest.java was failing intermittently,
> fixed the issue and changes are tested.
This pull request has now been integrated.
Changeset: 2c9fd901
Author:Vanitha B P
Committer: Alexey Semenyuk
URL:
On Tue, 30 Jul 2024 09:24:12 GMT, Viktor Klang wrote:
> Removes some of the old wording around the algorithmic complexity of
> ConcurrentSkipListSet::size() while still retaining the warning around the
> accuracy of the returned result.
Yes, thanks for fixing wording that should have been upda
On Tue, 30 Jul 2024 09:24:12 GMT, Viktor Klang wrote:
> Removes some of the old wording around the algorithmic complexity of
> ConcurrentSkipListSet::size() while still retaining the warning around the
> accuracy of the returned result.
@DougLea Please let me know what you think about this cha
Removes some of the old wording around the algorithmic complexity of
ConcurrentSkipListSet::size() while still retaining the warning around the
accuracy of the returned result.
-
Commit messages:
- Improving the JavaDoc of ConcurrentSkipListSet::size() to reflect current
reality
On Mon, 29 Jul 2024 23:30:48 GMT, Chen Liang wrote:
>> Removes 6 `AccessFlags` factories that do not take class-file versions as
>> its arguments.
>>
>> `AccessFlags` is a wrapper around a bit mask to support modifier streaming
>> in ClassFile API. It additionally supports advanced validation
On Mon, 29 Jul 2024 19:36:31 GMT, Chen Liang wrote:
> In #20241, it's noted that `ClassFile.verify` can return a mix-and-match of
> mutable and immutable lists.
>
> Though the mutability of the list returned by `verify` has no particular
> importance, as the mutable list is constructed on ever
On Mon, 29 Jul 2024 05:03:22 GMT, Jan Kratochvil
wrote:
>> src/hotspot/os/linux/cgroupUtil_linux.cpp line 64:
>>
>>> 62: return cpu->adjust_controller(cpu_total);
>>> 63: }
>>> 64: return cpu;
>>
>> I guess an alternative - and maybe more readable solution - would be to
>> inline `cpu
> The testcase requires root permissions.
>
> Fix by Severin Gehwolf.
> Testcase by Jan Kratochvil.
Jan Kratochvil has updated the pull request incrementally with two additional
commits since the last revision:
- Inline adjust_controller() twice
- Revert "Unify 4 copies of adjust_controller(
15 matches
Mail list logo