mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8203288: PPC64 and s390 fail to build after JDK-8199712 (Flight Recorder)
Reviewed-by: shade
This commit is contained in:
parent
9a0a01d53b
commit
2dd143b06f
14 changed files with 1370 additions and 12 deletions
|
@ -29,17 +29,7 @@
|
|||
#include "runtime/os.hpp"
|
||||
#include "runtime/os_perf.hpp"
|
||||
|
||||
#ifdef X86
|
||||
#include "vm_version_ext_x86.hpp"
|
||||
#endif
|
||||
#ifdef ARM
|
||||
#include "vm_version_ext_arm.hpp"
|
||||
#endif
|
||||
#ifndef ARM
|
||||
#ifdef AARCH64
|
||||
#include "vm_version_ext_aarch64.hpp"
|
||||
#endif
|
||||
#endif
|
||||
#include CPU_HEADER(vm_version_ext)
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue