RFR: 8277882: New subnode ideal optimization: converting "c0 - (x + c1)" into "(c0 - c1) - x" [v4]
Mai Đặng Quân Anh
duke at openjdk.java.net
Thu Dec 2 03:06:28 UTC 2021
On Wed, 1 Dec 2021 22:32:21 GMT, Zang, Zhiqiang <duke at openjdk.java.net> wrote:
>> test/hotspot/jtreg/compiler/c2/TestSubIdeal.java line 1:
>>
>>> 1: /*
>>
>> You missed the copyright header here, the same for the microbenchmark
>
> Thank you for reviewing. This is my first pull request for OpenJDK. I was wondering what the format for the copyright should look like. I am a PhD student; should I state my university there? Thanks.
I believe it depends on your OCA. If you signed it as an individual then the name appears there should be Oracle and/or its affiliates (read other files for the exact line), otherwise it would be the name of the company.
Cheers.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6441
More information about the hotspot-compiler-dev
mailing list