RFR: 8293170: Improve encoding of the debuginfo nmethod section [v3]
Boris Ulasevich
bulasevich at openjdk.org
Fri Jul 21 11:06:59 UTC 2023
On Thu, 6 Jul 2023 15:11:50 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
>> Boris Ulasevich has updated the pull request incrementally with one additional commit since the last revision:
>>
>> whitespace error
>
> src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/CompressedReadStream.java line 106:
>
>> 104: @Override
>> 105: public void setPosition(int position) {
>> 106: this.position = position;
>
> Maybe a call to `super()` would be better.
ok. thanks!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/12387#discussion_r1270550701
More information about the hotspot-compiler-dev
mailing list