RFR: 8334866: Improve Speed of ElfDecoder source search [v8]

Christian Hagedorn chagedorn at openjdk.org
Thu Oct 30 12:30:05 UTC 2025


On Thu, 30 Oct 2025 11:38:40 GMT, Kerem Kat <krk at openjdk.org> wrote:

>> src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebugger.java line 52:
>> 
>>> 50:   public WindbgOopHandle readOopHandle(long address) throws DebuggerException;
>>> 51:   public WindbgOopHandle readCompOopHandle(long address) throws DebuggerException;
>>> 52: 
>> 
>> This commit just happened while I reviewed the old state. Can you explain why you want to squeeze this and the cleanup below in here? It does not seem to be related to improving the DWARF parser. If it's unrelated, you could still clean it up but might be better done separately.
>
> You caught it quickly, this was meant for another PR. Sorry for the spam.

No worries :-)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27337#discussion_r2477910993


More information about the hotspot-dev mailing list