RFR: 8293170: Improve encoding of the debuginfo nmethod section [v2]
Boris Ulasevich
bulasevich at openjdk.org
Mon Oct 3 15:09:36 UTC 2022
On Thu, 22 Sep 2022 21:11:28 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
>> Boris Ulasevich has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
>>
>> - warning fix and name fix
>> - optimize the encoding
>> - fix
>> - 8293170: Improve encoding of the debuginfo nmethod section
>
> src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/CompressedSparceDataReadStream.java line 28:
>
>> 26: import sun.jvm.hotspot.debugger.*;
>> 27:
>> 28: public class CompressedSparceDataReadStream extends CompressedReadStream {
>
> CompressedSparceDataReadStream -> CompressedSparseDataReadStream
Thank you!
-------------
PR: https://git.openjdk.org/jdk/pull/10025
More information about the hotspot-compiler-dev
mailing list