summaryrefslogtreecommitdiff
path: root/staging/darwin-x86/jre/lib/images
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-09-16 10:30:17 -0700
committerColin Cross <ccross@android.com>2017-09-18 09:04:24 -0700
commitd49ad92452c3ec4b859283f36372a3d12ad7a4ea (patch)
tree08b13d2676524f31173e501ddeb7c6b8253b23ed /staging/darwin-x86/jre/lib/images
parent12bcb44c0d01b2bc22e4ed47f0ea0e0e95d973c7 (diff)
downloadjdk8-d49ad92452c3ec4b859283f36372a3d12ad7a4ea.tar.gz
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
Diffstat (limited to 'staging/darwin-x86/jre/lib/images')
-rw-r--r--staging/darwin-x86/jre/lib/images/cursors/cursors.properties40
-rw-r--r--staging/darwin-x86/jre/lib/images/cursors/invalid32x32.gifbin153 -> 0 bytes
-rw-r--r--staging/darwin-x86/jre/lib/images/cursors/motif_CopyDrop32x32.gifbin158 -> 0 bytes
-rw-r--r--staging/darwin-x86/jre/lib/images/cursors/motif_CopyNoDrop32x32.gifbin153 -> 0 bytes
-rw-r--r--staging/darwin-x86/jre/lib/images/cursors/motif_LinkDrop32x32.gifbin162 -> 0 bytes
-rw-r--r--staging/darwin-x86/jre/lib/images/cursors/motif_LinkNoDrop32x32.gifbin153 -> 0 bytes
-rw-r--r--staging/darwin-x86/jre/lib/images/cursors/motif_MoveDrop32x32.gifbin141 -> 0 bytes
-rw-r--r--staging/darwin-x86/jre/lib/images/cursors/motif_MoveNoDrop32x32.gifbin153 -> 0 bytes
8 files changed, 0 insertions, 40 deletions
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.<name>.<geom>.File=<filename>
-# Cursor.<name>.<geom>.HotSpot=<x>,<y>
-# Cursor.<name>.<geom>.Name=<localized 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
--- a/staging/darwin-x86/jre/lib/images/cursors/invalid32x32.gif
+++ /dev/null
Binary files 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
--- a/staging/darwin-x86/jre/lib/images/cursors/motif_CopyDrop32x32.gif
+++ /dev/null
Binary files 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
--- a/staging/darwin-x86/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif
+++ /dev/null
Binary files 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
--- a/staging/darwin-x86/jre/lib/images/cursors/motif_LinkDrop32x32.gif
+++ /dev/null
Binary files 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
--- a/staging/darwin-x86/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif
+++ /dev/null
Binary files 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
--- a/staging/darwin-x86/jre/lib/images/cursors/motif_MoveDrop32x32.gif
+++ /dev/null
Binary files 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
--- a/staging/darwin-x86/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif
+++ /dev/null
Binary files differ