[ https://issues.apache.org/jira/browse/STANBOL-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rafa Haro closed STANBOL-1473. ------------------------------ > Avoid Double-checked Locking > ---------------------------- > > Key: STANBOL-1473 > URL: https://issues.apache.org/jira/browse/STANBOL-1473 > Project: Stanbol > Issue Type: Bug > Components: Build > Reporter: Furkan KAMACI > Assignee: Rafa Haro > Priority: Major > Fix For: 1.0.0 > > > Using double-checked locking for the lazy initialization of any other type of > primitive or mutable object risks a second thread using an uninitialized or > partially initialized member while the first thread is still creating it, and > crashing the program. -- This message was sent by Atlassian JIRA (v7.6.3#76005)