RFR: 8350952: Remove some non present files from OPT_SPEED_SRC list

David Holmes dholmes at openjdk.org
Wed Mar 5 05:46:56 UTC 2025


On Tue, 4 Mar 2025 16:11:22 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> JvmFeatures.gmk contains a file list OPT_SPEED_SRC , the list contains files that have to be optimized for speed when the other files are optimized for binary size.
> However some non present files are mentioned and should be removed e.g.
> genCollectedHeap.cpp
> hashtable.cpp
> markSweep.cpp
> Maybe they were present in old releases.

LGTM.

Yes these files once existed but have since been replaced or deleted.

Thanks

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

Marked as reviewed by dholmes (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/23902#pullrequestreview-2659995393


More information about the build-dev mailing list