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

Enable verbose GC log in openjdk tests #4873

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

annaibm
Copy link
Contributor

@annaibm annaibm commented Nov 17, 2023

-Prepended -Xverbosegclog to EXTRA_OPTIONS

closes: #4872

@annaibm annaibm force-pushed the enableVerboseGC_4872 branch 3 times, most recently from 711d42a to 6631872 Compare November 17, 2023 18:52
openjdk/openjdk.mk Outdated Show resolved Hide resolved
@llxia
Copy link
Contributor

llxia commented Nov 20, 2023

This PR changes openjdk tests, so we need to run an openjdk test to verify (not functional test)

@annaibm annaibm force-pushed the enableVerboseGC_4872 branch 5 times, most recently from f95547f to 9109e80 Compare November 21, 2023 14:20
@annaibm
Copy link
Contributor Author

annaibm commented Nov 21, 2023

@annaibm annaibm requested a review from llxia November 21, 2023 15:25
openjdk/openjdk.mk Outdated Show resolved Hide resolved
@llxia
Copy link
Contributor

llxia commented Nov 21, 2023

Please use ARCHIVE_TEST_RESULTS to check if the log is archived properly. Thanks

openjdk/openjdk.mk Outdated Show resolved Hide resolved
@annaibm
Copy link
Contributor Author

annaibm commented Nov 21, 2023

Grinder result with ARCHIVE_TEST_RESULTS and KEEP_REPORTDIR=true
1.https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/36319/
Grinder result when user specified EXTRA_OPTIONS: eg: -Xdump:java:events=vmstop is provided.
2.https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/36320/console

@annaibm annaibm marked this pull request as ready for review November 21, 2023 17:54
-Prepend -Xverbosegclog for all operating systems
-Prepend when JDK_IMPL is openj9 or ibm

closes: adoptium#4872

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
Copy link
Contributor

@llxia llxia left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@LongyuZhang LongyuZhang left a comment

Choose a reason for hiding this comment

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

LGTM

@LongyuZhang LongyuZhang merged commit 48d953f into adoptium:master Nov 21, 2023
1 check passed
annaibm added a commit to annaibm/aqa-tests that referenced this pull request Nov 21, 2023
-Prepend -Xverbosegclog for all operating systems
-Prepend when JDK_IMPL is openj9 or ibm

closes: adoptium#4872

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
annaibm added a commit to annaibm/aqa-tests that referenced this pull request Nov 22, 2023
-Prepend -Xverbosegclog for all operating systems
-Prepend when JDK_IMPL is openj9 or ibm

closes: adoptium#4872

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
annaibm added a commit to annaibm/aqa-tests that referenced this pull request Nov 22, 2023
-Disables FIPS test for `jdk_security_infra`, `jdk_security1`, `jdk_security2`, `jdk_security3`
-Disable FIPS test for all platforms, on versions 8 and above

related: backlog/issues/1089

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
Co-authored-by: Kapil Anant Powar <kapilpowar17@gmail.com>

Enable verbose GC log in openjdk tests (adoptium#4873)

-Prepend -Xverbosegclog for all operating systems
-Prepend when JDK_IMPL is openj9 or ibm

closes: adoptium#4872

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
pshipton added a commit to pshipton/openj9-openjdk-jdk17 that referenced this pull request Nov 22, 2023
Issue eclipse-openj9/openj9#18512
Related to adoptium/aqa-tests#4873

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
pshipton added a commit to pshipton/openj9-openjdk-jdk17 that referenced this pull request Nov 22, 2023
Issue eclipse-openj9/openj9#18512
Related to adoptium/aqa-tests#4873

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
pshipton added a commit to pshipton/openj9-openjdk-jdk that referenced this pull request Nov 22, 2023
Issue eclipse-openj9/openj9#18512
Related to adoptium/aqa-tests#4873

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
pshipton added a commit to pshipton/openj9-openjdk-jdk21 that referenced this pull request Nov 22, 2023
Issue eclipse-openj9/openj9#18512
Related to adoptium/aqa-tests#4873

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
pshipton added a commit to pshipton/openj9-openjdk-jdk11 that referenced this pull request Nov 22, 2023
Issue eclipse-openj9/openj9#18512
Related to adoptium/aqa-tests#4873

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
@annaibm annaibm deleted the enableVerboseGC_4872 branch November 23, 2023 14:20
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.

Enable verbose GC log in openjdk tests
3 participants