RFR: JDK-8320005 : Native library suffix impact on hotspot code in AIX [v2]
Thomas Stuefe
stuefe at openjdk.org
Tue Nov 28 12:51:09 UTC 2023
On Tue, 28 Nov 2023 11:27:33 GMT, suchismith1993 <duke at openjdk.org> wrote:
> >
>
> @tstuefe 3rd parameter to pass the either of 2 things:
>
> 1. The JvmTiAgent object "agent", so that after shifting the save_library_signature to os_aix,we can still access the agent object.-> For this i tried importing jvm/prims header file, but i get segmentation faults during build . Not sure if i am doing it the right way.
>
> 2. Pass a character buffer(and not const char*) where we copy the modified filename back to it and then use it in jvmAgent. code.
Does not sound really appealing tbh. We pile one hack atop of another.
Please synchronize with @JoKern65 at SAP. He will rewrite the JVMTI handler code, which will make this point moot. See https://bugs.openjdk.org/browse/JDK-8320890.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16604#issuecomment-1829776298
More information about the hotspot-dev
mailing list