JDK-8199374 : 80% block coverage for Java code
  • Type: Sub-task
  • Component: other-libs
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2018-03-08
  • Updated: 2020-12-21
Description
It is normally expected that test cover about 80% of Java code. 
A Java code coverage tool, such as JCov, could be used for collecting the coverage. See for more info: https://github.com/openjdk/jdk/blob/master/doc/testing.md#JCOV
This task is expected to provide a link to a code coverage report.