Skip to content
Snippets Groups Projects
Commit a06a6a2d authored by Fabian Meumertzheim's avatar Fabian Meumertzheim Committed by Copybara-Service
Browse files

Update to JDK 24 where possible

This enables `--host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseCompactObjectHeaders` to noticeably reduce Bazel's memory usage.

Updates Guava to 33.4.5, which uses `VarHandle` instead of `Unsafe`. Warnings for `Unsafe` usage still show up due to missing `VarHandle` support in protobuf and have to be silenced.

Closes #25623.

PiperOrigin-RevId: 738847656
Change-Id: Ic5da079b556d5a3a7fe08e54722f50df6b47a54c
parent 39633a81
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment