On Sat, 18 Nov 2023 12:30:18 GMT, Matthias Baesken wrote:
> > @MBaesken I would appreciate it if you would try out this proposed change
> > to see whether it fixes the problem that you reported. Thanks!
>
> Hi Brian, I added your patch to our tests.
After adding the patch, the errors seen befor
On Fri, 17 Nov 2023 21:51:06 GMT, Brian Burkhalter wrote:
> The method `windowsDriveRelative` of the test `java/io/File/GetAbsolutePath`
> was incorrectly translated from its previous version to the current JUnit 5
> version.
Marked as reviewed by mbaesken (Reviewer).
-
PR Review
On Thu, 16 Nov 2023 21:26:47 GMT, Steve Dohrmann wrote:
>> Below is baseline data collected using a modified version of the
>> java.lang.foreign.xor micro benchmark referenced by @mcimadamore in the bug
>> report. I collected data on an Ubuntu 22.04 laptop with a Tigerlake
>> i7-1185G7, whic
On Thu, 16 Nov 2023 21:26:47 GMT, Steve Dohrmann wrote:
>> Below is baseline data collected using a modified version of the
>> java.lang.foreign.xor micro benchmark referenced by @mcimadamore in the bug
>> report. I collected data on an Ubuntu 22.04 laptop with a Tigerlake
>> i7-1185G7, whic
On Wed, 25 Oct 2023 23:42:08 GMT, Phil Race wrote:
>> 8318364: Add an FFM-based implementation of harfbuzz OpenType layout
>
> Phil Race has updated the pull request incrementally with one additional
> commit since the last revision:
>
> indentation
src/java.desktop/share/classes/sun/font/HB
On Mon, 20 Nov 2023 01:34:57 GMT, Xiaohong Gong wrote:
> > > BTW, I have two questions:
> > >
> > > 1. An intrinsic which should accept the vector as index like non-subword
> > > gather is more benefical in real applications. See: [8287289:
> > > Gather/Scatter with Index VectorÂ
> > > panama-
On Sun, 19 Nov 2023 02:19:52 GMT, Shaojin Wen wrote:
>> `JapaneseChronology` is not extending `IsoChronology`, and that is the gist
>> of the change I suggested.
>
> I added the testcase of IsoChronology and it also passed.
The distinction is pretty subtle, I was referring to the
`Chronology.i
On Thu, 16 Nov 2023 13:00:03 GMT, Magnus Ihse Bursie wrote:
>> Xiaohong Gong 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 five additional
>>
On Fri, 17 Nov 2023 06:06:16 GMT, Jatin Bhateja wrote:
> > BTW, I have two questions:
> >
> > 1. An intrinsic which should accept the vector as index like non-subword
> > gather is more benefical in real applications. See: [8287289:
> > Gather/Scatter with Index VectorÂ
> > panama-vector#201](
On Sun, 19 Nov 2023 23:36:16 GMT, Joe Wang wrote:
>> Implement the built-in Catalog.
>
> Joe Wang has updated the pull request incrementally with one additional
> commit since the last revision:
>
> remove J2SE directory; add note explaining how DTDs are resolved
Tests: Tier 1-3 and JCK pass
On Sun, 19 Nov 2023 08:46:30 GMT, Alan Bateman wrote:
>> Joe Wang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> remove J2SE directory; add note explaining how DTDs are resolved
>
> src/java.xml/share/classes/module-info.java line 910:
On Sun, 19 Nov 2023 08:45:29 GMT, Alan Bateman wrote:
>> src/java.xml/share/classes/jdk/xml/internal/jdkcatalog/JDKCatalog.xml line
>> 34:
>>
>>> 32:
>>> 33: http://java.sun.com/dtd/preferences.dtd";
>>> uri="J2SE/preferences.dtd"/>
>>> 34: http://java.sun.com/dtd/properti
> Implement the built-in Catalog.
Joe Wang has updated the pull request incrementally with one additional commit
since the last revision:
remove J2SE directory; add note explaining how DTDs are resolved
-
Changes:
- all: https://git.openjdk.org/jdk/pull/16719/files
- new: htt
On Mon, 11 Sep 2023 12:12:17 GMT, Shaojin Wen wrote:
> improve date toString performance, includes:
>
> java.util.Date.toString
> java.util.Date.toGMTString
> java.time.Instant.toString
> java.time.LocalDate.toString
> java.time.LocalDateTime.toString
> java.time.LocalTime.toString
This pull re
> Address changes from JEP 445 to JEP 463.
>
> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>
> - Don't mark class on read.
>
> - Remove reflection and annotation processing related to unnamed classes.
>
> - Simplify main method search.
Jim Laskey has updated the pull re
/*
* when the character irk is detected, the language irk is present
* */
public enum Irk
{
IRK, END_IRK, HASH, END_HASH, COLON, ARRAY, END_ARRAY, QUOTE, END_QUOTE, COMMA;
public static String is_irk = " i**irk0";
public static String is_end_irk = " i**irk1";
public static String is
This update cascades timeouts to trim subsequent workers after the first
keepAlive inactive period.
-
Commit messages:
- Support cascading idle timeouts
Changes: https://git.openjdk.org/jdk/pull/16725/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16725&range=00
Issue:
> Address changes from JEP 445 to JEP 463.
>
> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>
> - Don't mark class on read.
>
> - Remove reflection and annotation processing related to unnamed classes.
>
> - Simplify main method search.
Jim Laskey has updated the pull re
Hi Rob,
In that case maybe just have an interface users of your library must
implement with all the relevant caller sensitive methods?
And then require the user to specify an instance whenever they call
into your library?
If you need to set up some static data structures this would probably
not be
On Sun, 19 Nov 2023 08:44:01 GMT, Alan Bateman wrote:
>> Implement the built-in Catalog.
>
> src/java.xml/share/classes/jdk/xml/internal/jdkcatalog/JDKCatalog.xml line 34:
>
>> 32:
>> 33: http://java.sun.com/dtd/preferences.dtd";
>> uri="J2SE/preferences.dtd"/>
>> 34: http:
On Fri, 17 Nov 2023 20:22:40 GMT, Joe Wang wrote:
> Implement the built-in Catalog.
src/java.xml/share/classes/jdk/xml/internal/jdkcatalog/JDKCatalog.xml line 34:
> 32:
> 33: http://java.sun.com/dtd/preferences.dtd";
> uri="J2SE/preferences.dtd"/>
> 34: http://java.sun.com
21 matches
Mail list logo