RFR: 8250669: Running JMH micros is broken after JDK-8248135
    Claes Redestad 
    redestad at openjdk.java.net
       
    Wed Oct 28 22:40:47 UTC 2020
    
    
  
On Wed, 28 Oct 2020 20:56:55 GMT, Eric Caspole <ecaspole 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.
>
> Looks good and thanks for doing this as soon as practical.
> Eric
@ericcaspole, @erikj79, thanks for reviewing!
-------------
PR: https://git.openjdk.java.net/jdk/pull/914
    
    
More information about the build-dev
mailing list