RFR: 8203288: PPC64 and s390 fail to build after JDK-8199712 (Flight Recorder)

Aleksey Shipilev shade at redhat.com
Wed May 16 16:23:47 UTC 2018


On 05/16/2018 05:18 PM, Doerr, Martin wrote:
> thanks for reviewing. Yes, linux x86_64 still works. I've also pushed it to the submission forest. Waiting for a reply ...

Realized I can actually build the patch myself.

So, CPU_HEADER seems to work, but the patch itself is incomplete.

Tested:

--- x86_64-server:     builds fine
--- x86_32-server:     builds fine
--- x86_32-minimal:    builds fine
--- aarch64-server:    builds fine
--- arm32-hflt-server: builds fine

--- ppc64le-server: still fails with:

/home/shade/jdk-jdk/src/hotspot/share/jfr/utilities/jfrBigEndian.hpp:108:4: warning: #warning
"Unconfigured platform" [-Wcpp]
   #warning "Unconfigured platform"
    ^~~~~~~
In file included from
/home/shade/jdk-jdk/src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.cpp:38:0:
/home/shade/jdk-jdk/src/hotspot/share/jfr/utilities/jfrBigEndian.hpp:108:4: warning: #warning
"Unconfigured platform" [-Wcpp]
   #warning "Unconfigured platform"
    ^~~~~~~

--- s390x-server: still fails with:

In file included from
/home/shade/jdk-jdk/src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointManager.cpp:36:0:
/home/shade/jdk-jdk/src/hotspot/share/jfr/utilities/jfrBigEndian.hpp:108:4: warning: #warning
"Unconfigured platform" [-Wcpp]
   #warning "Unconfigured platform"
    ^~~~~~~
In file included from
/home/shade/jdk-jdk/src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.cpp:38:0:
/home/shade/jdk-jdk/src/hotspot/share/jfr/utilities/jfrBigEndian.hpp:108:4: warning: #warning
"Unconfigured platform" [-Wcpp]
   #warning "Unconfigured platform"
    ^~~~~~~

-Aleksey


More information about the hotspot-dev mailing list