Review Request JDK-8205627: Replace hardcoded spec version value in build.tools.ExtLink taglet (original) (raw)
mandy chung mandy.chung at oracle.com
Mon Jun 25 21:09:58 UTC 2018
- Previous message (by thread): RFR: JDK-8205625: linux-aarch64-cmp-baseline fails builds-tier5
- Next message (by thread): Review Request JDK-8205627: Replace hardcoded spec version value in build.tools.ExtLink taglet
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://cr.openjdk.java.net/~mchung/jdk11/webrevs/8205627/webrev.00
ExtLink taglet generates an external link to a JDK documentation page of a specific release. This patch replaces the hardcoded value with the value of a system property "extlink.spec.version" passed to the javadoc at runtime. The taglet can't rely on Runtime.version().feature() because javadoc is running on the boot JDK.
Mandy
- Previous message (by thread): RFR: JDK-8205625: linux-aarch64-cmp-baseline fails builds-tier5
- Next message (by thread): Review Request JDK-8205627: Replace hardcoded spec version value in build.tools.ExtLink taglet
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]