adoptium / aqa-systemtest

Java load testing and other full system application tests
Apache License 2.0
23 stars 67 forks source link

Use .so instead of .a for AIX shlib extension in JCK natives #443

Closed sxa closed 3 years ago

sxa commented 3 years ago

Bits of the TCK seem to be expecting this to be .so instead of .a

Signed-off-by: Stewart X Addison sxa@redhat.com

smlambert commented 3 years ago

FYI @Mesbah-Alam

smlambert commented 3 years ago

Merging for July release

Mesbah-Alam commented 3 years ago

Bits of the TCK seem to be expecting this to be .so instead of .a

@sxa , Could you please share which test needs this and the output you get that indicates this change is needed? (Please feel free to slack them to me). I am curious, since it'd help us identify how / why the tests have been working so far at our internal AIX builds with the library being static instead of dynamic.