diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-07-26 05:23:06 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-07-26 05:23:06 +0000 |
commit | c9ea119f1fb0d455e786ec9ebad4378c3392961b (patch) | |
tree | 9187a7882fdccd173d0a2227956e91ba00ec9551 /java/openjdk6 | |
parent | - cleanup leftovers (diff) |
Move the fix for S6636110 to more appropriate directory. This patch is not
an IcedTea6 patch nor a security fix.
Notes
Notes:
svn path=/head/; revision=323678
Diffstat (limited to 'java/openjdk6')
-rw-r--r-- | java/openjdk6/Makefile.icedtea | 1 | ||||
-rw-r--r-- | java/openjdk6/files/patch-sharedRuntime_x86_64.cpp (renamed from java/openjdk6/files/icedtea/openjdk/6636110-deoptimization_unaligned_stackpointer.patch) | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/java/openjdk6/Makefile.icedtea b/java/openjdk6/Makefile.icedtea index f015285b6a6e..12e0cf3eb01c 100644 --- a/java/openjdk6/Makefile.icedtea +++ b/java/openjdk6/Makefile.icedtea @@ -53,7 +53,6 @@ _PATCHES= \ security/20130416/8000724.patch \ security/20130416/8004986.patch \ openjdk/6501644-icu_sync.patch \ - openjdk/6636110-deoptimization_unaligned_stackpointer.patch \ openjdk/6886358-layout_update.patch \ security/20130416/8001031.patch \ openjdk/7017324-kerning_crash.patch \ diff --git a/java/openjdk6/files/icedtea/openjdk/6636110-deoptimization_unaligned_stackpointer.patch b/java/openjdk6/files/patch-sharedRuntime_x86_64.cpp index 5e0a35091546..5e0a35091546 100644 --- a/java/openjdk6/files/icedtea/openjdk/6636110-deoptimization_unaligned_stackpointer.patch +++ b/java/openjdk6/files/patch-sharedRuntime_x86_64.cpp |