From d49ad92452c3ec4b859283f36372a3d12ad7a4ea Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Sat, 16 Sep 2017 10:30:17 -0700 Subject: Switch to JDK 1.8.0_152-android-4343112-1 Move the new JDK prebuilts out of staging to add support for the -XDskipDuplicateBridges=true flag to avoid duplicate bridges when using Turbine, and add a backport for a JDK bug to fix a libcore test. Bug: 62408076 Bug: 65645120 Test: m -j checkbuild Change-Id: I79bacf86139334545459e20ddc6cb7ac14d7cecf --- .../jre/lib/images/cursors/cursors.properties | 40 --------------------- .../jre/lib/images/cursors/invalid32x32.gif | Bin 153 -> 0 bytes .../jre/lib/images/cursors/motif_CopyDrop32x32.gif | Bin 158 -> 0 bytes .../lib/images/cursors/motif_CopyNoDrop32x32.gif | Bin 153 -> 0 bytes .../jre/lib/images/cursors/motif_LinkDrop32x32.gif | Bin 162 -> 0 bytes .../lib/images/cursors/motif_LinkNoDrop32x32.gif | Bin 153 -> 0 bytes .../jre/lib/images/cursors/motif_MoveDrop32x32.gif | Bin 141 -> 0 bytes .../lib/images/cursors/motif_MoveNoDrop32x32.gif | Bin 153 -> 0 bytes 8 files changed, 40 deletions(-) delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/cursors.properties delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/invalid32x32.gif delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/motif_CopyDrop32x32.gif delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/motif_LinkDrop32x32.gif delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/motif_MoveDrop32x32.gif delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif (limited to 'staging/darwin-x86/jre/lib/images') diff --git a/staging/darwin-x86/jre/lib/images/cursors/cursors.properties b/staging/darwin-x86/jre/lib/images/cursors/cursors.properties deleted file mode 100644 index 30e9f90..0000000 --- a/staging/darwin-x86/jre/lib/images/cursors/cursors.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# -# Cursors Properties file -# -# Names GIF89 sources for Custom Cursors and their associated HotSpots -# -# Note: the syntax of the property name is significant and is parsed -# by java.awt.Cursor -# -# The syntax is: Cursor...File= -# Cursor...HotSpot=, -# Cursor...Name= -# -Cursor.CopyDrop.32x32.File=motif_CopyDrop32x32.gif -Cursor.CopyDrop.32x32.HotSpot=0,0 -Cursor.CopyDrop.32x32.Name=CopyDrop32x32 -# -Cursor.MoveDrop.32x32.File=motif_MoveDrop32x32.gif -Cursor.MoveDrop.32x32.HotSpot=0,0 -Cursor.MoveDrop.32x32.Name=MoveDrop32x32 -# -Cursor.LinkDrop.32x32.File=motif_LinkDrop32x32.gif -Cursor.LinkDrop.32x32.HotSpot=0,0 -Cursor.LinkDrop.32x32.Name=LinkDrop32x32 -# -Cursor.CopyNoDrop.32x32.File=motif_CopyNoDrop32x32.gif -Cursor.CopyNoDrop.32x32.HotSpot=6,2 -Cursor.CopyNoDrop.32x32.Name=CopyNoDrop32x32 -# -Cursor.MoveNoDrop.32x32.File=motif_MoveNoDrop32x32.gif -Cursor.MoveNoDrop.32x32.HotSpot=6,2 -Cursor.MoveNoDrop.32x32.Name=MoveNoDrop32x32 -# -Cursor.LinkNoDrop.32x32.File=motif_LinkNoDrop32x32.gif -Cursor.LinkNoDrop.32x32.HotSpot=6,2 -Cursor.LinkNoDrop.32x32.Name=LinkNoDrop32x32 -# -Cursor.Invalid.32x32.File=invalid32x32.gif -Cursor.Invalid.32x32.HotSpot=6,2 -Cursor.Invalid.32x32.Name=Invalid32x32 diff --git a/staging/darwin-x86/jre/lib/images/cursors/invalid32x32.gif b/staging/darwin-x86/jre/lib/images/cursors/invalid32x32.gif deleted file mode 100644 index 64c265d..0000000 Binary files a/staging/darwin-x86/jre/lib/images/cursors/invalid32x32.gif and /dev/null differ diff --git a/staging/darwin-x86/jre/lib/images/cursors/motif_CopyDrop32x32.gif b/staging/darwin-x86/jre/lib/images/cursors/motif_CopyDrop32x32.gif deleted file mode 100644 index a9ec247..0000000 Binary files a/staging/darwin-x86/jre/lib/images/cursors/motif_CopyDrop32x32.gif and /dev/null differ diff --git a/staging/darwin-x86/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif b/staging/darwin-x86/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif deleted file mode 100644 index 64c265d..0000000 Binary files a/staging/darwin-x86/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif and /dev/null differ diff --git a/staging/darwin-x86/jre/lib/images/cursors/motif_LinkDrop32x32.gif b/staging/darwin-x86/jre/lib/images/cursors/motif_LinkDrop32x32.gif deleted file mode 100644 index 10c84c1..0000000 Binary files a/staging/darwin-x86/jre/lib/images/cursors/motif_LinkDrop32x32.gif and /dev/null differ diff --git a/staging/darwin-x86/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif b/staging/darwin-x86/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif deleted file mode 100644 index 64c265d..0000000 Binary files a/staging/darwin-x86/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif and /dev/null differ diff --git a/staging/darwin-x86/jre/lib/images/cursors/motif_MoveDrop32x32.gif b/staging/darwin-x86/jre/lib/images/cursors/motif_MoveDrop32x32.gif deleted file mode 100644 index 8304aa0..0000000 Binary files a/staging/darwin-x86/jre/lib/images/cursors/motif_MoveDrop32x32.gif and /dev/null differ diff --git a/staging/darwin-x86/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif b/staging/darwin-x86/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif deleted file mode 100644 index 64c265d..0000000 Binary files a/staging/darwin-x86/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif and /dev/null differ -- cgit v1.2.3