mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 05:45:11 +02:00
8140723: Remove source code conditionalized on JAVASE_EMBEDDED
Reviewed-by: twisti, fparain, cjplummer
This commit is contained in:
parent
5599ff5261
commit
5c9019c64a
11 changed files with 30 additions and 63 deletions
|
@ -458,14 +458,6 @@
|
|||
#define NOT_AARCH64(code) code
|
||||
#endif
|
||||
|
||||
#ifdef JAVASE_EMBEDDED
|
||||
#define EMBEDDED_ONLY(code) code
|
||||
#define NOT_EMBEDDED(code)
|
||||
#else
|
||||
#define EMBEDDED_ONLY(code)
|
||||
#define NOT_EMBEDDED(code) code
|
||||
#endif
|
||||
|
||||
#define define_pd_global(type, name, value) const type pd_##name = value;
|
||||
|
||||
// Helper macros for constructing file names for includes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue