hg: mlvm/mlvm/jdk: indy, meth: roll up current EG discussions to date into javadoc
Rémi Forax
forax at univ-mlv.fr
Sun Oct 24 03:49:17 PDT 2010
Le 24/10/2010 12:20, john.r.rose at oracle.com a écrit :
> Changeset: e3a3904eea5d
> Author: jrose
> Date: 2010-10-24 03:20 -0700
> URL: http://hg.openjdk.java.net/mlvm/mlvm/jdk/rev/e3a3904eea5d
>
> indy, meth: roll up current EG discussions to date into javadoc
>
> ! indy-args-6984311.patch
> + indy-bsm-postjdk7.patch
> ! indy-dep-6982754.patch
> ! meth-api-6981777.patch
> ! series
>
Hi John,
In VolatileCallSite, invalidate could use setTargetVolatile instead of
setTarget() because the fallback type is already checked.
Also, invalidate that takes a List should not be an overload of
invalidate() and use a wildcard. I propose:
public static void invalidateAll(List<? extends VolatileCallSite> sites) { ... }
Rémi
More information about the mlvm-dev
mailing list