[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[eclipselink-dev] [Fwd: [Bug 238696] Fix use of Double Checked Locking pattern]
|
Please review attached patch.
Tests run: LRG at top level. No regression detected due to the patch
(184 test are failing under core with or without changes due to this patch)
Thanks,
Mitesh
-------- Original Message --------
Subject: [Bug 238696] Fix use of Double Checked Locking pattern
Date: Wed, 23 Jul 2008 19:21:31 -0400
From: bugzilla-daemon@xxxxxxxxxxx
To: Mitesh.Meswani@xxxxxxx
References: <bug-238696-44960@xxxxxxxxxxxxxxxxxxxxxx/bugs/>
https://bugs.eclipse.org/bugs/show_bug.cgi?id=238696
Product/Component: EclipseLink / Foundation
Mitesh Meswani <mitesh.meswani@xxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #107673|0 |1
is obsolete| |
--- Comment #7 from Mitesh Meswani <mitesh.meswani@xxxxxxx> 2008-07-23 19:21:29 -0400 ---
Created an attachment (id=108282)
--> (https://bugs.eclipse.org/bugs/attachment.cgi?id=108282)
Proposed patch to fix only the proven broaken code path
The attached patch eagerly initializes platform operators to eliminate
possibility of a race condition. Other code path are though theoretically
broken, are not considered to be a risk enough to introduce performance penalty
of using a volatile variable
--
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug.