summaryrefslogtreecommitdiff
path: root/darwin-x86/bin/jstatd
AgeCommit message (Collapse)Author
2017-07-21Update to JDK 1.8.0_152-android-4204305-1Colin Cross
Update the JDK prebuilts to fix SIGILL crashes on mac caused by clang 5.0 deliberately inserting undefined instructions for relatively minor undefined behavior. Test: m -j on mac Bug: 62956999 Change-Id: I9ad0171c4902634027cb0d381e4a8cb36fcb987b
2017-07-07Add JDK 1.8.0_152-android-4163371-1 from ab/4163371Colin Cross
Add a prebuilt JDK built on the build servers (ab/openjdk) using source from external/jetbrains/jdk8u* in order to make builds more hermetic. A future CL will make the platform build use these prebuilts instead of whatever JDK binaries are found in the path, after which platform developers will no longer need to download and install a separate JDK. All platform developers will be using the same version of the JDK, and we can patch the JDK to fix bugs that affect building the platform as necessary. Test: m -j checkbuild with https://android-review.googlesource.com/#/c/428021/ Bug: 62956999 Change-Id: I527d9274022f5f84a39fd54fe50c027a63790796