On Sun, 12 May 2024 02:48:31 GMT, xiaotaonan wrote:
> Add API to access ZipEntry.extraAttributes
I think this will require discussion on core libs before proposing APIs in this
area. I think a starting point would be explain how you might use this, esp.
with file permissions and sym links. Due
Add API to access ZipEntry.extraAttributes
-
Commit messages:
- Add API to access ZipEntry.extraAttributes
Changes: https://git.openjdk.org/jdk/pull/19204/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19204&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8322332
S
> Summary of the changes:
> - Moved `com.sun.tools.classfile.Dependency` and `Dependencies` to jdeps;
> they are exclusively used by jdeps in sources, and they are not used in any
> tests too. This will ease the removal of `com.sun.tools.classfile` later.
> - A few visitor patterns have been re
On Sun, 12 May 2024 02:21:55 GMT, xiaotaonan wrote:
> Add API to access ZipEntry.extraAttributes
This pull request has been closed without being integrated.
-
PR: https://git.openjdk.org/jdk/pull/19202
Add API to access ZipEntry.extraAttributes
-
Commit messages:
- Add API to access ZipEntry.extraAttributes
Changes: https://git.openjdk.org/jdk/pull/19202/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19202&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8322332
S
On Tue, 7 May 2024 22:50:18 GMT, Doug Lea wrote:
> This set of changes address causes of poor utilization with small numbers of
> cores due to overly aggressive contention avoidance. A number of further
> adjustments were needed to still avoid most contention effects in deployments
> with larg
On Tue, 7 May 2024 22:50:18 GMT, Doug Lea wrote:
> This set of changes address causes of poor utilization with small numbers of
> cores due to overly aggressive contention avoidance. A number of further
> adjustments were needed to still avoid most contention effects in deployments
> with larg
On Tue, 7 May 2024 22:50:18 GMT, Doug Lea wrote:
> This set of changes address causes of poor utilization with small numbers of
> cores due to overly aggressive contention avoidance. A number of further
> adjustments were needed to still avoid most contention effects in deployments
> with larg
On Tue, 7 May 2024 22:50:18 GMT, Doug Lea wrote:
> This set of changes address causes of poor utilization with small numbers of
> cores due to overly aggressive contention avoidance. A number of further
> adjustments were needed to still avoid most contention effects in deployments
> with larg
On Tue, 7 May 2024 22:50:18 GMT, Doug Lea wrote:
> This set of changes address causes of poor utilization with small numbers of
> cores due to overly aggressive contention avoidance. A number of further
> adjustments were needed to still avoid most contention effects in deployments
> with larg
Summary of the changes:
- Moved `com.sun.tools.classfile.Dependency` and `Dependencies` to jdeps; they
are exclusively used by jdeps in sources, and they are not used in any tests
too. This will ease the removal of `com.sun.tools.classfile` later.
- A few visitor patterns have been rewritten wi
On Fri, 10 May 2024 00:43:32 GMT, Stuart Marks wrote:
>> Its purpose is to avoid loading the FileReadEvent class. When the class is
>> loaded, JFR will add fields and in some circumstances do other things. I
>> don't think the cost is high, but it may add up if the number of events
>> increase
On Fri, 26 Apr 2024 11:43:06 GMT, Viktor Klang wrote:
> This is an attempt to be more clear about recommendations on Lock usage.
This pull request has now been integrated.
Changeset: 5053b70a
Author:Viktor Klang
URL:
https://git.openjdk.org/jdk/commit/5053b70a7fc67ce9b73dbeecbdd88fb
On Thu, 9 May 2024 16:02:02 GMT, Erik Gahlin wrote:
>> The field is only used once and a VarHandle implementation loads three
>> additional classes during startup and in my measurements add about 0.6 ms to
>> startup.
>
> A compromise between performance and readability is:
>
> if (JFRTracing.
On Sat, 27 Apr 2024 11:52:18 GMT, Viktor Klang wrote:
>> This is an attempt to be more clear about recommendations on Lock usage.
>
> Viktor Klang has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Update
> src/java.base/share/classes/java/ut
On Thu, 9 May 2024 11:19:14 GMT, Erik Gahlin wrote:
>> Hi,
>>
>> Could I have a review of a change that moves the jdk.FileRead and
>> jdk.FileWrite events to java.base to remove the use of the ASM
>> instrumentation.
>>
>> Testing: jdk/jdk/jfr
>>
>> Thanks
>> Erik
>
> Erik Gahlin has updated
On Fri, 10 May 2024 07:57:40 GMT, Alan Bateman wrote:
> In preparation for JEP 471 and JEP 472, provide access to the initial value
> of System.err from JavaLangAccess. The initial value of System.in is already
> exposed to code in java.base with this shared secret.
This pull request has now b
17 matches
Mail list logo