Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FFI/JTreg] Remove the pragma lines for AIX in test suites #32

Conversation

ChengJin01
Copy link
Contributor

The intention of the changes is to avoid conflicts
with our own code with 4-byte alignment for double on
AIX which already supports both the default setting
by the compiler and the natural alignment for double.

Fixes: #eclipse-openj9/openj9/issues/18940, #eclipse-openj9/openj9/issues/18941, #eclipse-openj9/openj9/issues/18942, #eclipse-openj9/openj9/issues/18943

Signed-off-by: ChengJin01 jincheng@ca.ibm.com

@ChengJin01
Copy link
Contributor Author

ChengJin01 commented Mar 7, 2024

The following test suites in the issues listed in the description passed with the changes in this PR:

test/jdk/java/foreign/TestDowncallScope.java
test/jdk/java/foreign/TestDowncallStack.java
test/jdk/java/foreign/TestUpcallScope.java
test/jdk/java/foreign/TestUpcallStack.java
test/jdk/java/foreign/TestUpcallAsync.java
test/jdk/java/foreign/TestVarArgs.java
test/jdk/java/foreign/nested/TestNested.java

Reviewer: @keithc-ca
FYI: @tajila, @pshipton

The intention of the changes is to avoid conflicts
with our own code with 4-byte alignment for double on
AIX which already supports both the default setting
by the compiler and the natural alignment for double.

Fixes: #eclipse-openj9/openj9/issues/18940,
#eclipse-openj9/openj9/issues/18941,
#eclipse-openj9/openj9/issues/18942, 
#eclipse-openj9/openj9/issues/18943

Signed-off-by: ChengJin01 <jincheng@ca.ibm.com>
@keithc-ca
Copy link
Member

I don't think testing this is worthwhile, it essentially reverts

and tests were passing before that change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants