On Wed, 12 Nov 2025 13:46:53 GMT, Julian Waters <[email protected]> wrote:

>> Please review this update to the gcc/clang link-time check to prevent HotSpot
>> code from using the C++ global allocator. A number of overloads for 
>> allocation
>> and deallocation functions have been added since C++03 and were missing from
>> the list being checked for.
>> 
>> Testing: mach5 tier1, GHA sanity tests (in progress)
>> 
>> Locally (linux-aarch64) added uses of some of these functions and verified
>> they caused the expected link-time failures. Manually verified applying
>> c++filt to all the names in the updated list demangle to the expected 
>> function
>> names.
>
> Looks good to me

Thanks for reviews @TheShermanTanker and @erikj79

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

PR Comment: https://git.openjdk.org/jdk/pull/28253#issuecomment-3543779339

Reply via email to