office-gobmx/jurt
Noel Grandin 846135c4c9 use AtomicInteger for _life_count
(cid#1326323 Unguarded read)
Just switch this to an AtomicInteger, it's cheaper, and doesn't require synchronization,
so less chance of a deadlock.

This is an API change since this is a protected field in a public class, but anyone
messing with the internals of this class should have known better.

Change-Id: Idafc760c2e9d83442b8209ad23d180acb8dccb20
2015-10-15 11:28:09 +02:00
..
com/sun/star use AtomicInteger for _life_count 2015-10-15 11:28:09 +02:00
source/pipe
test/com/sun/star
util
workbench/com/sun/star/comp/urlresolver
CustomTarget_test_urp.mk
InternalUnoApi_test_urp.mk
Jar_jurt.mk
JunitTest_bridgefactory.mk
JunitTest_connections.mk
JunitTest_java.mk
JunitTest_java_remote.mk
JunitTest_remote.mk
JunitTest_uno.mk
JunitTest_urp.mk
JunitTest_util.mk
Library_jpipe.mk
Library_jpipx.mk
Makefile
Module_jurt.mk
README

JURT means Java Uno Runtime and implements most of Java UNO.