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

Correct reading BuildVersionCommand from OSX core files #15357

Merged
merged 1 commit into from
Jun 17, 2022

Conversation

keithc-ca
Copy link
Contributor

It was not reading the platform field causing misinterpretation of the following fields.

The sdk field was read as the number of tools yielding unreasonable values (e.g. 11.3.0 is expressed as 0x000b0300 = 721664), with significant expense of both time and space.

Also, the decomposition of versions was incorrect due to off-by-one errors in the loop bounds (e.g. 11.3.0 was decomposed as 0.110.30).

(Discovered while investigating #15114).

It was not reading the 'platform' field causing misinterpretation
of the following fields.

The 'sdk' field was read as the number of tools yielding unreasonable
values (e.g. 11.3.0 is expressed as 0x000b0300 = 721664), with
significant expense of both time and space.

Also, the decomposition of versions was incorrect due to off-by-one
errors in the loop bounds (e.g. 11.3.0 was decomposed as 0.110.30).

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
@keithc-ca
Copy link
Contributor Author

@pshipton
Copy link
Member

jenkins test extended xmac,amac jdk11

@pshipton
Copy link
Member

jenkins test extended xmac,amac jdk11

@pshipton pshipton merged commit 10ef9ca into eclipse-openj9:master Jun 17, 2022
@pshipton
Copy link
Member

This seems a good candidate for 0.33

@keithc-ca
Copy link
Contributor Author

This seems a good candidate for 0.33

See #15362.

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

Successfully merging this pull request may close these issues.

None yet

2 participants