Integrated: 8327994: Update code gen in CallGeneratorHelper

Jorn Vernee jvernee at openjdk.org
Thu Mar 21 12:37:24 UTC 2024


On Wed, 13 Mar 2024 11:28:27 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

> Update the code gen code in CallGeneratorHelper to reflect the latest state of the libTest(Downcall/Upcall)(Stack).c and shared.h files.
> 
> - The previous code wanted users to pipe stdout into a file. But, since we have 5 files that need to be created, and the names of those files is important too, I've changed the script to write to those files directly instead.
> - I moved the definition of `S_FFFF` to libVarArgs.c where it's used, as it's not actually generated by CallGeneratorHelper.
> - GitHub doesn't render the changes to some of the files, but those files only contain either white space changes (some missing spaces after `,`), and copyright header updates.

This pull request has now been integrated.

Changeset: ac2f8e5a
Author:    Jorn Vernee <jvernee at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ac2f8e5af8c88cd13038b113f82bb7c17a38aa40
Stats:     36078 lines in 6 files changed: 62 ins; 40 del; 35976 mod

8327994: Update code gen in CallGeneratorHelper

Reviewed-by: mcimadamore

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

PR: https://git.openjdk.org/jdk/pull/18269


More information about the core-libs-dev mailing list