[jdk17u-dev] RFR: 8311249: Remove unused MemAllocator::obj_memory_range [v2]
Aleksey Shipilev
shade at openjdk.org
Wed Jul 5 08:57:19 UTC 2023
> Semi-clean backport to eliminate unused method, and make life easier for downstreams like Lilliput JDK 17.
>
> There was a contextual difference around this hunk, as mainline has `protected` moved by [JDK-8294900](https://bugs.openjdk.org/browse/JDK-8294900), which I don't want to backport.
>
>
> protected:
> virtual MemRegion obj_memory_range(oop obj) const;
>
>
> Additional testing:
> - [x] GHA builds
Aleksey Shipilev has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase.
-------------
Changes:
- all: https://git.openjdk.org/jdk17u-dev/pull/1535/files
- new: https://git.openjdk.org/jdk17u-dev/pull/1535/files/c900137d..c900137d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1535&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1535&range=00-01
Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/1535.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/1535/head:pull/1535
PR: https://git.openjdk.org/jdk17u-dev/pull/1535
More information about the jdk-updates-dev
mailing list