commit | 291bec9685edff0847440a62f3132608fccfa6a1 | [log] [tgz] |
---|---|---|
author | jrose <none@none> | Wed Jan 18 17:34:32 2012 -0800 |
committer | jrose <none@none> | Wed Jan 18 17:34:32 2012 -0800 |
tree | ded75b6ea8f4b88c65a368dd0f2964c7b1a1e09b | |
parent | 1d950606d06db975aef6ee106d2d42ddc1c04a61 [diff] |
7030453: JSR 292 ClassValue.get method is too slow Summary: Implement ClassValue cooperatively with Class like ThreadLocal with Thread. Reviewed-by: twisti, mduigou