mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8201227: Add ALL_GCS_ONLY
Reviewed-by: sjohanss, shade, rehn
This commit is contained in:
parent
b758cec4ad
commit
3910bba58f
1 changed files with 2 additions and 0 deletions
|
@ -141,9 +141,11 @@
|
|||
#endif // INCLUDE_ALL_GCS
|
||||
|
||||
#if INCLUDE_ALL_GCS
|
||||
#define ALL_GCS_ONLY(x) x
|
||||
#define NOT_ALL_GCS_RETURN /* next token must be ; */
|
||||
#define NOT_ALL_GCS_RETURN_(code) /* next token must be ; */
|
||||
#else
|
||||
#define ALL_GCS_ONLY(x)
|
||||
#define NOT_ALL_GCS_RETURN {}
|
||||
#define NOT_ALL_GCS_RETURN_(code) { return code; }
|
||||
#endif // INCLUDE_ALL_GCS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue