RFR (S): JEP-142: Reduce Cache Contention on Specified Fields (original) (raw)
Doug Lea dl at cs.oswego.edu
Mon Nov 26 08:22:41 PST 2012
- Previous message: RFR (S): JEP-142: Reduce Cache Contention on Specified Fields
- Next message: RFR (S): JEP-142: Reduce Cache Contention on Specified Fields
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 11/26/12 11:14, Aleksey Shipilev wrote:
To those who bothers to track the code changes, the updated webrev is here: http://shipilev.net/pub/jdk/hotspot/contended/webrev-3/
One small suggestion to slightly appease the nanny-state folks. How about burying the annotation one lever deeper to java.util.concurrent.atomic. This seems to impact only vmSymbols.hpp:
template(java_util_concurrent_Contended_signature,
"Ljava/util/concurrent/Contended;")
-> Ljava/util/concurrent/atomic/Contended;
-Doug
- Previous message: RFR (S): JEP-142: Reduce Cache Contention on Specified Fields
- Next message: RFR (S): JEP-142: Reduce Cache Contention on Specified Fields
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]