JC Beyler
2018-11-21 00:27:01 UTC
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
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