RFR: 8354969: Add strdup function for ResourceArea [v5]

Anton Artemov duke at openjdk.org
Thu May 15 11:17:34 UTC 2025


> Added a strdup() method, as requested by the bug reporter. The method is added to Arena, but also available in ResourceArea, as requested. A test for the method is provided. 
> 
> Testing: tiers 1-3 on multiple platforms.

Anton Artemov has updated the pull request incrementally with one additional commit since the last revision:

  8354969: Fixed new lines

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24998/files
  - new: https://git.openjdk.org/jdk/pull/24998/files/155fd3ed..fb64830a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24998&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24998&range=03-04

  Stats: 5 lines in 2 files changed: 4 ins; 1 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/24998.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24998/head:pull/24998

PR: https://git.openjdk.org/jdk/pull/24998


More information about the hotspot-dev mailing list