Commit f72435a
[SPARK-53966][CORE] Add utility functions to detect JVM GCs
### What changes were proposed in this pull request?
This PR aims to add utility functions to detect JVM GCs.
### Why are the changes needed?
To provide a general capability to optimize based on the GC types.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #52678 from wankunde/zgc.
Authored-by: WanKun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>1 parent fcbafc3 commit f72435a
1 file changed
+16
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3138 | 3138 | | |
3139 | 3139 | | |
3140 | 3140 | | |
3141 | | - | |
| 3141 | + | |
| 3142 | + | |
| 3143 | + | |
| 3144 | + | |
| 3145 | + | |
| 3146 | + | |
| 3147 | + | |
| 3148 | + | |
| 3149 | + | |
| 3150 | + | |
| 3151 | + | |
| 3152 | + | |
| 3153 | + | |
3142 | 3154 | | |
3143 | 3155 | | |
3144 | 3156 | | |
| |||
3147 | 3159 | | |
3148 | 3160 | | |
3149 | 3161 | | |
3150 | | - | |
3151 | | - | |
3152 | | - | |
| 3162 | + | |
| 3163 | + | |
| 3164 | + | |
3153 | 3165 | | |
3154 | 3166 | | |
3155 | 3167 | | |
| |||
0 commit comments