On Tue, 15 Dec 2020 23:38:02 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> The "symbol" files in make/hotspot/symbols are a list of exported symbols > from libjvm. As such, they are an essential data source for the build system, > and they should reside in make/data, not mixed with the hotspot make source > code. This pull request has now been integrated. Changeset: d21a0ea1 Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/d21a0ea1 Stats: 6 lines in 7 files changed: 0 ins; 0 del; 6 mod 8258449: Move make/hotspot/symbols to make/data Reviewed-by: erikj ------------- PR: https://git.openjdk.java.net/jdk/pull/1793