On Thu, 15 Dec 2022 07:01:05 GMT, Jaikiran Pai wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Swapping deprecations in properties
>
> test/jdk/tools/jlink/plugins/CompressorPluginTest.java line 153:
>
>> 151:
On Mon, 12 Dec 2022 20:53:27 GMT, Ian Graves wrote:
>> This is an approach to adding a flag to jlink that will allow --compress to
>> take the same types of arguments as jmod, thus bringing the two into
>> alignment. This likely requires a CSR and a discussion on whether we should
>> deprecate
On Mon, 12 Dec 2022 20:53:27 GMT, Ian Graves wrote:
>> This is an approach to adding a flag to jlink that will allow --compress to
>> take the same types of arguments as jmod, thus bringing the two into
>> alignment. This likely requires a CSR and a discussion on whether we should
>> deprecate
On Mon, 12 Dec 2022 20:53:27 GMT, Ian Graves wrote:
>> This is an approach to adding a flag to jlink that will allow --compress to
>> take the same types of arguments as jmod, thus bringing the two into
>> alignment. This likely requires a CSR and a discussion on whether we should
>> deprecate
On Thu, 15 Dec 2022 06:56:09 GMT, Jaikiran Pai wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Swapping deprecations in properties
>
> src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties line
>
On Mon, 12 Dec 2022 20:53:27 GMT, Ian Graves wrote:
>> This is an approach to adding a flag to jlink that will allow --compress to
>> take the same types of arguments as jmod, thus bringing the two into
>> alignment. This likely requires a CSR and a discussion on whether we should
>> deprecate
On Mon, 12 Dec 2022 20:53:27 GMT, Ian Graves wrote:
>> This is an approach to adding a flag to jlink that will allow --compress to
>> take the same types of arguments as jmod, thus bringing the two into
>> alignment. This likely requires a CSR and a discussion on whether we should
>> deprecate
On Wed, 14 Dec 2022 22:39:44 GMT, Jesper Wilhelmsson
wrote:
> Forwardport JDK 20 -> JDK 21
This pull request has now been integrated.
Changeset: 10bc86cc
Author:Jesper Wilhelmsson
URL:
https://git.openjdk.org/jdk/commit/10bc86cc260fac48bf10f67dd56aa73c6954f026
Stats: 132 lines
> Open l10n drop
> All tests passed
Damon Nguyen has updated the pull request incrementally with one additional
commit since the last revision:
Removed trailing whitespace
-
Changes:
- all: https://git.openjdk.org/jdk20/pull/35/files
- new: https://git.openjdk.org/jdk20/pull/
On Thu, 15 Dec 2022 01:04:12 GMT, Justin Lu wrote:
>> Open l10n drop
>> All tests passed
>
> src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod_de.properties line
> 26:
>
>> 24: #
>> 25:
>> 26: jmod.description=JMOD-Dateien erstellen und den Inhalt vorhandener
>> JMOD-Dateien auflisten
On Thu, 15 Dec 2022 00:58:06 GMT, Justin Lu wrote:
>> Open l10n drop
>> All tests passed
>
> src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins_zh_CN.properties
> line 188:
>
>> 186: main.plugin.module=\u63D2\u4EF6\u6A21\u5757
>> 187:
>> 188: main.plugin.category=\u7C7B\u522B
>
>
On Wed, 14 Dec 2022 23:40:52 GMT, Damon Nguyen wrote:
> Open l10n drop
> All tests passed
src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod_de.properties line 26:
> 24: #
> 25:
> 26: jmod.description=JMOD-Dateien erstellen und den Inhalt vorhandener
> JMOD-Dateien auflisten
`jlink.de
On Wed, 14 Dec 2022 23:40:52 GMT, Damon Nguyen wrote:
> Open l10n drop
> All tests passed
src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins_zh_CN.properties
line 188:
> 186: main.plugin.module=\u63D2\u4EF6\u6A21\u5757
> 187:
> 188: main.plugin.category=\u7C7B\u522B
As Naoto poin
On Wed, 14 Dec 2022 23:40:52 GMT, Damon Nguyen wrote:
> Open l10n drop
> All tests passed
looks good
-
Marked as reviewed by achung (Committer).
PR: https://git.openjdk.org/jdk20/pull/35
Open l10n drop
All tests passed
-
Commit messages:
- open l10n drop
Changes: https://git.openjdk.org/jdk20/pull/35/files
Webrev: https://webrevs.openjdk.org/?repo=jdk20&pr=35&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8298133
Stats: 1177 lines in 110 files changed: 783
> Fixing `CLDRConverter` build tool to not regard [new
> locales](https://github.com/unicode-org/cldr/pull/2508/files#diff-94cbefde02914335da884f768063a06a84ad651ee4e56cdb1cb90625d7776731)
> introduced in CLDR 43 as one of the base locales. Otherwise they would
> incorrectly go into `java.base`
Fixing `CLDRConverter` build tool to not regard [new
locales](https://github.com/unicode-org/cldr/pull/2508/files#diff-94cbefde02914335da884f768063a06a84ad651ee4e56cdb1cb90625d7776731)
introduced in CLDR 43 as one of the base locales. Otherwise they would
incorrectly go into `java.base` module,
Forwardport JDK 20 -> JDK 21
-
Commit messages:
- Merge remote-tracking branch 'jdk20/master' into Merge_jdk20
- 8298785: gc/TestFullGCCount.java fails with "invalid boolean value: `null'
for expression `vm.opt.ExplicitGCInvokesConcurrent'"
- 8298277: Replace "session" with "scope
On Wed, 14 Dec 2022 09:30:21 GMT, Per Minborg wrote:
> This PR proposes changing variable names from `session` to `scope`. The
> proposed changes are only for the FFM API and not other parts like the Vector
> API and test classes.
This pull request has now been integrated.
Changeset: ebc47104
On Wed, 14 Dec 2022 02:16:41 GMT, Jaikiran Pai wrote:
>> Naoto Sato has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Moved echo() to ConsoleImpl, clean-ups
>
> src/java.base/share/classes/java/io/ConsoleImpl.java line 306:
>
>> 304:
On Wed, 14 Dec 2022 08:46:58 GMT, Alan Bateman wrote:
>> Naoto Sato 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 four additional
>> commits s
> `Console` class now has a couple of internal subclasses within `java.io`
> package. It should be `sealed` and subclasses be declared in the `permits`
> clause. The implementation resided in `Console` class is separated into
> `ConsoleImpl` class.
Naoto Sato has updated the pull request increm
Subtract one negative from that last clause
On Wed, Dec 14, 2022 at 12:02 PM Ethan McCue wrote:
> Thank you!
>
> And yeah - I'll send a separate email opining on the directions that can
> go.
>
> The features that should be incorporated/designed for (value
> classes/string templates/pattern matc
Thank you!
And yeah - I'll send a separate email opining on the directions that can
go.
The features that should be incorporated/designed for (value classes/string
templates/pattern matching) are more clearly in view than they were three
years ago when last it was brought up and certainly more re
On Fri, 9 Dec 2022 18:02:53 GMT, Jorn Vernee wrote:
> Refactor LambdaForm constructors into static factories.
>
> In the new code, there's only 1 constructor, which simply initializes all
> fields. Multiple factory methods are built on top of this, which add various
> argument validation/pre-p
On Wed, 14 Dec 2022 09:30:21 GMT, Per Minborg wrote:
> This PR proposes changing variable names from `session` to `scope`. The
> proposed changes are only for the FFM API and not other parts like the Vector
> API and test classes.
Looks good!
-
Marked as reviewed by mcimadamore (
On Wed, 14 Dec 2022 00:59:53 GMT, David Holmes wrote:
>> Move "unix" java_md.c cleanup, which is the prerequisites for the fix for
>> JDK-8293806 (PR https://github.com/openjdk/jdk/pull/11538), to a separate PR.
>>
>> @AlanBateman, @dholmes-ora please, take a look to the changes.
>
> src/java.b
This PR proposes changing variable names from `session` to `scope`. The
proposed changes are only for the FFM API and not other parts like the Vector
API and test classes.
-
Commit messages:
- Replace session with scope for FFM access
Changes: https://git.openjdk.org/jdk20/pull/29
On Tue, 13 Dec 2022 19:57:29 GMT, Alan Bateman wrote:
> I think that PR was closed as it went inactive
Yep, I think there I did everything I could, hope this one will be merged as
the changes are helpful
-
PR: https://git.openjdk.org/jdk/pull/11644
On Thu, 8 Dec 2022 14:11:29 GMT, Per Minborg wrote:
> This PR proposes changing variable names and text from "session" to "scope".
> The proposed changes are only for the FFM API and not other parts like the
> Vector API and test classes.
This pull request has been closed without being integra
On Thu, 8 Dec 2022 15:57:23 GMT, Per Minborg wrote:
>> This PR proposes changing variable names and text from "session" to "scope".
>> The proposed changes are only for the FFM API and not other parts like the
>> Vector API and test classes.
>
> Per Minborg has updated the pull request incremen
On Tue, 13 Dec 2022 18:29:31 GMT, Naoto Sato wrote:
>> `Console` class now has a couple of internal subclasses within `java.io`
>> package. It should be `sealed` and subclasses be declared in the `permits`
>> clause. The implementation resided in `Console` class is separated into
>> `ConsoleIm
On 14/12/2022 03:36, Ethan McCue wrote:
Hey all,
I'm doodling on JEP-198, and I was wondering if anyone had a line on
the boilerplate needed to add a new module to the build.
Just adding
src/
java.json/
share/
classes/
module-info.java
java/
json/
33 matches
Mail list logo