RFR 8214309: Enhance makefiles to allow generating JCov instrumented build (original) (raw)
Erik Joelsson erik.joelsson at oracle.com
Thu Nov 29 18:54:36 UTC 2018
- Previous message (by thread): RFR 8214309: Enhance makefiles to allow generating JCov instrumented build
- Next message (by thread): RFR: 8212794 IBM-964 and IBM-29626C are required for AIX default charset
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good to me.
/Erik
On 2018-11-27 14:58, Alexandre (Shura) Iline wrote:
Hi.
Please take a look on a suggested change in OpenJDK make system which allows to generate an image instrumented for code coverage analysis with JCov. There will need to be follow-on changes making it possible to run test with code coverage. When —with-jcov options supplied during configuration, it is possible to use jcov-image target which generates an instrumented image in images/jdk-jcov. There is a code coverage template within it. There is also jcov-bundle target. It is also possible to instrument an external JDK image by pointing to it by --with-jcov-input-jdk configuration option. Webrev: http://cr.openjdk.java.net/~shurailine/8214309/webrev.02 Many thanks to Erik for helping out with this change. Shura
- Previous message (by thread): RFR 8214309: Enhance makefiles to allow generating JCov instrumented build
- Next message (by thread): RFR: 8212794 IBM-964 and IBM-29626C are required for AIX default charset
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]