RFR (L) 8228998: Remove the testing against NSK_FALSE from tests

Jean Christophe Beyler jcbeyler at google.com
Thu Aug 1 22:16:19 UTC 2019


Hi all,

It took me a while to pick this item back but here we go :-). Here is a
webrev that removes all the if (.* == NSK_FALSE) and replaces them with if
(! .*).

Webrev: http://cr.openjdk.java.net/~jcbeyler/8228998/webrev/
Bug: https://bugs.openjdk.java.net/browse/JDK-8228998

For the EM tests, I also updated the returns to be boolean, entirely
removing the NSK_FALSE/NSK_TRUE parts because of the way the tests were
done. Let me know if you'd rather I divide those up.

This was tested by running the tests changed on my dev machine, I'll push
it to the submit repo after review :-)

Thanks and have a great evening,
Jc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20190801/6c35f60f/attachment-0001.html>


More information about the serviceability-dev mailing list