Re: RFR: JDK-8301661: Enhance os::pd_print_cpu_info on macOS and Windows [v6]

2023-02-20 Thread David Holmes
On Fri, 17 Feb 2023 08:17:52 GMT, Matthias Baesken wrote: >> Enhance os::pd_print_cpu_info on macOS and Windows by information about CPU >> frequency and caches. >> On Windows , this info can be obtained by the Processor Power Information >> API or "powerbase" (CallNtPowerInformation , see >>

Integrated: 8302879: doc/building.md update link to jtreg builds

2023-02-20 Thread George Adams
On Mon, 20 Feb 2023 14:22:40 GMT, George Adams wrote: > The Eclipse Adoptium project recently moved its CI from ci.adoptopenjdk.net > to ci.adoptium.net. The link to jtreg builds needs updating > > See https://github.com/adoptium/infrastructure/issues/2932 for more context This pull request

Re: RFR: 8302879: doc/building.md update link to jtreg builds

2023-02-20 Thread Christoph Langer
On Mon, 20 Feb 2023 16:34:32 GMT, Severin Gehwolf wrote: >> The Eclipse Adoptium project recently moved its CI from ci.adoptopenjdk.net >> to ci.adoptium.net. The link to jtreg builds needs updating >> >> See https://github.com/adoptium/infrastructure/issues/2932 for more context > > Looks

Re: RFR: 8302879: doc/building.md update link to jtreg builds

2023-02-20 Thread Christoph Langer
On Mon, 20 Feb 2023 14:22:40 GMT, George Adams wrote: > The Eclipse Adoptium project recently moved its CI from ci.adoptopenjdk.net > to ci.adoptium.net. The link to jtreg builds needs updating > > See https://github.com/adoptium/infrastructure/issues/2932 for more context Marked as reviewed

Re: RFR: 8302879: doc/building.md update link to jtreg builds

2023-02-20 Thread George Adams
On Mon, 20 Feb 2023 16:34:32 GMT, Severin Gehwolf wrote: >> The Eclipse Adoptium project recently moved its CI from ci.adoptopenjdk.net >> to ci.adoptium.net. The link to jtreg builds needs updating >> >> See https://github.com/adoptium/infrastructure/issues/2932 for more context > > Looks

Integrated: JDK-8302599: Extend ASan support to Microsoft Visual C++

2023-02-20 Thread Justin King
On Wed, 15 Feb 2023 17:53:49 GMT, Justin King wrote: > Update build-related infrastructure to support building with ASan under > Microsoft Visual C++. This pull request has now been integrated. Changeset: 0bf3a53e Author:Justin King URL:

Re: RFR: 8302879: doc/building.md update link to jtreg builds

2023-02-20 Thread Severin Gehwolf
On Mon, 20 Feb 2023 14:22:40 GMT, George Adams wrote: > The Eclipse Adoptium project recently moved its CI from ci.adoptopenjdk.net > to ci.adoptium.net. The link to jtreg builds needs updating > > See https://github.com/adoptium/infrastructure/issues/2932 for more context Looks fine to me.

RFR: 8302879: doc/building.md update link to jtreg builds

2023-02-20 Thread George Adams
The Eclipse Adoptium project recently moved its CI from ci.adoptopenjdk.net to ci.adoptium.net. The link to jtreg builds needs updating See https://github.com/adoptium/infrastructure/issues/2932 for more context - Commit messages: - 8302879: doc/building.md update link to jtreg

Re: RFR: JDK-8301661: Enhance os::pd_print_cpu_info on macOS and Windows [v5]

2023-02-20 Thread Matthias Baesken
On Fri, 17 Feb 2023 05:21:41 GMT, David Holmes wrote: >> Matthias Baesken has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Do not print idle state infos on Windows, print same MHz values for all >> proces only once > >