Hi Martin,

Tested with jprt, seems to be ok, the changes are ok with me. Unless
Alan has some reservations.

Thanks
Kumar

Hi Kumar and Alan,

I'd like you to do a code review.

http://cr.openjdk.java.net/~martin/webrevs/openjdk9/PROGNAME/
https://bugs.openjdk.java.net/browse/JDK-8154470

Sorry, I got carried away hacking on the tests.  Some changes could be
split out.
Aside from fixing the logic error in defines.h,

printing out tr.status is useless, because it just invokes
Object.toString on PrintWriter

-            System.out.println(tr.status);
+            System.out.println(tr);

It's complete coincidence this extends Kumar's recent test testJLDEnvWithTool.

Reply via email to