mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8203285: Minimal VM fails to build after JDK-8199712 (Flight Recorder)
Reviewed-by: mgronlun
This commit is contained in:
parent
6bca38c321
commit
5ee4a26ecb
3 changed files with 4 additions and 1 deletions
|
@ -450,6 +450,7 @@ public class GenerateJfrFiles {
|
||||||
out.write("#ifndef JFRFILES_JFREVENTCLASSES_HPP");
|
out.write("#ifndef JFRFILES_JFREVENTCLASSES_HPP");
|
||||||
out.write("#define JFRFILES_JFREVENTCLASSES_HPP");
|
out.write("#define JFRFILES_JFREVENTCLASSES_HPP");
|
||||||
out.write("");
|
out.write("");
|
||||||
|
out.write("#include \"oops/klass.hpp\"");
|
||||||
out.write("#include \"jfrfiles/jfrTypes.hpp\"");
|
out.write("#include \"jfrfiles/jfrTypes.hpp\"");
|
||||||
out.write("#include \"jfr/utilities/jfrTypes.hpp\"");
|
out.write("#include \"jfr/utilities/jfrTypes.hpp\"");
|
||||||
out.write("#include \"utilities/macros.hpp\"");
|
out.write("#include \"utilities/macros.hpp\"");
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
#define SHARE_VM_JFR_SUPPORT_JFRTHREADID_HPP
|
#define SHARE_VM_JFR_SUPPORT_JFRTHREADID_HPP
|
||||||
|
|
||||||
#include "utilities/macros.hpp"
|
#include "utilities/macros.hpp"
|
||||||
|
#include "utilities/globalDefinitions.hpp"
|
||||||
|
|
||||||
#if INCLUDE_JFR
|
#if INCLUDE_JFR
|
||||||
#include "jfr/support/jfrThreadLocal.hpp"
|
#include "jfr/support/jfrThreadLocal.hpp"
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
#include "compiler/compileBroker.hpp"
|
#include "compiler/compileBroker.hpp"
|
||||||
#include "compiler/compilerOracle.hpp"
|
#include "compiler/compilerOracle.hpp"
|
||||||
#include "interpreter/bytecodeHistogram.hpp"
|
#include "interpreter/bytecodeHistogram.hpp"
|
||||||
|
#include "jfr/jfrEvents.hpp"
|
||||||
#include "jfr/support/jfrThreadId.hpp"
|
#include "jfr/support/jfrThreadId.hpp"
|
||||||
#if INCLUDE_JVMCI
|
#if INCLUDE_JVMCI
|
||||||
#include "jvmci/jvmciCompiler.hpp"
|
#include "jvmci/jvmciCompiler.hpp"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue