RFR: 8273140: Replace usages of Enum.class.getEnumConstants() with Enum.values() where possible [v2]
Сергей Цыпанов
github.com+10835776+stsypanov at openjdk.java.net
Mon Aug 30 19:20:56 UTC 2021
On Mon, 30 Aug 2021 17:54:45 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Сергей Цыпанов has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8273140: Fix copyright year
>
> src/java.desktop/share/classes/sun/font/AttributeValues.java line 2:
>
>> 1: /*
>> 2: * Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved.
>
> Per OpenJDK conventions, the original copyright year must be preserved when a file is updated so
>
> "Copyright (c) 2004, 2021,"
>
> in this case.
Done
-------------
PR: https://git.openjdk.java.net/jdk/pull/5303
More information about the hotspot-gc-dev
mailing list