RFR: 8256052: Remove unused allocation type from fieldInfo [v3]

Frederic Parain fparain at openjdk.java.net
Mon Nov 9 20:05:10 UTC 2020


On Mon, 9 Nov 2020 19:53:32 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

>> Frederic Parain has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove unused symbol from vmStruct
>
> src/hotspot/share/oops/fieldInfo.hpp line 61:
> 
>> 59:   //    [------------------offset----------------]01  - real field offset
>> 60: 
>> 61:   // Bit O indicates if the packed field contains an offset (O=1) or not (O=1)
> 
> Hi Fred, should this comment say  "... or not (0=0)   ?

You're right. I've fixed the comment (and the line below which had the same issue).

Fred

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

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


More information about the serviceability-dev mailing list