Re: RFR: 8203290: [PPC64, s390] Check functionality of JDK-8199712 (Flight Recorder) [v8]

2022-01-16 Thread David Holmes
On 15/01/2022 2:13 am, Tyler Steele wrote: To follow up on an item mentioned above so that it is documented here: I reviewed the functionality from `src/hotspot/os/aix/libperfstat_aix` and found it didn't fit well with the needs of this pr. If it were extended in the future to include the abil

Re: Configuration Error in JDK Build Java 8 (JDK8u) for VS

2022-01-16 Thread David Holmes
Hi Ken, On 13/01/2022 9:52 am, Ken Taylor wrote: I am trying to build JDK 8 from the jdk8u repo, master branch.Project was forked and cloned into a Windows 10 VM.Building in Cygwin. It appears that the change to support VS 2019 has not been checked in. =

Re: Heads up: planned Harfbuzz update in jdk11u-dev

2022-01-16 Thread Andrew Hughes
On 09:19 Fri 14 Jan , Baesken, Matthias wrote: > For one of the next jdk11 updates, an update to a more recent harfbuzz > version is planned. > This has been done already in jdk/jdk some time ago, and was backported > recently to jdk13, > please see the harfbuzz 2.7.2 / 2.8.0 related changes

Re: gtest test targets fail with "Unknown test selection: 'gtest'" on jdk15-17

2022-01-16 Thread Thomas Stüfe
Hi Abigail, at some point (it may have been JDK 15, I am not sure atm) we stopped including the google test framework in our repo and instead require the builder to provide it externally. See configure option "--with-gtest". Must point to a copy of the googletest framework ( https://github.com/goo

gtest test targets fail with "Unknown test selection: 'gtest'" on jdk15-17

2022-01-16 Thread Abigail G
Hello, I am attempting to run tests for openjdk15 to 17 using the make target test-hotspot-gtest, but after compiling the test files, it fails with this message: Unknown test selection: 'gtest' See doc/testing.[md|html] for help RunTests.gmk:541: *** Cannot continue. Stop. make[2]: *