Re: Fwd: Map.compute() confusing Javadoc

2014-07-20 Thread David Holmes
See: http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-June/018251.html and related bug report. David On 21/07/2014 6:01 AM, Paul Sandoz wrote: Begin forwarded message: Пересылаемое сообщение 17.07.2014, 19:20, "Roman Leventov" : Map.compute() Javadoc has the follow

Re: [9] RFR (M): 8050877: Improve code for pairwise argument conversions and value boxing/unboxing

2014-07-20 Thread Paul Sandoz
On Jul 18, 2014, at 4:02 AM, Vladimir Ivanov wrote: >> ValueConversions >> >> I can see why an EnumMap is used for convenience mapping the Wrapper to MH. >> IIUC it means the MH ref values are not @Stable? I guess it would be easy to >> unpack into an explicit array and index from the wrapper

Fwd: Map.compute() confusing Javadoc

2014-07-20 Thread Paul Sandoz
Begin forwarded message: > Пересылаемое сообщение > 17.07.2014, 19:20, "Roman Leventov" : > > Map.compute() Javadoc has the following paragraph: > > The default implementation is equivalent to performing the following steps > for this map, then returning the current val

State of Serialization

2014-07-20 Thread Peter Firmstone
David, I've gone over the list archives and read your earlier post about serializable constructors and agree with your post. The class SerialFields below, represents the serial form of a Serializable object, the stream protocol would remain unchanged. SerialFields would be the equivalent of