Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Oct 23, 2025

What changes were proposed in this pull request?

This PR aims to support isSerialGC and isParallelGC additionally as a follow-up of the following PR.

Why are the changes needed?

  • To be exhaustive (up to Java 25 environment)
  • Note that UseEpsilonGC is excluded because it's not a production-purpose GC.

Does this PR introduce any user-facing change?

No, these are new APIs.

How was this patch tested?

Pass the CIs and manual review.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the CORE label Oct 23, 2025
@dongjoon-hyun
Copy link
Member Author

cc @wankunde , @pan3793 from the original PR.

@dongjoon-hyun
Copy link
Member Author

All tests passed. Could you review this PR, @sarutak ?

Copy link
Member

@sarutak sarutak left a comment

Choose a reason for hiding this comment

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

LGTM. I'll merge this into master.
Thank you @dongjoon-hyun !

@dongjoon-hyun
Copy link
Member Author

Thank you. Yes, please, @sarutak !

@sarutak sarutak closed this in cf5c7b6 Oct 23, 2025
@dongjoon-hyun dongjoon-hyun deleted the SPARK-53966 branch October 23, 2025 19:29
@pan3793
Copy link
Member

pan3793 commented Oct 24, 2025

Late LGTM, and thanks for informing me, @dongjoon-hyun

Yicong-Huang pushed a commit to Yicong-Huang/spark that referenced this pull request Oct 30, 2025
### What changes were proposed in this pull request?

This PR aims to support `isSerialGC` and `isParallelGC` additionally as a follow-up of the following PR.
- apache#52678

### Why are the changes needed?

- To be exhaustive (up to Java 25 environment)
- Note that `UseEpsilonGC` is excluded because it's not a production-purpose GC.

### Does this PR introduce _any_ user-facing change?

No, these are new APIs.

### How was this patch tested?

Pass the CIs and manual review.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#52708 from dongjoon-hyun/SPARK-53966.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Kousuke Saruta <[email protected]>
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.

3 participants