History log of /external/conscrypt/libcore-stub/src/main/java/libcore/java/security/CpuFeatures.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
401f1c4645f5ec715516ee9674c662448d115e66 15-Aug-2017 Nathan Mittler <nathanmittler@google.com> Support Java 6 Runtime (#299)

Various fixes to support Java 6, 7, and 8. Separating out
utility classes (for openjdk) to be explicit as to which methods are
supported by particular Java version.

Adding the ability to specify the test JVM to use on the command-line.

For example, the following will build with the default Java
installation, but will run the openjdk and integ-tests with Java 6:

./gradlew build -DjavaExecutable64=${JAVA6_HOME}/bin/java

Fixes #298
/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/CpuFeatures.java
6321f7ae67de5eb2542c48e16ee86763463de5f2 17-May-2017 Nathan Mittler <nathanmittler@google.com> Benchmark fixes and various cleanup. (#188)
/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/CpuFeatures.java
d4d974d98b4f232abf0a03b631a69ebc4df0b50d 14-May-2017 Nathan Mittler <nathanmittler@google.com> Importing more Android integ tests. (#184)
/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/CpuFeatures.java
29916ef38dc9cb4e4c6e3fdb87d4e921546d3ef4 28-Mar-2017 Nathan Mittler <nathanmittler@google.com> Locking down public APIs (#157)

Tried to be as aggressive as I could, so this probably deserves a fairly thorough review. I left most of OpenSSLSocketImpl public, because I think it's needed by a few external projects.

I also did some cleanup work to get rid of a bunch of compiler warnings that we seem to have accumulated.

Fixes #142
/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/CpuFeatures.java
6c291c5b40bc4ae7b23bc332a512133217746fd2 28-Mar-2017 Nathan Mittler <nathanmittler@google.com> Adding platform to the build (#158)
/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/CpuFeatures.java