mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 13:54:38 +02:00
8156548: gc/gctests/StringInternSyncWithGC2 fails with Test level exit status: 151
Avoid repeated verification. Reviewed-by: jmasa, drwhite
This commit is contained in:
parent
f1c490f5fa
commit
83dbb0faba
5 changed files with 26 additions and 20 deletions
|
@ -34,6 +34,9 @@
|
|||
// Makes a string of the macro expansion of a
|
||||
#define XSTR(a) STR(a)
|
||||
|
||||
// Allow commas in macro arguments.
|
||||
#define COMMA ,
|
||||
|
||||
// Apply pre-processor token pasting to the expansions of x and y.
|
||||
// The token pasting operator (##) prevents its arguments from being
|
||||
// expanded. This macro allows expansion of its arguments before the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue