/[Apache-SVN]
ViewVC logotype

Revision 1741908


Jump to revision: Previous Next
Author: peter_firmstone
Date: Sun May 1 23:28:18 2016 UTC (7 years, 11 months ago)
Changed paths: 6
Log Message:
Revert breaking changes to protected api.  The changes to RemoteEvent's were originally made to ensure safe publication of remote events, while debugging race conditions.  It was suspected that the sequence id of RemoteEvent's were being read as their default value, causing the event to be ignored.  RemoteEvent's can still be published safely, by ensuring a reference to the RemoteEvent, is final, volatile, or a value in a concurrent collection, or read while synchronized or using a lock.

Changed paths

Path Details
Directoryriver/jtsk/trunk/ modified , props changed
Directoryriver/jtsk/trunk/src/net/jini/core/discovery/LookupLocator.java modified , text changed
Directoryriver/jtsk/trunk/src/net/jini/core/event/RemoteEvent.java modified , text changed
Directoryriver/jtsk/trunk/src/net/jini/core/lookup/ServiceEvent.java modified , text changed
Directoryriver/jtsk/trunk/src/net/jini/discovery/ConstrainableLookupLocator.java modified , text changed
Directoryriver/jtsk/trunk/src/net/jini/discovery/RemoteDiscoveryEvent.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26