On Wed, 18 May 2022 16:54:06 GMT, Jorn Vernee <jver...@openjdk.org> wrote:

> This patch is a batch naming cleanup for the foreign linker implementation.
> 
> The naming changes are as follows:
> 
>   - ProgrammableInvoker -> DowncallLinker
>   - ProgrammableUpcallHandler -> UpcallLinker
>   - 'native invoker' -> 'downcall stub'
>   - 'optimzed entry blob' -> 'upcall stub'
>   - OptimizedEntryBlob -> UpcallStub
>   - optimized_entry_frame -> upcall_stub_frame
> 
> Then renaming of some hotspot files:
> 
>   - universalNativeInvoker* -> downcallLinker*
>   - universalUpcallHandler* -> upcallLinker*
>   - foreign_globals* -> foreignGlobals* (to match existing convention)
>   
> Method, field, and other variable names are also adjusted accordingly.
> 
> Testing: Tier 1-4

This pull request has now been integrated.

Changeset: 7becf13e
Author:    Jorn Vernee <jver...@openjdk.org>
URL:       
https://git.openjdk.java.net/jdk/commit/7becf13e61ba2c43837e4b48775fdaf73bc1d79e
Stats:     3181 lines in 85 files changed: 1487 ins; 1491 del; 203 mod

8286825: Linker naming cleanup

Reviewed-by: mcimadamore, rehn

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

PR: https://git.openjdk.java.net/jdk/pull/8777

Reply via email to