RFR: 8262046: Clean up parallel class loading code and comments [v4]

Coleen Phillimore coleenp at openjdk.java.net
Thu Apr 1 21:05:17 UTC 2021


On Thu, 1 Apr 2021 20:24:10 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> src/hotspot/share/classfile/systemDictionary.cpp line 341:
>> 
>>> 339: //    parse_interfaces - from defineClass
>>> 340: // super-class callers:
>>> 341: //   ClassFileParser - from defineClass
>> 
>> picky review comment for line #340, comments below do not use a hyphenated "super-class", but instead one work "superclass".
>
> Ok.  How about a space?  Because the sentence has super-class and super-interface, so I want to change them both to super class and super interface.  Or should it be superclass and superinterface ?

Lois pointed out that the spec uses superclass and superinterface, so I changed the comments to use this convention.

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

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


More information about the hotspot-runtime-dev mailing list