RFR: 8271063: Print injected fields for InstanceKlass [v3]
Coleen Phillimore
coleenp at openjdk.java.net
Thu Jul 22 14:35:24 UTC 2021
On Thu, 22 Jul 2021 14:23:10 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> src/hotspot/share/oops/instanceKlass.cpp line 1641:
>>
>>> 1639: }
>>> 1640:
>>> 1641: struct F {
>>
>> Hi Coleen, is it possible to reuse existing Pair structure(utilities/pair.hpp)? Just IMHO:)
>
> Yeah, that would be nicer. Let me have a look.
Thank you for the improvement. I was trying to be minimal with 'F' but Pair is better.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4858
More information about the hotspot-dev
mailing list