8156548: gc/gctests/StringInternSyncWithGC2 fails with Test level exit status: 151

Avoid repeated verification.

Reviewed-by: jmasa, drwhite
This commit is contained in:
Kim Barrett 2016-05-25 13:46:05 -04:00
parent f1c490f5fa
commit 83dbb0faba
5 changed files with 26 additions and 20 deletions

View file

@ -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