Re: JEP Review: JVM Hardware Crypto Acceleration

2014-09-30 Thread Anthony Scarpino
On 09/30/2014 02:51 AM, Florian Weimer wrote: On 09/29/2014 10:33 PM, Anthony Scarpino wrote: Please review the below JEP for JVM Hardware Crypto Acceleration. The focus is to use ISA crypto instructions available in x86 and sparc platforms and to help access to use them. https://bugs.openjdk.

Re: JEP Review: JVM Hardware Crypto Acceleration

2014-09-30 Thread Florian Weimer
On 09/29/2014 10:33 PM, Anthony Scarpino wrote: Please review the below JEP for JVM Hardware Crypto Acceleration. The focus is to use ISA crypto instructions available in x86 and sparc platforms and to help access to use them. https://bugs.openjdk.java.net/browse/JDK-8046943 Can you show what

JEP Review: JVM Hardware Crypto Acceleration

2014-09-29 Thread Anthony Scarpino
Hi, Please review the below JEP for JVM Hardware Crypto Acceleration. The focus is to use ISA crypto instructions available in x86 and sparc platforms and to help access to use them. https://bugs.openjdk.java.net/browse/JDK-8046943 Tony