mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8202684: Minimal VM build is broken after JDK-8199067, JDK-8202638
Reviewed-by: eosterlund, stuefe
This commit is contained in:
parent
a313d5961a
commit
aef2df31e6
3 changed files with 9 additions and 1 deletions
|
@ -218,9 +218,13 @@
|
|||
#if INCLUDE_NMT
|
||||
#define NOT_NMT_RETURN /* next token must be ; */
|
||||
#define NOT_NMT_RETURN_(code) /* next token must be ; */
|
||||
#define NMT_ONLY(x) x
|
||||
#define NOT_NMT(x)
|
||||
#else
|
||||
#define NOT_NMT_RETURN {}
|
||||
#define NOT_NMT_RETURN_(code) { return code; }
|
||||
#define NMT_ONLY(x)
|
||||
#define NOT_NMT(x) x
|
||||
#endif // INCLUDE_NMT
|
||||
|
||||
#ifndef INCLUDE_TRACE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue