RFR: 8372754: Add wrapper for <cstdlib>
Kim Barrett
kbarrett at openjdk.org
Wed Dec 10 22:30:28 UTC 2025
On Sat, 29 Nov 2025 06:13:10 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> Are we using wrappers for C Standard Library headers as well now?
For those with corresponding C++ headers, yes. Those .h files were deprecated
forever, but then in some more recent C++ Standard they were undeprecated but
described as being intented for use only in code that was intended to be valid
as both C and C++.
I'm thinking we might want to introduce wrappers for at least some other C
library headers, again as a shared place HotSpot-specific tailoring. But
that's something for (possibly much) later. First working through the C++
Standard Library headers.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28562#issuecomment-3639208533
More information about the hotspot-dev
mailing list