RFR: 8355561: [macos] Build failure with Xcode 16.3

Sergey Bylokhov serb at openjdk.org
Wed Apr 30 18:14:47 UTC 2025


On Wed, 30 Apr 2025 10:29:36 GMT, Julian Waters <jwaters at openjdk.org> wrote:

> Why not new and delete?

In most cases, we allocate raw buffers that are filled by macOS. We could use "std::vector+try/catch" instead, but since malloc/free is already used in this code, I followed the same pattern for consistency.

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

PR Comment: https://git.openjdk.org/jdk/pull/24937#issuecomment-2842886004


More information about the client-libs-dev mailing list