Re: RFR: 8304303: implement VirtualThread class notifyJvmti methods as C2 intrinsics [v3]

2023-03-16 Thread Serguei Spitsyn
> This is needed for performance improvements in support of virtual threads. > The update includes the following: > > 1. Refactored the `VirtualThread` native methods: > `notifyJvmtiMountBegin` and `notifyJvmtiMountEnd` => > `notifyJvmtiMount` > `notifyJvmtiUnmountBegin` and `not

Re: RFR: 8304364: [AIX] Build erroneously determines build disk is non-local when using GNU-utils df on AIX

2023-03-16 Thread Erik Joelsson
On Thu, 16 Mar 2023 18:55:34 GMT, Tyler Steele wrote: > The GNU-utils df command supports a flag `-l` which displays information > about local disks only. The AIX df equivalent is `-T local`. However, my > build systems uses GNU-utils on AIX. In this case, the build system uses `df > -T local`

RFR: 8304364: [AIX] Build erroneously determines build disk is non-local when using GNU-utils df on AIX

2023-03-16 Thread Tyler Steele
The GNU-utils df command supports a flag `-l` which displays information about local disks only. The AIX df equivalent is `-T local`. However, my build systems uses GNU-utils on AIX. In this case, the build system uses `df -T local`, and incorrectly determines that the disk is non-local from the

Withdrawn: 8304364: [AIX] Build erroneously determines build disk is non-local when using GNU-utils df on AIX

2023-03-16 Thread Tyler Steele
On Thu, 16 Mar 2023 18:07:51 GMT, Tyler Steele wrote: > The GNU-utils df command supports a flag `-l` which displays information > about local disks only. The AIX df equivalent is `-T local`. However, my > build systems uses GNU-utils on AIX. In this case, the build system > erroneously uses `

Re: RFR: 8304364: [AIX] Build erroneously determines build disk is non-local when using GNU-utils df on AIX

2023-03-16 Thread Tyler Steele
On Thu, 16 Mar 2023 18:07:51 GMT, Tyler Steele wrote: > The GNU-utils df command supports a flag `-l` which displays information > about local disks only. The AIX df equivalent is `-T local`. However, my > build systems uses GNU-utils on AIX. In this case, the build system > erroneously uses `

Re: RFR: 8304364: [AIX] Build erroneously determines build disk is non-local when using GNU-utils df on AIX [v2]

2023-03-16 Thread Tyler Steele
> The GNU-utils df command supports a flag `-l` which displays information > about local disks only. The AIX df equivalent is `-T local`. However, my > build systems uses GNU-utils on AIX. In this case, the build system > erroneously uses `df -T local`, and incorrectly determines that the disk i

Re: RFR: 8301991: Convert l10n properties resource bundles to UTF-8 native [v3]

2023-03-16 Thread Justin Lu
On Thu, 16 Mar 2023 18:31:23 GMT, Justin Lu wrote: >> This PR converts Unicode sequences to UTF-8 native in .properties file. >> (Excluding the Unicode space and tab sequence). The conversion was done >> using native2ascii. >> >> In addition, the build logic is adjusted to support reading in t

Re: RFR: 8301991: Convert l10n properties resource bundles to UTF-8 native [v3]

2023-03-16 Thread Justin Lu
> This PR converts Unicode sequences to UTF-8 native in .properties file. > (Excluding the Unicode space and tab sequence). The conversion was done using > native2ascii. > > In addition, the build logic is adjusted to support reading in the > .properties files as UTF-8 during the conversion fro

Re: RFR: 8304364: [AIX] Build erroneously determines build disk is non-local when using GNU-utils df on AIX

2023-03-16 Thread Erik Joelsson
On Thu, 16 Mar 2023 18:07:51 GMT, Tyler Steele wrote: > The GNU-utils df command supports a flag `-l` which displays information > about local disks only. The AIX df equivalent is `-T local`. However, my > build systems uses GNU-utils on AIX. In this case, the build system > erroneously uses `

Re: RFR: 8301991: Convert l10n properties resource bundles to UTF-8 native [v2]

2023-03-16 Thread Justin Lu
On Thu, 16 Mar 2023 18:19:29 GMT, Justin Lu wrote: >> This PR converts Unicode sequences to UTF-8 native in .properties file. >> (Excluding the Unicode space and tab sequence). The conversion was done >> using native2ascii. >> >> In addition, the build logic is adjusted to support reading in t

Re: RFR: 8301991: Convert l10n properties resource bundles to UTF-8 native [v2]

2023-03-16 Thread Justin Lu
On Wed, 15 Mar 2023 16:18:44 GMT, Archie L. Cobbs wrote: >> Justin Lu has updated the pull request incrementally with four additional >> commits since the last revision: >> >> - Bug6204853 should not be converted >> - Copyright year for CompileProperties >> - Redo translation for CS.properti

Re: RFR: 8301991: Convert l10n properties resource bundles to UTF-8 native [v2]

2023-03-16 Thread Justin Lu
On Wed, 15 Mar 2023 20:19:51 GMT, Naoto Sato wrote: >> Justin Lu has updated the pull request incrementally with four additional >> commits since the last revision: >> >> - Bug6204853 should not be converted >> - Copyright year for CompileProperties >> - Redo translation for CS.properties >>

Re: RFR: 8301991: Convert l10n properties resource bundles to UTF-8 native [v2]

2023-03-16 Thread Justin Lu
> This PR converts Unicode sequences to UTF-8 native in .properties file. > (Excluding the Unicode space and tab sequence). The conversion was done using > native2ascii. > > In addition, the build logic is adjusted to support reading in the > .properties files as UTF-8 during the conversion fro

RFR: 8304364: [AIX] Build erroneously determines build disk is non-local when using GNU-utils df on AIX

2023-03-16 Thread Tyler Steele
The GNU-utils df command supports a flag `-l` which displays information about local disks only. The AIX df equivalent is `-T local`. However, my build systems uses GNU-utils on AIX. In this case, the build system erroneously uses `df -T local`, and incorrectly determines that the disk is non-lo

RFR: 8304353: Add lib-test tier1 testing in GHA

2023-03-16 Thread Zdenek Zambersky
Tier1 testing in GitHub should include lib-test. - Commit messages: - Added lib-test tier1 testing in GH Changes: https://git.openjdk.org/jdk/pull/13063/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13063&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8304353 Stat

Re: RFR: 8304303: implement VirtualThread class notifyJvmti methods as C2 intrinsics [v2]

2023-03-16 Thread Serguei Spitsyn
> This is needed for performance improvements in support of virtual threads. > The update includes the following: > > 1. Refactored the `VirtualThread` native methods: > `notifyJvmtiMountBegin` and `notifyJvmtiMountEnd` => > `notifyJvmtiMount` > `notifyJvmtiUnmountBegin` and `not