RFR: 8299380: conflict assert definitions
Xue-Lei Andrew Fan
xuelei at openjdk.org
Wed Dec 28 02:53:47 UTC 2022
On Wed, 28 Dec 2022 02:43:56 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> > > My building on Mac M1 works fine.
> > > So may I ask how to reproduce this bug? Thanks.
> >
> >
> > Did you enable googletest? I run into the problem when googletest is enabled.
>
> Yes, the `gtest:all` passed on my m1.
>
> ```
> ==============================
> Test summary
> ==============================
> TEST TOTAL PASS FAIL ERROR
> gtest:all/server 952 952 0 0
> ==============================
> TEST SUCCESS
> ```
Did you use "--disable-warnings-as-errors" options while configuation? Here is my configuration for the build (googletest is version 1.8.1):
$ bash configure --with-jtreg=.../jtreg --with-gtest=.../googletest
The XCode version may be also related, I'm not very sure.
-------------
PR: https://git.openjdk.org/jdk/pull/11792
More information about the hotspot-jfr-dev
mailing list