Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-17 Thread Jaikiran Pai
On Tue, 11 Apr 2023 18:17:06 GMT, Leonid Mesnik wrote: > The plugin which support execution of test's main method in separate virtual > thread is added. > The plugin is built as a part of test image and might be used in testing by > adding JTREG_TEST_THREAD_FACTORY=Virtual option. I use `jtreg

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-17 Thread Alan Bateman
On Tue, 18 Apr 2023 05:30:47 GMT, Jaikiran Pai wrote: >> The plugin which support execution of test's main method in separate virtual >> thread is added. >> The plugin is built as a part of test image and might be used in testing by >> adding JTREG_TEST_THREAD_FACTORY=Virtual option. > > test/j

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-17 Thread Jaikiran Pai
On Tue, 11 Apr 2023 18:17:06 GMT, Leonid Mesnik wrote: > The plugin which support execution of test's main method in separate virtual > thread is added. > The plugin is built as a part of test image and might be used in testing by > adding JTREG_TEST_THREAD_FACTORY=Virtual option. >From what I

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-17 Thread Jaikiran Pai
On Tue, 11 Apr 2023 18:17:06 GMT, Leonid Mesnik wrote: > The plugin which support execution of test's main method in separate virtual > thread is added. > The plugin is built as a part of test image and might be used in testing by > adding JTREG_TEST_THREAD_FACTORY=Virtual option. doc/testing.

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-17 Thread Jaikiran Pai
On Tue, 11 Apr 2023 18:17:06 GMT, Leonid Mesnik wrote: > The plugin which support execution of test's main method in separate virtual > thread is added. > The plugin is built as a part of test image and might be used in testing by > adding JTREG_TEST_THREAD_FACTORY=Virtual option. test/jtreg_t

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-17 Thread Leonid Mesnik
On Tue, 11 Apr 2023 18:17:06 GMT, Leonid Mesnik wrote: > The plugin which support execution of test's main method in separate virtual > thread is added. > The plugin is built as a part of test image and might be used in testing by > adding JTREG_TEST_THREAD_FACTORY=Virtual option. The ` make -

RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-17 Thread Leonid Mesnik
The plugin which support execution of test's main method in separate virtual thread is added. The plugin is built as a part of test image and might be used in testing by adding JTREG_TEST_THREAD_FACTORY=Virtual option. - Commit messages: - opts updated - deps updated - fixed is t

Withdrawn: 8301753: AppendFile needs to add a new line to be compatible with old make

2023-04-17 Thread Leonid Mesnik
On Tue, 7 Feb 2023 20:56:01 GMT, Leonid Mesnik wrote: > The newline is added to be compatible with old make 3.81 which is still used > on MacOSX. > Fixed actually by dnsimon. This pull request has been closed without being integrated. - PR: https://git.openjdk.org/jdk/pull/12461

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: 8304896: Update to use jtreg 7.2

2023-04-17 Thread Leonid Mesnik
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: 8304915: Create jdk.internal.util.Architecture enum and apply [v15]

2023-04-17 Thread Roger Riggs
> Define an internal jdk.internal.util.Architecture enumeration and static > methods to replace uses of the system property `os.arch`. > The enumeration values are defined to match those used in the build. > The initial values are: `X64, X86, AARCH64, RISCV64, S390, PPC64` > Note that `amd64` and

Re: RFR: 8304915: Create jdk.internal.util.Architecture enum and apply [v13]

2023-04-17 Thread Roger Riggs
On Sat, 15 Apr 2023 17:17:13 GMT, Glavo wrote: >> Roger Riggs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fixed isPPC64(). >> Consolidated switch cases in ArchTest. >> Moved mapping of build TARGET_OS and TARGET_CPU to the build

Re: RFR: 8304915: Create jdk.internal.util.Architecture enum and apply [v14]

2023-04-17 Thread Roger Riggs
> Define an internal jdk.internal.util.Architecture enumeration and static > methods to replace uses of the system property `os.arch`. > The enumeration values are defined to match those used in the build. > The initial values are: `X64, X86, AARCH64, RISCV64, S390, PPC64` > Note that `amd64` and

Re: RFR: 8304896: Update to use jtreg 7.2

2023-04-17 Thread Erik Joelsson
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

RFR: 8304896: Update to use jtreg 7.2

2023-04-17 Thread Christian Stein
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 has been updated in the various `TEST.ROOT` files. - C

Integrated: 8305089: Implement missing socket options on AIX

2023-04-17 Thread Varada M
On Thu, 30 Mar 2023 06:39:57 GMT, Varada M wrote: > Breaking this into two parts : > > 1. Implementing socket options for AIX > 2. DontFragmentTest failure > > - Implementing socket options for AIX : > > Unlike the linux, windows and macOS, AIX uses the default implementation for > socket