summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-02-06 02:58:30 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-02-06 02:59:17 -0500
commitbb34e8af59c722b794e139e67a8ce4cc15a912b0 (patch)
tree02cc1e28d6116dc4aff9d184f1f6be22849e8f44
parent45d6ac497c183dc9b89843429b22e98ce165f721 (diff)
clarify garbage collection changes
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index a8c14cbf..8678e8c6 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -753,7 +753,7 @@
<li>full 2024-02-01 security patch level</li>
<li>full 2024-02-05 security patch level</li>
<li>rebased onto UQ1A.240205.004 Android Open Source Project release</li>
- <li>run full explicit GC in SystemUI and system_server after locking (this is already done after unlocking to purge data tied to the lock method and derived data, but it makes sense to do it after locking too)</li>
+ <li>run full compacting garbage collection purging all regular Java heaps of dead objects in SystemUI and system_server after locking (this is already done after unlocking to purge data tied to the lock method and derived data, but it makes sense to do it after locking too)</li>
<li>kernel (Pixel 4a (5G), Pixel 5, Pixel 5a): update to latest Android 14 QPR2 Beta release including additional security fixes</li>
<li>kernel (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Generic 5.10): update to latest GKI LTS branch revision including update to 5.10.209</li>
<li>kernel (Pixel 8, Pixel 8 Pro, Generic 5.15): update to latest GKI LTS branch revision including update to 5.15.148</li>