On Wed, 14 Oct 2020 15:13:00 GMT, Roger Riggs <[email protected]> wrote:
>> - Illegal use of a unicode codepoint > \uFFFF as a char. >> - Wrong class name. >> - @Benchmark methods shouldn't be static. >> >> Each of these breaks the build, e.g. make build-microbenchmark fails, so it >> seems the micro was never tested..? >> >> This patch fixes up the micro so it compiles, but makes no guarantees the >> micro does anything useful. > > Thanks for fixing these problems. Thanks for reviewing, @RogerRiggs - hopefully this is the last of 'em ------------- PR: https://git.openjdk.java.net/jdk/pull/661
