The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
I skimmed through the test/jdk/* changes in webrev.00 and they look okay. For the code review then it would be good to point out any code changes in the tests that aren't changes to jtreg tags or imports. One question you may be asked about is the removal of ProcessTools from the build tag, esp. in tests where it explicitly compiles other test infrastructure.
On the test infra changes then having shouldXXX methods return a line count is a bit strange. It would be good to explore alternative names for some of these methods. If these method do throw exceptions (as the implementation suggests) then it would be good to get them into the javadoc to make it easier for those writing tests.