This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new fe51b030d AtomicSafeInitializer.get() busy-spin without yield burns 
CPU during slow initialization (#1651)
fe51b030d is described below

commit fe51b030dab3e3cb4599761c1c81c141e8dd74a1
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 17 20:02:13 2026 +0000

    AtomicSafeInitializer.get() busy-spin without yield burns CPU during
    slow initialization (#1651)
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9381740f4..997c67b80 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -151,6 +151,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">ToStringStyle.appendDetail(StringBuffer,String,Map) bypass cycle 
registry. #1648.</action>
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">WordUtils.wrap() zero-width wrapOn regex match 
causes infinite loop (#1649).WordUtils.wrap() zero-width wrapOn regex match 
causes infinite loop (#1649).</action>
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">HashCodeBuilder.append(Object) StackOverflowError on 
mutually-referential objects (#1650).</action>
+    <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">AtomicSafeInitializer.get() busy-spin without yield 
burns CPU during slow initialization (#1651).</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add JavaVersion.JAVA_27.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add SystemUtils.IS_JAVA_27.</action>

Reply via email to