Re: [9] RFR(M): 8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics

2015-06-26 Thread james cheng
Hi Zoltán, I am not a reviewer. Just saw some typos in code comments: Here is the updated webrev: - top: http://cr.openjdk.java.net/~zmajo/8076112/top/webrev.06/ - jdk: http://cr.openjdk.java.net/~zmajo/8076112/jdk/webrev.06/ in SHA*.java, 'implCompressImpl', "as parameter the method" - ho

Re: RFR (S) 8035974: Refactor DigestBase.engineUpdate() method for better code generation by JIT compiler

2014-05-23 Thread james cheng
On 5/23/2014 3:17 AM, Remi Forax wrote: On 05/23/2014 11:06 AM, Paul Sandoz wrote: On May 22, 2014, at 1:34 AM, Vladimir Kozlov wrote: http://cr.openjdk.java.net/~kvn/8035974/webrev https://bugs.openjdk.java.net/browse/JDK-8035974 Contributed by James Cheng and modified by me. Looks good