RFR 8198669: Refactor annotation array value parsing to reduce duplication

Liam Miller-Cushon cushon at google.com
Fri Jun 15 17:58:07 UTC 2018


Hello,

This change is a follow-up to JDK-7183985 which replaces the interior of
parseClassArray, parseEnumArray, and parseAnnotationArray with a shared
method that is passed a lambda for the type-specific parsing logic.

bug: https://bugs.openjdk.java.net/browse/JDK-8198669
webrev: http://cr.openjdk.java.net/~cushon/8198669/webrev.00/

Liam


More information about the core-libs-dev mailing list