Re: RFR: 8332749: Broken link in MemorySegment.Scope.html

2024-05-23 Thread Iris Clark
On Thu, 23 May 2024 11:39:11 GMT, Per Minborg wrote: > This PR proposes to fix a broken link in the `MemorySegment.Scope` class. Marked as reviewed by iris (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/19366#pullrequestreview-2074232921

Re: RFR: 8330182: Start of release updates for JDK 24 [v10]

2024-05-30 Thread Iris Clark
On Thu, 30 May 2024 17:11:31 GMT, Joe Darcy wrote: >> Get JDK 24 underway. > > Joe Darcy has updated the pull request with a new target base due to a merge > or a rebase. The pull request now contains 18 commits: > > - Merge branch 'master' into JDK-8330188 > - Update symbol files for JDK 23

Re: RFR: 8331879: Clean up non-standard use of /// comments in `java.base` [v2]

2024-05-31 Thread Iris Clark
On Tue, 28 May 2024 22:31:15 GMT, Jonathan Gibbons wrote: >> With the advent of JEP 467, `///` comments may be treated as documentation >> comments, and may be subject to the recently new `javac` warning about >> "dangling doc comments" in unexpected places. >> >> In keeping with the policy to

Re: RFR: 8333398: Uncomment the commented test in test/jdk/java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java

2024-06-02 Thread Iris Clark
On Mon, 3 Jun 2024 04:25:38 GMT, Jaikiran Pai wrote: > Can I please get a review of this test-only change which uncomments an > additional test that was commented out in > `test/jdk/java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java`? > > As noted in https://bugs.openjdk.org/browse/JDK-89

Re: RFR: 8332750: Broken link in CatalogFeatures.html

2024-06-04 Thread Iris Clark
On Tue, 4 Jun 2024 21:17:43 GMT, Joe Wang wrote: > Fix a broken link. Marked as reviewed by iris (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/19551#pullrequestreview-2097432388

Re: RFR: 8330182: Start of release updates for JDK 24 [v12]

2024-06-05 Thread Iris Clark
On Wed, 5 Jun 2024 15:35:18 GMT, Joe Darcy wrote: >> Get JDK 24 underway. > > Joe Darcy has updated the pull request with a new target base due to a merge > or a rebase. The pull request now contains 23 commits: > > - Update copyright. > - Updated problem list after bug fix. > - Merge branch

Re: RFR: 8330205: Initial troff manpage generation for JDK 24

2024-06-10 Thread Iris Clark
On Mon, 10 Jun 2024 02:31:00 GMT, David Holmes wrote: > Sets the version to 24/24-ea and the copyright year to 2025. > > Content changes related to the start of release (e.g. for removed options in > java.1) are handled separately. > > This initial generation also picks up the unpublished chan

Re: [jdk23] RFR: 8334162: Gatherer.defaultCombiner has an erronous @see-link

2024-06-13 Thread Iris Clark
On Thu, 13 Jun 2024 16:47:43 GMT, Viktor Klang wrote: > Making sure that the Javadoc is correct for Gatherer Marked as reviewed by iris (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/19704#pullrequestreview-2116350395

Re: RFR: 8334418: Update IANA Language Subtag Registry to Version 2024-06-14

2024-06-18 Thread Iris Clark
On Mon, 17 Jun 2024 21:05:13 GMT, Justin Lu wrote: > Please review this PR, which is a trivial update of the IANA subtag registry > to version 2024-06-14. > Announcement: > https://mm.icann.org/pipermail/ietf-languages-announcements/2024-June/92.html Marked as reviewed by iris (Reviewer).

Re: RFR: 8309821: Link to hidden classes section in Class specification for Class::isHidden

2024-06-18 Thread Iris Clark
On Wed, 19 Jun 2024 02:21:05 GMT, Joe Darcy wrote: > Simple doc improvement. Marked as reviewed by iris (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/19781#pullrequestreview-2126919618

Re: RFR: 8333396: Performance regression of DecimalFormat.format [v14]

2024-06-28 Thread Iris Clark
On Fri, 28 Jun 2024 22:46:22 GMT, Naoto Sato wrote: >> lingjun-cg has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - 896: Performance regression of DecimalFormat.format >> - 896: Performance regression of DecimalFormat.format > >

Re: [jdk23] RFR: 8334653: ISO 4217 Amendment 177 Update

2024-07-11 Thread Iris Clark
On Wed, 10 Jul 2024 22:08:47 GMT, Justin Lu wrote: > Please review this PR, which is a backport of commit > [86b0cf25](https://github.com/openjdk/jdk/commit/86b0cf259fb3cbe3a1973151148e5d36c6a99d91) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > This change incorporates

Re: [jdk23] RFR: 8334418: Update IANA Language Subtag Registry to Version 2024-06-14

2024-07-11 Thread Iris Clark
On Wed, 10 Jul 2024 21:46:36 GMT, Justin Lu wrote: > Please review this PR, which is a backport of commit > [861aefca](https://github.com/openjdk/jdk/commit/861aefcafacdc21459ef966307f52568e327fd49) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > This updates the IANA sub

Re: [jdk23] RFR: 8336259: Wrong link to stylesheet.css in JavaDoc API documentation

2024-07-15 Thread Iris Clark
On Fri, 12 Jul 2024 23:38:31 GMT, Chen Liang wrote: > Please review the backport of #20145 onto jdk23, fixing 2 unnecessary and > erroneous links in the doc files. Confirmed identical to original PR. - Marked as reviewed by iris (Reviewer). PR Review: https://git.openjdk.org/jdk/

Re: RFR: 8336300: DateFormatSymbols#getInstanceRef returns non-cached instance [v2]

2024-07-16 Thread Iris Clark
On Tue, 16 Jul 2024 16:54:09 GMT, Naoto Sato wrote: >> Removing a redundant private method, which has the same implementation with >> the public sibling and obsolete method description. > > Naoto Sato has updated the pull request incrementally with one additional > commit since the last revisio

Re: [jdk23] RFR: 8325280: Update troff manpages in JDK 23 before RC

2024-07-19 Thread Iris Clark
On Fri, 19 Jul 2024 05:47:15 GMT, David Holmes wrote: > Before RC we need to update the man pages in the repo from their Markdown > sources. All pages at a minimum have 23-ea replaced with 23, and publication > year set to 2024 if needed. > > This also picks up the unpublished changes to java.

Re: RFR: 8337300: java/lang/Process/WaitForDuration.java leaves child process behind

2024-07-29 Thread Iris Clark
On Mon, 29 Jul 2024 15:49:10 GMT, Naoto Sato wrote: > This fix is to address the tier_1 test run on Windows taking much longer time > than before. The test case creates child processes that remain behind after > the test run has completed, which is problematic on Windows as the make > command

Re: RFR: 8337603: Change in behavior with -Djava.locale.useOldISOCodes=true

2024-08-05 Thread Iris Clark
On Tue, 6 Aug 2024 00:50:48 GMT, Naoto Sato wrote: > Fixing a regression caused by the removal of the legacy locale data. Legacy > locale data happened to have resource bundle for "he" language (new ISO code) > with the launguage name for "iw" (old ISO code). CLDR does not have it, thus > the

Re: RFR: 8338489: Typo in MemorySegment doc

2024-08-27 Thread Iris Clark
On Tue, 27 Aug 2024 10:42:08 GMT, Per Minborg wrote: > This trivial PR proposes to fix a typo in the `MemorySegment` docs. Marked as reviewed by iris (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/20727#pullrequestreview-2263509002

Re: RFR: 8294533: Documentation mistake in Process::getErrorStream and getInputStream

2022-09-29 Thread Iris Clark
On Thu, 29 Sep 2022 15:01:25 GMT, Roger Riggs wrote: > Correct javadoc links and references. > > The links should refer to the method `()` instead of field. > > The apiNote in `getErrorStream` should refer to the error stream not the > input stream and reader. Marked as reviewed by iris (Revi

Re: RFR: JDK-8294618: Update openjdk.java.net => openjdk.org [v4]

2022-09-29 Thread Iris Clark
On Fri, 30 Sep 2022 01:11:45 GMT, Joe Darcy wrote: >> With the domain change from openjdk.java.net to openjdk.org, references to >> URLs in the sources should be updated. >> >> Updates were made using a shell script. I"ll run a copyright updater before >> any push. > > Joe Darcy has updated th

Re: RFR: 8294456: Fix misleading-indentation warnings in JDK

2022-09-30 Thread Iris Clark
On Thu, 29 Sep 2022 13:11:03 GMT, Raffaello Giulietti wrote: > This fixes misleading indentations, which allows enabling the (currently > disabled) `misleading-indentation` warning flag on two `.gmk` files. Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.org/jdk/

Re: RFR: 6560981: (cal) unused local variables in GregorianCalendar, etc.

2022-10-06 Thread Iris Clark
On Wed, 5 Oct 2022 22:17:26 GMT, Justin Lu wrote: > Problem: Unused variables in GregorianCalendar, JapaneseImperialCalendar, and > Base Calendar. > > Fix: Removed all unused variables in bug description except normalizedYear in > JapaneseImpericalCalendar.getActualMaximum.() as there was no m

Re: RFR: 8295155: Incorrect javadoc of java.base module

2022-10-11 Thread Iris Clark
On Tue, 11 Oct 2022 15:48:56 GMT, Raffaello Giulietti wrote: > Simple doc correction. Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.org/jdk/pull/10658

Re: RFR: 8295168: Remove superfluous period in @throws tag description

2022-10-11 Thread Iris Clark
On Tue, 11 Oct 2022 17:11:49 GMT, Pavel Rappo wrote: > Please review this utmost trivial fix for an issue discovered while working > on something else in jdk.javadoc. As far as I can see, this is the only case > of `{@inheritDoc}` not being the sole content of a `@throws` description in > JDK.

Re: RFR: 8295232: "java.locale.useOldISOCodes" property is read lazily

2022-10-12 Thread Iris Clark
On Wed, 12 Oct 2022 20:03:05 GMT, Naoto Sato wrote: > Fixed to utilize `StaticProperty` so that the system property value for > `java.locale.useOldISOCodes` set on the command line is honored even with > lazy `Locale` initialization. Marked as reviewed by iris (Reviewer). - PR: h

Re: RFR: 8295239: Refactor java/util/Formatter/Basic script into a Java native test launcher

2022-10-17 Thread Iris Clark
On Mon, 17 Oct 2022 23:34:22 GMT, Justin Lu wrote: >> test/jdk/java/util/Formatter/Basic.java line 93: >> >>> 91:+ fail + " failure(s), first", >>> first); >>> 92: else >>> 93: System.out.println("all " + (fail + pass) + " tests >>> p

Re: RFR: 8295564: Norwegian Nynorsk Locale is missing formatting

2022-10-19 Thread Iris Clark
On Wed, 19 Oct 2022 19:04:57 GMT, Naoto Sato wrote: > This is a regression caused by upgrading CLDR to version 39 (JDK-8258794), in > which CLDR changed the locale inheritance for Norwegian. Some locale data > (including number elements) that were in `nn` locale was moved to `no`. There > was

Re: RFR: 8284840: Update CLDR to Version 42.0

2022-10-21 Thread Iris Clark
On Fri, 21 Oct 2022 16:55:28 GMT, Naoto Sato wrote: > This is to update the CLDR data from version 41 to version 42. The vast > majority of the changes are basically replacing the CLDR data, along with > tools/testcase alignments to those upstream changes: > > https://unicode-org.atlassian.net

Re: RFR: 8287180: Update IANA Language Subtag Registry to Version 2022-08-08

2022-11-16 Thread Iris Clark
On Mon, 3 Oct 2022 20:03:42 GMT, Justin Lu wrote: > Problem: IANA Language subtag registry is outdated > Fix: Updated from version 2022-03-02 to 2022-08-08 -> [IANA > registry](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) Marked as reviewed by iris (Review

Re: RFR: 8297152: Add a @sealedGraph tag to ZoneId

2022-11-16 Thread Iris Clark
On Wed, 16 Nov 2022 19:07:48 GMT, Naoto Sato wrote: > Adding a `@sealedGraph` tag to `ZoneId` class. Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.org/jdk/pull/11195

Re: RFR: 8297528: java/io/File/TempDirDoesNotExist.java test failing on windows-x64

2022-11-28 Thread Iris Clark
On Mon, 28 Nov 2022 16:52:09 GMT, Weibing Xiao wrote: > fix the illegal characters of directory names in Windows Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.org/jdk/pull/11393

Re: RFR: JDK-8296149: Start of release updates for JDK 21

2022-11-28 Thread Iris Clark
On Tue, 1 Nov 2022 05:49:25 GMT, Joe Darcy wrote: > Usual start-of-release updates. Symbol updates in initial version reflect JDK > 20 build 21. Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.org/jdk/pull/10924

Re: RFR: JDK-8296149: Start of release updates for JDK 21 [v2]

2022-12-01 Thread Iris Clark
On Thu, 1 Dec 2022 18:53:38 GMT, Joe Darcy wrote: >> Usual start-of-release updates. Symbol updates in initial version reflect >> JDK 20 build 21. > > 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 change

Re: RFR: JDK-8296149: Start of release updates for JDK 21 [v4]

2022-12-06 Thread Iris Clark
On Tue, 6 Dec 2022 17:05:16 GMT, Joe Darcy wrote: >> Usual start-of-release updates. Symbol updates in initial version reflect >> JDK 20 build 21. > > Joe Darcy has updated the pull request with a new target base due to a merge > or a rebase. The pull request now contains 19 commits: > > - Me

Re: [jdk20] RFR: 8295857: Clarify that cleanup code can be skipped when the JVM terminates (e.g. when calling halt())

2022-12-12 Thread Iris Clark
On Mon, 12 Dec 2022 19:51:22 GMT, Brent Christian wrote: > Backport [8295857](https://bugs.openjdk.org/browse/JDK-8295857) to jdk20 Changes appear to be identical to those in JDK 21. - Marked as reviewed by iris (Reviewer). PR: https://git.openjdk.org/jdk20/pull/19

Re: [jdk20] RFR: 8298976: ProblemList java/util/concurrent/ExecutorService/CloseTest.java on macosx-aarch64

2022-12-16 Thread Iris Clark
On Fri, 16 Dec 2022 21:02:21 GMT, Daniel D. Daugherty wrote: > A batch a trivial fixes to ProblemList tests: > [JDK-8298976](https://bugs.openjdk.org/browse/JDK-8298976) ProblemList > java/util/concurrent/ExecutorService/CloseTest.java on macosx-aarch64 > [JDK-8298977](https://bugs.openjdk.org/

Re: [jdk20] RFR: 8298699: java/lang/reflect/IllegalArgumentsTest.java times out with slowdebug bits

2022-12-19 Thread Iris Clark
On Mon, 19 Dec 2022 22:20:08 GMT, Daniel D. Daugherty wrote: > A trivial fix to slightly increase the default timeout so that > java/lang/reflect/IllegalArgumentsTest.java > passes with slowdebug bits. Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.org/jdk20/pul

Re: [jdk20] RFR: 8298699: java/lang/reflect/IllegalArgumentsTest.java times out with slowdebug bits

2022-12-19 Thread Iris Clark
/IllegalArgumentsTest.java times out with slowdebug bits On Mon, 19 Dec 2022 22:34:00 GMT, Iris Clark wrote: >> A trivial fix to slightly increase the default timeout so that >> java/lang/reflect/IllegalArgumentsTest.java >> passes with slowdebug bits. > > Marked as re

Re: [jdk20] RFR: 8298699: java/lang/reflect/IllegalArgumentsTest.java times out with slowdebug bits

2022-12-19 Thread Iris Clark
On Mon, 19 Dec 2022 22:20:08 GMT, Daniel D. Daugherty wrote: > A trivial fix to slightly increase the default timeout so that > java/lang/reflect/IllegalArgumentsTest.java > passes with slowdebug bits. Trivial update approved. - Marked as reviewed by iris (Reviewer). PR: https:/

Re: RFR: 8299292: Missing elements in aliased String array

2023-01-04 Thread Iris Clark
On Wed, 4 Jan 2023 19:57:56 GMT, Naoto Sato wrote: > This is a pre-requisite fix for upgrading CLDR to v43. The upcoming CLDR > changed the inheritance mechanism a bit with this change: > https://unicode-org.atlassian.net/browse/CLDR-15054 where they removed the > duplication of data. This rev

Re: RFR: 8299292: Missing elements in aliased String array [v2]

2023-01-04 Thread Iris Clark
On Wed, 4 Jan 2023 21:04:08 GMT, Naoto Sato wrote: >> This is a pre-requisite fix for upgrading CLDR to v43. The upcoming CLDR >> changed the inheritance mechanism a bit with this change: >> https://unicode-org.atlassian.net/browse/CLDR-15054 where they removed the >> duplication of data. This

Re: RFR: 8299617: CurrencySymbols.properties is missing the copyright notice

2023-01-05 Thread Iris Clark
On Wed, 4 Jan 2023 21:48:26 GMT, Justin Lu wrote: > Added the missing copyright header Provided GPL license appear to match the standard template available here: https://github.com/openjdk/jdk/blob/master/make/data/license-templates/gpl-header - Marked as reviewed by iris (Reviewe

Re: RFR: 8299183: Invokers.checkExactType passes parameters to create WMTE in opposite order

2023-01-05 Thread Iris Clark
On Thu, 5 Jan 2023 20:45:20 GMT, Mandy Chung wrote: > Trivial fix. Fix `Invokers.checkExactType` to call > `newWrongMethodTypeException(actual, expected)` with parameters in right > order. Parameter order for method invocation now matches method declaration on line 521. - Marke

Re: RFR: 8297306: Incorrect brackets in Javadoc for a constructor of IteratorSpliterator

2023-01-06 Thread Iris Clark
On Fri, 6 Jan 2023 06:35:31 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which fixes an issue in the javadoc > text of the internal class IteratorSpliterator? This addresses the issue > reported at https://bugs.openjdk.org/browse/JDK-8297306. Marked as reviewed by iris

Re: RFR: 6381945: (cal) Japanese calendar unit test system should avoid multiple static imports

2023-01-08 Thread Iris Clark
On Wed, 4 Jan 2023 21:49:18 GMT, Justin Lu wrote: > Within _test/jdk/java/util/Calendar/CalendarTestScripts/Symbol.java_ > > GregorianCalendar alone handles all the necessary imports, Calendar is not > needed Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.org/jd

Re: RFR: 8299571: ZoneRulesProvider.registerProvider() can leave inconsistent state on failure

2023-01-10 Thread Iris Clark
On Tue, 10 Jan 2023 17:17:41 GMT, Naoto Sato wrote: > Fixing the subject method to recover gracefully on a failed > `ZoneRulesProvider` registration. Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.org/jdk/pull/11928

Re: RFR: 8299865: Unnecessary NullPointerException catch in java.util.TimeZone#setDefaultZone

2023-01-12 Thread Iris Clark
On Wed, 11 Jan 2023 17:12:39 GMT, Justin Lu wrote: > In [JDK-4368016](https://bugs.openjdk.org/browse/JDK-4368016) > **TimeZone.setDefaultZone()** was updated so that > > _TimeZone.java [will] not cause an NPE. If getSystemTimeZoneID() > can't determine the time zone from java.home and user.re

Re: RFR: 8300077: Refactor code examples to use @snippet in java.text.ChoiceFormat

2023-01-13 Thread Iris Clark
On Thu, 12 Jan 2023 22:31:24 GMT, Justin Lu wrote: > This PR implements _JEP 413: Code Snippets in Java API Documentation_ for > [java.text.ChoiceFormat](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/ChoiceFormat.html). > > Code examples using ... blocks are replaced

Re: RFR: 8300011: Refactor code examples to use @snippet in java.util.TimeZone [v4]

2023-01-13 Thread Iris Clark
On Fri, 13 Jan 2023 17:45:51 GMT, Justin Lu wrote: >> This PR implements JEP 413: Code Snippets in Java API Documentation for >> _[java.util.TimeZone](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/TimeZone.html)_. >> >> Code examples using ... blocks are replaced wit

Re: RFR: 8300093: Refactor code examples to use @snippet in java.text.MessageFormat

2023-01-13 Thread Iris Clark
On Fri, 13 Jan 2023 21:47:40 GMT, Justin Lu wrote: > This PR implements _JEP 413: Code Snippets in Java API Documentation_ for > [java.text.MessageFormat](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/class-use/MessageFormat.html). > > Code examples using ... blocks a

Re: [jdk20] RFR: 8299500: Usage of constructors of primitive wrapper classes should be avoided in java.text API docs

2023-01-13 Thread Iris Clark
On Fri, 13 Jan 2023 21:53:50 GMT, Justin Lu wrote: > This pull request contains a backport of commit > [cd10c727](https://github.com/openjdk/jdk/commit/cd10c7278d8fcf7ce6713a3ee688bb1e10c024f6) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit being backported wa

Re: RFR: JDK-8300321: Use link tags in javax.sql.rowset package-info

2023-01-17 Thread Iris Clark
On Tue, 17 Jan 2023 21:29:15 GMT, Joe Darcy wrote: > In the course of some other work (JDK-8300133), I noticed some cases where > the javadoc in the package-info file for javax.sql.rowset used HTML links > where a more readable javadoc link tag would suffice. Marked as reviewed by iris (Review

Re: RFR: 8300307: Refactor code examples to use @snippet in java.text.DateFormat

2023-01-17 Thread Iris Clark
On Tue, 17 Jan 2023 22:35:54 GMT, Justin Lu wrote: > This PR implements JEP 413: Code Snippets in Java API Documentation for > [java.text.DateFormat](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/DateFormat.html). > > Code examples using ... blocks are replaced with t

Re: RFR: 8300586: Refactor code examples to use @snippet in java.text.Collator

2023-01-18 Thread Iris Clark
On Wed, 18 Jan 2023 19:36:51 GMT, Justin Lu wrote: > This PR implements _JEP 413: Code Snippets in Java API Documentation_ for > [java.text.Collator](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/Collator.html). > > Code examples using ... blocks are replaced with the

Re: RFR: 8300586: Refactor code examples to use @snippet in java.text.Collator

2023-01-18 Thread Iris Clark
On Wed, 18 Jan 2023 20:43:37 GMT, Justin Lu wrote: >> src/java.base/share/classes/java/text/Collator.java line 83: >> >>> 81: * System.out.println("abc is greater than or equal to ABC"); >>> 82: * } >>> 83: * } >> >> I don't think you need a second '}' here. > > The first `}` is for clos

Re: RFR: 8300589: Use @snippet and @linkplain in java.text.CollationKey and java.text.CompactNumberFormat [v2]

2023-01-20 Thread Iris Clark
On Fri, 20 Jan 2023 17:31:26 GMT, Justin Lu wrote: >> This PR implements _JEP 413: Code Snippets in Java API Documentation_ for >> [java.text.CollationKey](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/CollationKey.html) >> and >> [java.text.CompactNumberFormat](https:

Re: [jdk20] RFR: 8290919: Update nroff pages in JDK 20 before RC

2023-01-22 Thread Iris Clark
On Mon, 23 Jan 2023 02:59:42 GMT, David Holmes wrote: > There was one missing update in javac.1 from: > > [JDK-8245246](https://bugs.openjdk.org/browse/JDK-8245246): Deprecate > -profile option in javac > > otherwise the change is limited to dropping the "-ea". > > Thanks. Marked as reviewed

Re: RFR: JDK-8300867: Fix document issues in java.io

2023-01-23 Thread Iris Clark
On Mon, 23 Jan 2023 14:59:08 GMT, Per Minborg wrote: > This PR fixes a couple of typos in the documentation. Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.org/jdk/pull/12142

Re: RFR: 8300863: Remove C-style array declarations in java.io

2023-01-23 Thread Iris Clark
On Mon, 23 Jan 2023 13:53:38 GMT, Per Minborg wrote: > Some variables are declared using old-style declarations. These should be > modified to conform to modern style. > > This is a task derived from https://github.com/openjdk/jdk/pull/11848 Marked as reviewed by iris (Reviewer). ---

Re: RFR: 8290918: Initial nroff manpage generation for JDK 21

2023-01-23 Thread Iris Clark
On Mon, 23 Jan 2023 22:59:22 GMT, David Holmes wrote: > Please review this simple update to the manpage to set the version to 21-ea. > > This change also corrects a typo in javac.1 that was manually introduced by > JDK-8300591 > > Thanks. Marked as reviewed by iris (Reviewer). -

Re: RFR: 8303405: fix @returnss typo in ReflectionFactory

2023-02-28 Thread Iris Clark
On Wed, 1 Mar 2023 00:24:31 GMT, Justin Lu wrote: > The following typo: `@returnss` was reported on line _482 of Reflection > Factory.java_. > > In addition to fixing that, I have replaced multiple instances of `@returns` > with `@return` in the same file. Marked as reviewed by iris (Reviewer

Re: RFR: 8303039: Utilize `coverageLevels.txt` [v2]

2023-03-02 Thread Iris Clark
On Thu, 2 Mar 2023 01:03:20 GMT, Naoto Sato wrote: >> This is a pre-requisite for supporting CLDR v43, where they combine `seeds` >> locales with `common` locales >> (https://cldr.unicode.org/index/downloads/cldr-43#h.7s25aqdv767e). In order >> to have the same coverage level of locales, CLDRC

Re: RFR: 8303440: The "ZonedDateTime.parse" may not accept the "UTC+XX" zone id [v2]

2023-03-03 Thread Iris Clark
On Fri, 3 Mar 2023 21:10:57 GMT, Naoto Sato wrote: >> This change is to fix a regression caused by the fix to >> [JDK-8234347](https://bugs.openjdk.org/browse/JDK-8234347). The previous fix >> was simply disabling offset-based parsing if the parser was text-based. >> Instead, check if it is an

Re: RFR: 8304898: Fix Copyright Headers for JLink Source Files

2023-03-24 Thread Iris Clark
On Fri, 24 Mar 2023 17:56:03 GMT, Ian Graves wrote: > Updating copyright headers on some files missed in a previous commit Confirmed all files listed in 8304691 save the deleted JLinkPostProcessingTest.java now have updated copyright year. - Marked as reviewed by iris (Reviewer).

Re: RFR: 8304840: Dangling `CharacterCodingException` in a few javadoc descriptions

2023-03-28 Thread Iris Clark
On Tue, 28 Mar 2023 18:25:21 GMT, Naoto Sato wrote: > Fixing a documentation bug for `CharacterCodingException` without any > description to it as attached. A corresponding CSR is also drafted. > > ![Screenshot 2023-03-28 at 11 19 00 > AM](https://user-images.githubusercontent.com/3122603/2283

Re: RFR: 8304993: bad sentence break in DateFormat

2023-03-28 Thread Iris Clark
On Tue, 28 Mar 2023 21:01:45 GMT, Justin Lu wrote: > This PR fixes a bad sentence break in DateFormat.FIELD AM_PM that caused > incomplete API > > Before: > src="https://user-images.githubusercontent.com/67398801/228359165-f8c66ca2-745b-47ea-bca9-9c4afc7af914.png";> > > After: > src="https:/

Re: RFR: 8305111: Locale.lookupTag has typo in parameter

2023-03-29 Thread Iris Clark
On Wed, 29 Mar 2023 22:51:12 GMT, Justin Lu wrote: > Small typo fix in Locale.lookupTag > > _tangs_ should be _tags_ Marked as reviewed by iris (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/13235#pullrequestreview-1364106018

Re: RFR: JDK-8305206: Add @spec tags in java.base/java.* (part 1) [v2]

2023-03-31 Thread Iris Clark
On Thu, 30 Mar 2023 20:45:08 GMT, Jonathan Gibbons wrote: >> Please review a change to add `@spec` tags (and remove some equivalent >> `@see` tags) to the main "core-libs" packages in `java.base` module. >> >> This is similar to, and a subset of, PR #11073. That PR was withdrawn, and >> base

Re: RFR: JDK-8305206: Add @spec tags in java.base/java.* (part 1) [v3]

2023-03-31 Thread Iris Clark
On Fri, 31 Mar 2023 22:07:26 GMT, Jonathan Gibbons wrote: >> Please review a change to add `@spec` tags (and remove some equivalent >> `@see` tags) to the main "core-libs" packages in `java.base` module. >> >> This is similar to, and a subset of, PR #11073. That PR was withdrawn, and >> base

Re: RFR: JDK-8303798: REDO - Remove fdlibm C sources

2023-04-02 Thread Iris Clark
On Sat, 1 Apr 2023 18:08:44 GMT, Joe Darcy wrote: > This PR is a redo of JDK-8302801: Remove fdlibm C sources. The problem with > JDK-8302801 was that it neglected (mea culpa) to include a Java > implementation of IEEEremainder before the FDLIBM C implementation was > deleted. Such an implemen

Re: RFR: 8305107: Emoji related binary properties in RegEx

2023-04-03 Thread Iris Clark
On Mon, 3 Apr 2023 22:58:30 GMT, Naoto Sato wrote: > Introducing new regex constructs that match those 6 new Unicode Emoji > properties implemented in the `Character` class > (https://bugs.openjdk.org/browse/JDK-8303018). A corresponding CSR has been > drafted. Associated CSR also Reviewed.

Re: RFR: 8304911: Use OperatingSystem enum in some modules

2023-04-04 Thread Iris Clark
On Tue, 4 Apr 2023 19:22:48 GMT, Roger Riggs wrote: > With the addition of `jdk.internal.util.OperatingSystem` references to the > system property `os.name` can be replaced. > This PR exports jdk.internal.util to: > - java.prefs, > - java.security.jgss, > - java.smartcardio, > - jdk.charsets

Re: RFR: 8304911: Use OperatingSystem enum in some modules [v3]

2023-04-05 Thread Iris Clark
On Wed, 5 Apr 2023 15:48:02 GMT, Roger Riggs wrote: >> With the addition of `jdk.internal.util.OperatingSystem` references to the >> system property `os.name` can be replaced. >> This PR exports jdk.internal.util to: >> - java.prefs, >> - java.security.jgss, >> - java.smartcardio, >> - jdk.c

Re: RFR: JDK-8272119: Typo in JDK documentation (a -> an)

2023-04-05 Thread Iris Clark
On Wed, 5 Apr 2023 14:48:52 GMT, Viktor Klang wrote: > a -> an Marked as reviewed by iris (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/13353#pullrequestreview-1373292633

Re: RFR: 6441827: Documentation mentions nonexistent NullReferenceException

2023-04-07 Thread Iris Clark
On Sat, 8 Apr 2023 05:37:00 GMT, Jaikiran Pai wrote: > Can I please get a review of this doc only change which fixes a trivial typo > in the documentation of `ObjectOutputStream.replaceObject()` method, as noted > in https://bugs.openjdk.org/browse/JDK-6441827? Marked as reviewed by iris (Revi

Re: RFR: 6441827: Documentation mentions nonexistent NullReferenceException [v2]

2023-04-08 Thread Iris Clark
On Sat, 8 Apr 2023 13:00:40 GMT, Jaikiran Pai wrote: >> Can I please get a review of this doc only change which fixes a trivial typo >> in the documentation of `ObjectOutputStream.replaceObject()` method, as >> noted in https://bugs.openjdk.org/browse/JDK-6441827? > > Jaikiran Pai has updated t

Re: RFR: 8305808: Typo in javadoc of ConstantDescs::BSM_VARHANDLE_STATIC_FIELD

2023-04-10 Thread Iris Clark
On Mon, 10 Apr 2023 18:24:08 GMT, Mandy Chung wrote: > `s/ConstantBootstraps.staticVarHandle/ConstantBootstraps.staticFieldVarHandle` Marked as reviewed by iris (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/13411#pullrequestreview-1377951955

Re: RFR: 8305807: Spurious right brace in ConstantDescs field Javadocs

2023-04-10 Thread Iris Clark
On Mon, 10 Apr 2023 17:58:00 GMT, Chen Liang wrote: > Please review a small patch, fixing extraneous right braces in field javadocs > of BSM_EXPLICIT_CAST, BSM_CLASS_DATA, and BSM_CLASS_DATA_AT. > > JDK 20: > https://docs.oracle.com/en/java/javase/20/docs/api/java.base/java/lang/constant/Const

Re: RFR: 8041676: remove the java.compiler system property [v2]

2023-04-14 Thread Iris Clark
On Fri, 14 Apr 2023 14:34:39 GMT, Jaikiran Pai wrote: >> Can I please get a review of this change which removes the `java.compiler` >> system property? This addresses https://bugs.openjdk.org/browse/JDK-8041676. >> >> A CSR has been filed for this change and is available at >> https://bugs.ope

Re: RFR: 8304896: Update to use jtreg 7.2

2023-04-17 Thread Iris Clark
On Mon, 17 Apr 2023 14:56:16 GMT, Christian Stein wrote: > Please review the change to update to using jtreg 7.2. > > The primary change is to the `jib-profiles.js` file, which specifies the > version of jtreg to use, for those systems that rely on this file. In > addition, the requiredVersion

Re: RFR: 8306323: Update license files in CLDR v43

2023-04-18 Thread Iris Clark
On Tue, 18 Apr 2023 18:40:03 GMT, Naoto Sato wrote: > The upgrade to CLDR v43 was missing the license-related file updates. Here > are the supplemental updates. Marked as reviewed by iris (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/13517#pullrequestreview-1390801345

Re: RFR: 8305207: Calendar.aggregateStamp(int, int) return value can be simplified

2023-04-20 Thread Iris Clark
On Thu, 20 Apr 2023 06:32:41 GMT, Justin Lu wrote: > Small cleanup / tweak spotted in Calendar to improve readability. Marked as reviewed by iris (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/13554#pullrequestreview-1394591566

Re: RFR: 8306927: Collator treats "v" and "w" as the same letter for Swedish language locale.

2023-04-26 Thread Iris Clark
On Wed, 26 Apr 2023 20:42:01 GMT, Naoto Sato wrote: > Updating the collation rules for Swedish to the modern one, which is aligned > with the CLDR's default collation rules. Since it is changing the existing > behavior, a release note has also been drafted: > https://bugs.openjdk.org/browse/JD

Re: RFR: 8308108: Support Unicode extension for collation settings [v2]

2023-05-18 Thread Iris Clark
On Thu, 18 May 2023 16:42:23 GMT, Naoto Sato wrote: >> This change intends to interpret the BCP47 U extension wrt collation >> settings in the given `Locale`, then applies them to the created instances >> in the 1-arg factory method in `Collator`. A corresponding CSR has also been >> drafted.

Re: RFR: JDK-8306584: Start of release updates for JDK 22

2023-05-23 Thread Iris Clark
On Thu, 20 Apr 2023 20:28:18 GMT, Joe Darcy wrote: > Time to get JDK 22 underway... Marked as reviewed by iris (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/13567#pullrequestreview-1440582657

Re: RFR: 8308735: Typos in parameter names

2023-05-24 Thread Iris Clark
On Wed, 24 May 2023 23:32:18 GMT, Pavel Rappo wrote: > Please review this simple fix. Looks good. (I'm not sure I'd characterize this as a "typo", more like a failure to adjust "cut and paste" replication. Regardless you're fixing an error.) - Marked as reviewed by iris (Review

Re: RFR: JDK-8288573: Make `java.lang.reflect.Executable::getParameterCount()' actually abstract

2022-06-16 Thread Iris Clark
On Thu, 16 Jun 2022 21:21:36 GMT, Joe Darcy wrote: > Whatever the motivation for how this method was coded when added in JDK 8, > since Executable is now a sealed class with Constructor and Method the only > allowed subclasses, getParameterCount can be coded as an normal abstract > method. (Th

Re: RFR: 8288589: Files.readString ignores encoding errors for UTF-16

2022-06-16 Thread Iris Clark
On Thu, 16 Jun 2022 22:21:23 GMT, Naoto Sato wrote: > This is a regression caused by the fix to > [JDK-8286287](https://bugs.openjdk.org/browse/JDK-8286287), which assumed the > method `String.decodeWithDecoder()` was only invoked with cs.REPLACE mode > based on the comment "should not happen"

Re: RFR: 8288529: broken link in java.xml

2022-06-21 Thread Iris Clark
On Tue, 21 Jun 2022 16:52:52 GMT, Joe Wang wrote: > Some of the links cause redirection, iso.org in particular took 1-2 seconds, > that looks like was longer than the wait time of the doccheck and docs link > checker. Changed it to the current homepage to avoid redirection. Also > changed othe

Re: RFR: 8287868: Localized names update in COMPAT locale provider [v3]

2022-06-21 Thread Iris Clark
On Mon, 13 Jun 2022 22:58:43 GMT, Naoto Sato wrote: >> As the name suggests, `COMPAT` locale provider keeps compatibility with >> JDK8's locale data (before CLDR). This is useful for legacy applications, >> but some of its data got obsolete for later locale data updates, such as the >> countr

Re: RFR: 8287076: Document.normalizeDocument() produces different results [v2]

2022-06-22 Thread Iris Clark
On Wed, 22 Jun 2022 21:48:35 GMT, Joe Wang wrote: >> Fix a regression in Document.normalizeDocument() caused by a change in JDK >> 10. >> >> Test: new test (as in the bug report) and Tier2 passed. > > Joe Wang has updated the pull request incrementally with one additional > commit since the la

Re: RFR: 8288589: Files.readString ignores encoding errors for UTF-16

2022-06-23 Thread Iris Clark
V5N9M2RV99hQ!JWTXtcOlxAlKs1OamoE2hbweIBcqRBtUZoAQmPyrENX5-6Dr9ygPxqGcpC9F_ATb8jBkILMiisolDKuTAoQu$ > ) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit being backported was authored by Naoto Sato on 23 Jun 2022 and was > reviewed by Roger Riggs, Iris Clark and Alan Bateman. > > Thanks!

Re: RFR: 8289078: Make STARTTIME_ANY and STARTTIME_PROCESS_UNKNOWN fields static in ProcessHandleImpl

2022-06-24 Thread Iris Clark
On Fri, 17 Jun 2022 08:43:00 GMT, Andrey Turbanov wrote: > Fields `STARTTIME_ANY` and `STARTTIME_PROCESS_UNKNOWN` are actually unused, > but they are useful as documentation on the interface to native. > Make them `static` to reduce memory usage. Marked as reviewed by iris (Reviewer).

Re: [jdk19] RFR: 8289549: ISO 4217 Amendment 172 Update

2022-06-30 Thread Iris Clark
On Thu, 30 Jun 2022 22:05:38 GMT, Naoto Sato wrote: > Trivial fix to currency data files. The change was only made to its amendment > number, as the new Sierra Leone currency has already been active with > amendment 171. Marked as reviewed by iris (Reviewer). - PR: https://git.op

Re: RFR: 8288706: Unused parameter 'boolean newln' in method java.lang.VersionProps#print(boolean, boolean)

2022-07-06 Thread Iris Clark
On Tue, 5 Jul 2022 18:38:57 GMT, Lance Andersen wrote: > Hi all, > > This PR cleans up `VersionProps::print` removing the unused parameter `newln`. > > Mach5 tiers1-3 are currently running. > > Best, > Lance Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.org/jd

Re: [jdk19] RFR: 8289779: Map::replaceAll javadoc has redundant @throws clauses

2022-07-07 Thread Iris Clark
On Wed, 6 Jul 2022 00:32:00 GMT, Stuart Marks wrote: > Simple javadoc fix of an editorial nature. Marked as reviewed by iris (Reviewer). src/java.base/share/classes/java/util/Map.java line 740: > 738: * @param function the function to apply to each entry > 739: * @throws UnsupportedO

Re: [jdk19] RFR: 8289779: Map::replaceAll javadoc has redundant @throws clauses [v2]

2022-07-07 Thread Iris Clark
On Wed, 6 Jul 2022 23:03:42 GMT, Stuart Marks wrote: >> Simple javadoc fix of an editorial nature. > > Stuart Marks has updated the pull request incrementally with one additional > commit since the last revision: > > Reflow and adjust whitespace per Alan's & Iris' comments. Marked as reviewe

Re: [jdk19] RFR: 8289872: wrong wording in @param doc for HashMap.newHashMap et. al.

2022-07-08 Thread Iris Clark
On Thu, 7 Jul 2022 06:06:42 GMT, Stuart Marks wrote: > Minor doc wording changes, to be consistent with HashSet.newHashSet et. al. Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.org/jdk19/pull/118

Re: [jdk19] RFR: 8282071: Update java.xml module-info

2022-07-08 Thread Iris Clark
On Fri, 8 Jul 2022 18:23:05 GMT, Joe Wang wrote: > Update module-info Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.org/jdk19/pull/126

  1   2   3   4   >