On Thu, 21 Dec 2023 10:01:04 GMT, Thomas Stuefe wrote:
>>> > > What happens if we accidentally attempt to load a "real" static
>>> > > library, which is also named *.a? Would dlopen() then crash? What would
>>> > > happen?
>>>
>>> > I don't think the problem is with *.a . They would load as th
On Tue, 16 Jan 2024 16:12:16 GMT, Martin Doerr wrote:
> > I have tried to build jextract
> > (https://github.com/openjdk/jextract/tree/jdk22) with LLVM
> > (https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/clang+llvm-16.0.4-powerpc64-ibm-aix-7.2.tar.xz).
> > I noticed that
On Fri, 5 Jan 2024 12:10:59 GMT, Martin Doerr wrote:
> I have tried to build jextract
> (https://github.com/openjdk/jextract/tree/jdk22) with LLVM
> (https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4/clang+llvm-16.0.4-powerpc64-ibm-aix-7.2.tar.xz).
> I noticed that llvm mai
On Tue, 16 Jan 2024 08:43:34 GMT, Suchismith Roy wrote:
>> src/hotspot/os/aix/os_aix.cpp line 1168:
>>
>>> 1166: int extension_length = 3;
>>> 1167: char* file_path = NEW_C_HEAP_ARRAY(char, buffer_length +
>>> extension_length + 1, mtInternal);
>>> 1168: strncpy(file_path,filename, buffer
On Wed, 20 Dec 2023 13:29:05 GMT, Joachim Kern wrote:
>> Suchismith Roy has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Spaces fix
>
> src/hotspot/os/aix/os_aix.cpp line 1168:
>
>> 1166: int extension_length = 3;
>> 1167: char* file
On Wed, 20 Dec 2023 11:16:03 GMT, Suchismith Roy wrote:
>> J2SE agent does not start and throws error when it tries to find the shared
>> library ibm_16_am.
>> After searching for ibm_16_am.so ,the jvm agent throws and error as dll_load
>> fails.It fails to identify the shared library ibm_16_am
On Thu, 21 Dec 2023 10:01:04 GMT, Thomas Stuefe wrote:
>>> > > What happens if we accidentally attempt to load a "real" static
>>> > > library, which is also named *.a? Would dlopen() then crash? What would
>>> > > happen?
>>>
>>> > I don't think the problem is with *.a . They would load as th
On Thu, 21 Dec 2023 10:01:04 GMT, Thomas Stuefe wrote:
> > > > > What happens if we accidentally attempt to load a "real" static
> > > > > library, which is also named *.a? Would dlopen() then crash? What
> > > > > would happen?
> > >
> > >
> > > > I don't think the problem is with *.a . They
On Thu, 21 Dec 2023 09:37:55 GMT, Suchismith Roy wrote:
> > > > What happens if we accidentally attempt to load a "real" static
> > > > library, which is also named *.a? Would dlopen() then crash? What would
> > > > happen?
> >
> >
> > > I don't think the problem is with *.a . They would load
On Wed, 20 Dec 2023 11:16:03 GMT, Suchismith Roy wrote:
>> J2SE agent does not start and throws error when it tries to find the shared
>> library ibm_16_am.
>> After searching for ibm_16_am.so ,the jvm agent throws and error as dll_load
>> fails.It fails to identify the shared library ibm_16_am
On Thu, 21 Dec 2023 08:16:22 GMT, Suchismith Roy wrote:
>> What happens if we accidentally attempt to load a "real" static library,
>> which is also named *.a? Would dlopen() then crash? What would happen?
> I don't think the problem is with *.a . They would load as the default
> behaviour of
On Wed, 20 Dec 2023 14:30:18 GMT, Thomas Stuefe wrote:
> Hi,
>
> some requests and questions:
>
> * Please modify the JBS title, PR title, and JBS issue text to reflect that
> this adds an alternative shared object loading path for shared objects on
> AIX. Something like "Allow loading shared
12 matches
Mail list logo