Withdrawn: 8304288: Add foreign linker tag set descriptions

duke duke at openjdk.org
Thu May 11 05:29:51 UTC 2023


On Wed, 15 Mar 2023 21:30:25 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

> Add foreign linker tag set descriptions for `foreign+downcall`, `foreign+upcall`, which are printed in the `-Xlog:help` message.
> 
> Sample output:
> 
> 
> Described tag sets:
>  logging: Logging for the log framework itself
>  foreign+downcall: Generation of foreign linker downcall stubs
>  foreign+upcall: Generation of foreign linker upcall stubs
> 
> 
> I've kept the descriptions succinct. I think the main usefulness comes from knowing that the particular combination of tags can be used, without having to grep through the source code (both by being listed in the help message, and in the source code in `logging/logTagSetDescriptions.cpp`)
> 
> Testing: manual testing + build on Windows with MSVC, and on Linux (WSL) with GCC.

This pull request has been closed without being integrated.

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

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


More information about the hotspot-runtime-dev mailing list