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

Improve definition of j9str_printf() #21051

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

keithc-ca
Copy link
Contributor

There's no need to expect users to provide a pointer to the port library (the macro already assumes access via PORTLIB); this avoids possible problems being used with a different, incompatible argument.

At least three parameters must be supplied (so the function in omrstr.c receives at least four).

There's no need to expect users to provide a pointer to the port
library (the macro already assumes access via PORTLIB); this avoids
possible problems being used with a different, incompatible argument.

At least three parameters must be supplied (so the function in
omrstr.c receives at least four).

Signed-off-by: Keith W. Campbell <[email protected]>
@pshipton
Copy link
Member

pshipton commented Feb 1, 2025

jenkins compile amac jdk11,jdk17,jdk21,jdknext

@pshipton
Copy link
Member

pshipton commented Feb 1, 2025

jenkins compile zlinux jdk8

@pshipton
Copy link
Member

pshipton commented Feb 1, 2025

jenkins compile alinux jdk8

@pshipton pshipton merged commit 0ab22ee into eclipse-openj9:master Feb 1, 2025
9 checks passed
@keithc-ca keithc-ca deleted the j9sprintf branch February 3, 2025 13:33
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.

2 participants