RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v10]
Aleksey Shipilev
shade at openjdk.org
Wed Apr 30 07:23:41 UTC 2025
On Tue, 29 Apr 2025 19:37:14 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Improve get_method_blocker
>
> src/hotspot/share/runtime/unloadableMethodHandle.hpp line 26:
>
>> 24:
>> 25: #ifndef SHARE_RUNTIME_UNLOADABLE_METHOD_HANDLE_HPP
>> 26: #define SHARE_RUNTIME_UNLOADABLE_METHOD_HANDLE_HPP
>
> I think this should be in the oops directory like OopHandle and WeakHandle and Method*, the thing it contains.
Good call, moved.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24018#discussion_r2068035888
More information about the hotspot-compiler-dev
mailing list