RFR: 7902823: RepGen fails with IllegalFormatArgumentIndexException if started by JDK 16 and above [v2]
Leonid Kuskov
lkuskov at openjdk.java.net
Fri Jan 29 03:06:54 UTC 2021
> This is the fix for https://bugs.openjdk.java.net/browse/CODETOOLS-7902823
> The fix corrects the improper usage of the Formatter that only allows argument indexes starting from 1 (not 0)
> Also the fix updates a percentage rounding - the floor operation is used insted of the round.
Leonid Kuskov has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 12 commits:
- Merge branch 'master' into CODETOOLS-7902823
- 7902823: RepGen fails with IllegalFormatArgumentIndexException if started by JDK 16 and above
- Merge remote-tracking branch 'upstream/master'
- 7902796: Provide a "release" file for JCov builds
- 7902783: Static instrumentation fails with Java 9 and above if multiple inputs are used
- Merge remote-tracking branch 'upstream/master'
- 7902724: jcov ignores covariant method overriding while gathering a methods' coverages
- 7902642: Make JCov runtime to only depend on java.base
- Merge branch 'CODETOOLS-7902697'
- 7902697: Switch jcov to the latest asm lib to support latest classfile
- ... and 2 more: https://git.openjdk.java.net/jcov/compare/98f534c9...b671234b
-------------
Changes: https://git.openjdk.java.net/jcov/pull/7/files
Webrev: https://webrevs.openjdk.java.net/?repo=jcov&pr=7&range=01
Stats: 14 lines in 2 files changed: 3 ins; 1 del; 10 mod
Patch: https://git.openjdk.java.net/jcov/pull/7.diff
Fetch: git fetch https://git.openjdk.java.net/jcov pull/7/head:pull/7
PR: https://git.openjdk.java.net/jcov/pull/7
More information about the jcov-dev
mailing list