> Splitting out these micro changes from #7231
> 
> - Clean up and simplify setup and code
> - Add variants with different inputs with varying lengths and encoding 
> weights, but also relevant mixes of each so that we both cover interesting 
> corner cases but also verify that performance behave when there's a multitude 
> of input shapes. Both simple and mixed variants are interesting diagnostic 
> tools.
> - Drop all charsets from the default run configuration except UTF-8. 
> Motivation: Defaults should give good coverage but try to keep runtimes at 
> bay. Additionally if the charset tested can't encode the higher codepoints 
> used in these micros the results might be misleading. If you for example test 
> using ISO-8859-1 the UTF-16 bytes in StringDecode.decodeUTF16 will have all 
> been replaced by `?`, so the test is effectively the same as testing 
> ASCII-only.

Claes Redestad has updated the pull request incrementally with one additional 
commit since the last revision:

  Brent review

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7516/files
  - new: https://git.openjdk.java.net/jdk/pull/7516/files/54e62eda..0dd04498

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

  Stats: 7 lines in 2 files changed: 5 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7516.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7516/head:pull/7516

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

Reply via email to