[jdk17u-dev] Integrated: 8311249: Remove unused MemAllocator::obj_memory_range

Aleksey Shipilev shade at openjdk.org
Thu Jul 6 10:03:13 UTC 2023


On Tue, 4 Jul 2023 10:03:22 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> 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

This pull request has now been integrated.

Changeset: 43f14e40
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/43f14e402cc06d813d227a727469a8065fb6a20d
Stats:     15 lines in 2 files changed: 0 ins; 15 del; 0 mod

8311249: Remove unused MemAllocator::obj_memory_range

Reviewed-by: phh
Backport-of: 711cddd899048236bbc3c0aa7e4ac0fc8aebe4d2

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

PR: https://git.openjdk.org/jdk17u-dev/pull/1535


More information about the jdk-updates-dev mailing list