>> I'm a little confused. Calling the wrong function because of a name >> clash seems quite a different problem from linking stripping out >> functions it doesn't realize could be used.
>Okay I now see from "RFR: 8379516: Adjust JVM debug helper exports" what >is being considered. We do not want to call JNIEXPORT void JVM_debug_helpers_keeper . it is just there to reference the helper functions. Maybe we should add some ShouldNotReachHere or similar to JVM_debug_helpers_keeper to clearly state that we do not want to call it ? Best regards, Matthias
