RFR: JDK-8312395: Improve assertions in growableArray [v2]

Thomas Stuefe stuefe at openjdk.org
Thu Jul 20 11:25:40 UTC 2023


On Thu, 20 Jul 2023 10:29:54 GMT, David Holmes <dholmes at openjdk.org> wrote:

> 
> I think the use of `this->xxx` is just personal style. I find it unnecessary especially given the other uses in this file.
> 

Interestingly enough I get compiler errors when leaving out "this->" (GCC 10.3). It may be because the member is part of a templatized base class. Odd, though.

> Thanks.

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

PR Comment: https://git.openjdk.org/jdk/pull/14946#issuecomment-1643746053


More information about the hotspot-dev mailing list