Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bazel currently refuses to start up when JVM is launched with `-XX:+UseShenandoahGC` or `-XX:+UseZGC`. This can be easily fixed by making `RetainedHeapLimiter` recognize the memory pool name `Shenandoah` and `ZHeap`. Closes bazelbuild#12644. PiperOrigin-RevId: 346318813
- Loading branch information