RFR: 8292699: Improve printing of classes in native debugger [v16]
Ioi Lam
iklam at openjdk.org
Mon Oct 24 19:01:58 UTC 2022
On Mon, 24 Oct 2022 18:13:42 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>>
>> One more ResourceMark fix; fixed gtest case
>
> src/hotspot/share/oops/symbol.cpp line 147:
>
>> 145: }
>> 146:
>> 147: bool Symbol::is_star_match(const char* star_pattern) const {
>
> So this variable name should be "pattern" not "star_pattern" since it may not have a star.
Fixed.
-------------
PR: https://git.openjdk.org/jdk/pull/9957
More information about the hotspot-dev
mailing list