--- old/test/jdk/com/sun/tools/jextract/test8221154/srcgentest.h 2019-04-10 22:26:04.000000000 +0530 +++ new/test/jdk/com/sun/tools/jextract/test8221154/srcgentest.h 2019-04-10 22:26:02.000000000 +0530 @@ -38,6 +38,14 @@ #include +// The following macro is inspired from a macro from +// /usr/include/net/route.h. Make sure that jextract +// generates proper String literal + +#define PROBLEM_STRING \ + "\020\1UP\2GATEWAY\3HOST\4REJECT\5DYNAMIC\6MODIFIED\7DONE" \ + "\10DELCLONE\11CLONING\12XRESOLVE\13LLINFO\14STATIC\15BLACKHOLE" + enum { R, G, B };