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

SapMachine (17) #1550: New malloc trace implementation #1651

Merged
merged 6 commits into from
Apr 29, 2024

Conversation

schmelter-sap
Copy link
Member

Downport from PR 1640 (SapMachine21).

Needed fixes for command line handling and adjusted to the old jtreg test lib.

fixes #1550

@SapMachine
Copy link
Member

Hello @schmelter-sap, this pull request fulfills all formal requirements.

@SapMachine
Copy link
Member

Hello @schmelter-sap, this pull request fulfills all formal requirements.

@SapMachine
Copy link
Member

Hello @schmelter-sap, this pull request fulfills all formal requirements.

@SapMachine
Copy link
Member

Hello @schmelter-sap, this pull request fulfills all formal requirements.

@SapMachine
Copy link
Member

Hello @schmelter-sap, this pull request fulfills all formal requirements.

Copy link
Member

@RealCLanger RealCLanger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@RealCLanger RealCLanger changed the title New malloc trace implementation for SapMachine17 SapMachine (17) #1550: New malloc trace implementation Apr 26, 2024
}

public static void main(String args[]) throws Exception {
if ((!Platform.isLinux() && !Platform.isOSX()) || !"64".equals(System.getProperty("sun.arch.data.model"))) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if ((!Platform.isLinux() && !Platform.isOSX()) || !"64".equals(System.getProperty("sun.arch.data.model"))) {
if ((!Platform.isLinux() && !Platform.isOSX()) || Platform.is32bit()) {

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea.

@SapMachine
Copy link
Member

Hello @schmelter-sap, this pull request fulfills all formal requirements.

Copy link
Member

@reinrich reinrich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The backport looks good to me.
Thanks, Richard.

@RealCLanger RealCLanger merged commit 8b53239 into SAP:sapmachine17 Apr 29, 2024
83 checks passed
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.

4 participants