On Tue, 4 Mar 2025 16:11:22 GMT, Matthias Baesken <mbaes...@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. This pull request has now been integrated. Changeset: a88e8cd0 Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/a88e8cd0d2a444187208b41875b9da45daadad6a Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod 8350952: Remove some non present files from OPT_SPEED_SRC list Reviewed-by: dholmes, clanger ------------- PR: https://git.openjdk.org/jdk/pull/23902