JDK-8016285: Add java.lang.reflect.Parameter.isNamePresent()
Aleksey Shipilev
aleksey.shipilev at oracle.com
Fri Jun 21 20:15:58 UTC 2013
On 06/21/2013 11:57 PM, Eric McCorkle wrote:
> The webrev is here:
> http://cr.openjdk.java.net/~emc/8016285/
Looks generally good (but not a Reviewer).
A few questions though:
a) Are we em-bracing the brace-less control flow blocks?
b) Should hasRealParameterData be transient?
c) Should hasRealParameterData be volatile? (now is being implicitly
protected by $parameters volatile write/read, but it is fragile)
-Aleksey.
More information about the core-libs-dev
mailing list