RFR: 8254050: HotSpot Style Guide should permit using the "override" virtual specifier [v2]

Kim Barrett kbarrett at openjdk.java.net
Sun Apr 4 04:22:39 UTC 2021


On Tue, 16 Mar 2021 14:27:10 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

>> Kim Barrett has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>> 
>>  - Merge branch 'master' into override_specifier
>>  - permit override specifier
>
> doc/hotspot-style.md line 753:
> 
>> 751: ([n2928](http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2928.htm)),
>> 752: ([n3206](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3206.htm)),
>> 753: ([n3272](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3272.htm))
> 
> nit - The difference in case caught my attention:
> 
>     JTC1 <-> jtc1
>     SC22 <-> sc22
>     WG21 <-> wg21
> 
> any particular significance to the difference?

That's how they were written in the document I cut-and-pasted them from (https://gcc.gnu.org/projects/cxx-status.html).  Some of the links there seem to be to systems with case sensitive file-systems.

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

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


More information about the hotspot-dev mailing list