hg: jdk8/jdk8/jdk: 4 new changesets
alejandro.murillo at oracle.com
alejandro.murillo at oracle.com
Wed Jan 30 10:23:17 PST 2013
Changeset: 9d5c43050210
Author: dl
Date: 2013-01-11 16:50 -0800
URL: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/9d5c43050210
8006123: Support @Contended Annotation - JEP 142 (jdk part)
Summary: jdk changes for 8003895.
Reviewed-by: darcy, jrose, coleenp, dholmes, kvn
Contributed-by: Aleksey Shipilev <aleksey.shipilev at oracle.com>
+ src/share/classes/sun/misc/Contended.java
Changeset: 739351a0a7a1
Author: kvn
Date: 2013-01-23 11:47 -0800
URL: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/739351a0a7a1
8006799: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() (jdk part of 6896617)
Summary: Move hot loop in ISO_8859_1$Encode.encodeArrayLoop() into separate method encodeISOArray() to be replaced by JVM JIT compiler with optimized intrinsic code.
Reviewed-by: alanb, sherman
! src/share/classes/sun/nio/cs/ISO_8859_1.java
Changeset: e9d00d30fcca
Author: amurillo
Date: 2013-01-25 03:02 -0800
URL: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e9d00d30fcca
Merge
Changeset: ac286bf65242
Author: amurillo
Date: 2013-01-30 10:18 -0800
URL: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/ac286bf65242
Merge
- test/java/rmi/activation/ActivationSystem/unregisterGroup/CallbackInterface.java
- test/java/rmi/activation/ActivationSystem/unregisterGroup/Callback_Stub.java
- test/java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup_Stub.java
More information about the jdk8-changes
mailing list