Integrated: 8250669: Running JMH micros is broken after JDK-8248135
Claes Redestad
redestad at openjdk.java.net
Wed Oct 28 22:40:48 UTC 2020
On Wed, 28 Oct 2020 20:50:49 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> A microbenchmark with --enable-preview was added in JDK-8248135. This had the unintended side effect that we now had to always run with --enable-preview.
>
> With records out of preview, I think the best course of action now is to not build the micros with preview enabled, and leave it for a future RFE to figure out how to add proper support for preview features.
This pull request has now been integrated.
Changeset: a7595b2a
Author: Claes Redestad <redestad at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/a7595b2a
Stats: 3 lines in 2 files changed: 0 ins; 1 del; 2 mod
8250669: Running JMH micros is broken after JDK-8248135
Reviewed-by: ecaspole, erikj
-------------
PR: https://git.openjdk.java.net/jdk/pull/914
More information about the core-libs-dev
mailing list