RFR: 8293170: Improve encoding of the debuginfo nmethod section [v6]

Evgeny Astigeevich eastigeevich at openjdk.org
Tue Nov 15 23:59:12 UTC 2022


On Sun, 30 Oct 2022 17:07:58 GMT, Evgeny Astigeevich <eastigeevich at openjdk.org> wrote:

>> Boris Ulasevich has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   minor renaming. adding encoding examples table
>
> src/hotspot/share/code/compressedStream.hpp line 135:
> 
>> 133:   CompressedSparseDataReadStream(u_char* buffer, int position) : CompressedBitStream(buffer, position) {}
>> 134: 
>> 135:   void set_position(int pos) {
> 
> Are there uses of it? If no, let's remove it.

Why is it marked resolved?

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

PR: https://git.openjdk.org/jdk/pull/10025


More information about the hotspot-compiler-dev mailing list