RFR: 8042906: Remove use of reflection in ORB
Daniel Fuchs
daniel.fuchs at oracle.com
Mon May 12 07:49:31 UTC 2014
I Seán,
I wonder whether it would be better to use a ConcurrentHashMap in
place of the plain HashMap and remove the synchronized lock
around putIfAbsent/computeIfAbsent?
best regards,
-- daniel
On 5/11/14 10:56 PM, Seán Coffey wrote:
> Now that JDK 8 is the official build bootstrap JDK for JDK 9, we can
> remove use of reflection in ORB code to access the applet context.
>
> bug report : https://bugs.openjdk.java.net/browse/JDK-8042906
> webrev : http://cr.openjdk.java.net/~coffeys/webrev.8042906/webrev/
>
> regards,
> Sean.
More information about the core-libs-dev
mailing list