mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8173715: Remove FlatProfiler
Obsoleted Xprof flag, removed FlatProfiler code Reviewed-by: dholmes, coleenp, vlivanov, pliden
This commit is contained in:
parent
1d5aeeb5f1
commit
59445a845c
43 changed files with 92 additions and 2447 deletions
|
@ -65,18 +65,6 @@
|
|||
#define NOT_JVMTI_RETURN_(code) { return code; }
|
||||
#endif // INCLUDE_JVMTI
|
||||
|
||||
#ifndef INCLUDE_FPROF
|
||||
#define INCLUDE_FPROF 1
|
||||
#endif
|
||||
|
||||
#if INCLUDE_FPROF
|
||||
#define NOT_FPROF_RETURN /* next token must be ; */
|
||||
#define NOT_FPROF_RETURN_(code) /* next token must be ; */
|
||||
#else
|
||||
#define NOT_FPROF_RETURN {}
|
||||
#define NOT_FPROF_RETURN_(code) { return code; }
|
||||
#endif // INCLUDE_FPROF
|
||||
|
||||
#ifndef INCLUDE_VM_STRUCTS
|
||||
#define INCLUDE_VM_STRUCTS 1
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue