RFR: 8261671: X86 I2L conversion can be skipped for certain masked positive values [v3]

Vladimir Kozlov kvn at openjdk.java.net
Sat Mar 6 03:04:06 UTC 2021


On Sat, 6 Mar 2021 02:53:04 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>>> Good.
>>> Unfortunately we need to wait next week for testing results because we are updating our testing system.
>> 
>> Thanks. I'll check in with you next week.
>
> Testing was restored and I ran tier104 as before - no failed tests.
> But 2 new tests filed failed copyright headers varification:
> BAD COPYRIGHT LINE: /workspace/open/test/hotspot/jtreg/compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java
> BAD COPYRIGHT LINE: /workspace/open/test/hotspot/jtreg/compiler/intrinsics/bmi/TestBzhiI2L.java

It is missing `,` after year:
Copyright (c) 2021 Oracle and/or its affiliates. All rights reserved.

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

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


More information about the hotspot-compiler-dev mailing list