RFR (L) 8214149: Move out assignments when not using NSK*VERIFY macros
JC Beyler
jcbeyler at google.com
Wed Nov 21 00:27:01 UTC 2018
Hi all,
As we work out the details for removing the NSK*VERIFY macros and the
assignments in ifs in those cases, here is a webrev for assignments without
the macros.
Webrev: http://cr.openjdk.java.net/~jcbeyler/8210687/webrev.00/
Bug: https://bugs.openjdk.java.net/browse/JDK-8214149
I've launched testing for the whole vmTestbase test suite since this
touched a few shared files. I don't expect any surprises :-).
Note that, technically, we could also do the alternative of adding the
macros for each if statement instead :). I'd rather just move the
assignments out and then, as we agree about how to roll out a better
tracing/verification mechanism across the vmTestbase code base, we will
automatically encompass these and thus add coverage at that moment.
Thanks,
Jc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20181120/5fcbaa0c/attachment.html>
More information about the serviceability-dev
mailing list