> This code change does not intend to support multiple byte tags. Instead, it 
> aims to fail more gracefully when such a tag is encountered. For `DerValue` 
> constructors from an encoding (type I), an `IOException` will be thrown since 
> it's already in the throws clause. For constructors from tag and value (type 
> II), an `IllegalArgumentException` will be thrown. All existing type II 
> callers inside JDK use tag numbers smaller than 31.

Weijun Wang has updated the pull request incrementally with one additional 
commit since the last revision:

  make sure test fails before code change

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/3391/files
  - new: https://git.openjdk.java.net/jdk/pull/3391/files/d25d3fb2..46b3700b

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3391&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3391&range=00-01

  Stats: 11 lines in 1 file changed: 6 ins; 1 del; 4 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3391.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3391/head:pull/3391

PR: https://git.openjdk.java.net/jdk/pull/3391

Reply via email to