/hg/icedtea6-hg: 5 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Aug 23 08:13:49 PDT 2013


changeset e565715c45a7 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=e565715c45a7
author: Xerxes Ranby <xerxes at zafena.se>
date: Wed Aug 14 17:20:44 2013 +0200

	JamVM: JSR 335: Lambda Expressions; JSR 292: enable for OpenJDK 7/IcedTea 2; Updated to 2013-07-14 revision.

	2013-08-14  Xerxes R?nby  <xerxes at zafena.se>
		    Robert Lougher  <rob at jamvm.org.uk>

		JamVM
		- JSR 292: enable for OpenJDK 7/IcedTea 2
		- JSR 335: invokeinterface check in method resolution
		- JSR 335: java.lang.invoke.MagicLambdaImpl
		- JSR 292: invokedynamic is 5 bytes - non-direct interp
		- JSR 292: invokedynamic is 5 bytes in length
		- Minor formatting change
		- Minor fixes: use perror for mmap failure
		- FreeClassData: fix comment
		- FreeClassData: adjust method count for Miranda methods
		- JSR 335: remove GC hack
		- JSR 335: implement "bridge" methods for Mirandas
		- JSR 335: handle multiple defaults and conflicts
		* NEWS: Updated.
		* Makefile.am
		(JAMVM_VERSION): Updated JamVM to 2013-07-14 revision.
		(JAMVM_SHA256SUM): Updated.


changeset a4e16f083f3b in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=a4e16f083f3b
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Aug 20 16:27:39 2013 +0100

	Rebase HotSpot 23 support on version in 7u.

	2013-08-20  Andrew John Hughes  <gnu.andrew at redhat.com>

		* Makefile.am:
		(ICEDTEA_PATCHES): Add patches from IcedTea's
		HotSpot 23 (mainly the ARM port work).  Move
		some patches back to being applied on both
		versions of HotSpot.
		(ports): Install ARM port in all builds.
		(clean-ports): Likewise for uninstall.
		* hotspot.map: Use HotSpot 23 from the 7u
		tree.
		* patches/arm/cc_compile-01.patch,
		* patches/arm/cc_compile-02.patch,
		* patches/arm/cc_compile-03.patch,
		* patches/arm/cc_compile-04.patch,
		* patches/arm/cc_compile-05.patch,
		* patches/arm/cc_compile-06.patch,
		* patches/hotspot/hs23/7188168-fix_debug_binaries.patch,
		* patches/hotspot/hs23/aarch64.patch:
		Patches from IcedTea's 2.3.x HotSpot.
		* patches/hotspot/original/alpha-fixes.patch,
		* patches/hotspot/hs23/alpha-fixes.patch:
		Split from patches/alpha-fixes.patch.
		* patches/hotspot/hs23/arm-01-hsx22.patch,
		* patches/hotspot/hs23/arm-03-invokedynamic.patch,
		* patches/hotspot/hs23/arm-04-invokedynamic_jit.patch,
		* patches/hotspot/hs23/arm-05-invokedynamic_methodhandle.patch,
		* patches/hotspot/hs23/arm-06-no_o0.patch,
		* patches/hotspot/hs23/arm-07-cleanup.patch,
		* patches/hotspot/hs23/arm-08-cleanup.patch,
		* patches/hotspot/hs23/arm-09-jvmti.patch,
		* patches/hotspot/hs23/arm-10-memory_protect.patch,
		* patches/hotspot/hs23/arm-11-thumb2_jit.patch,
		* patches/hotspot/hs23/arm-12-ldrexd.patch,
		* patches/hotspot/hs23/arm-13-sp_adjustment.patch,
		* patches/hotspot/hs23/arm-14-stage1.patch,
		* patches/hotspot/hs23/arm-15-stage2.patch,
		* patches/hotspot/hs23/arm-16-dont_save_locals.patch,
		* patches/hotspot/hs23/arm-17-no_debug_code.patch,
		* patches/hotspot/hs23/arm-18-correct_call.patch,
		* patches/hotspot/hs23/arm-19-fix_jit_bug.patch,
		* patches/hotspot/hs23/arm-20-function_renaming.patch,
		* patches/hotspot/hs23/arm-21-fix_compareandswaplong.patch,
		* patches/hotspot/hs23/arm-22-fix_trashed_thread_ptr.patch,
		* patches/hotspot/hs23/arm-25-hsx23.patch:
		HotSpot 23 only ARM port work.
		* patches/hotspot/hs23/arm-hsdis.patch:
		HotSpot 23 version of hsdis patch.
		* patches/hotspot/original/arm.patch,
		* patches/hotspot/hs23/arm.patch,
		Split from patches/arm.patch.
		* patches/hotspot/hs23/drop_unlicensed_test.patch:
		Patches from IcedTea's 2.3.x HotSpot.
		* patches/hotspot/original/gcc-suffix.patch,
		* patches/hotspot/hs23/gcc-suffix.patch:
		Split from patches/gcc-suffix-hotspot.patch.
		* patches/hotspot/original/jtreg-test7020373-fix.patch,
		* patches/hotspot/hs23/jtreg-test7020373-fix.patch:
		Split from patches/jtreg-hotspot-Test7020373-fix.patch.
		* patches/hotspot/hs23/no_useless_debuginfo_files.patch,
		* patches/hotspot/hs23/pr1101-sparc_symbols.patch:
		From IcedTea 2.3.x HotSpot.
		* patches/hotspot/original/text-relocations.patch:
		* patches/hotspot/hs23/text-relocations.patch:
		Split from patches/text-relocations.patch.
		* patches/hotspot/hs23/type_fixes.patch:
		From IcedTea 2.3.x HotSpot.
		* patches/hotspot/original/update-bootclasspath.patch,
		* patches/hotspot/hs23/update-bootclasspath.patch:
		Split from patches/update-bootclasspath.patch.
		* patches/hotspot/original/version.patch,
		* patches/hotspot/hs23/version.patch:
		Split from patches/version-hotspot.patch.
		* patches/hotspot/hs23/zero_fixes.patch,
		* patches/hotspot/hs23/zero_hs22.patch:
		HotSpot 23 only Zero work.
		* patches/hotspot/original/7032696-7029152_broke_vm.patch:
		Backported from 7u.
		* patches/hotspot/original/7140985-hsdis_caller_options.patch:
		Upstream version of part of the arm-hsdis patch.
		* patches/hotspot/original/arm-hsdis.patch:
		Remove 7140985 fragment.
		* patches/pr1095-werror.patch: Apply to both HotSpots.


changeset 09a1c728d5d1 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=09a1c728d5d1
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Aug 22 16:30:29 2013 +0100

	Merge


changeset ad9fd882beed in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=ad9fd882beed
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Aug 22 20:18:35 2013 +0100

	Remove upstreamed patches.

	2013-08-22  Andrew John Hughes  <gnu.andrew at redhat.com>

		* patches/fonts-rhel-version.patch,
		* patches/fonts-rhel.patch,
		* patches/object-factory-cl-internal.patch,
		* patches/openjdk/8009996-emitter_bean.patch,
		* patches/security/20130618/handle_npe.patch:
		Remove upstreamed patches.
		* Makefile.am:
		(SECURITY_PATCHES): Remove upstreamed patch.
		(ICEDTEA_PATCHES): Remove upstreamed patches.
		* patches/hotspot/original/7197906-handle_32_bit_shifts.patch:
		Restored as now used by the HotSpot 23 build.


changeset b3fb887daac8 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=b3fb887daac8
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Aug 23 16:13:12 2013 +0100

	Fix build with original upstream HotSpot.

	2013-08-23  Andrew John Hughes  <gnu.andrew at redhat.com>

		* Makefile.am:
		(ICEDTEA_PATCHES): Apply 7197906 on hs23 only.
		* patches/security/20130416/8004336.patch,
		* patches/security/20130416/8006309.patch,
		* patches/security/20130416/8009699.patch:
		Restore HotSpot security patches as not available
		in upstream HotSpot yet.
		* patches/hotspot/original/7197906-handle_32_bit_shifts.patch:
		Moved to...
		* patches/hotspot/hs23/7197906-handle_32_bit_shifts.patch:
		...here.


diffstat:

 ChangeLog                                                                        |     368 +
 Makefile.am                                                                      |     252 +-
 NEWS                                                                             |       3 +-
 hotspot.map                                                                      |       2 +-
 patches/alpha-fixes.patch                                                        |      21 -
 patches/arm.patch                                                                |     286 -
 patches/arm/cc_compile-01.patch                                                  |      23 +
 patches/arm/cc_compile-02.patch                                                  |      46 +
 patches/arm/cc_compile-03.patch                                                  |      21 +
 patches/arm/cc_compile-04.patch                                                  |      20 +
 patches/arm/cc_compile-05.patch                                                  |      29 +
 patches/arm/cc_compile-06.patch                                                  |      20 +
 patches/copy_memory.patch                                                        |      36 -
 patches/ecj/jcp-importsources.patch                                              |      10 -
 patches/ecj/override.patch                                                       |      51 +
 patches/fonts-rhel-version.patch                                                 |      33 -
 patches/fonts-rhel.patch                                                         |     458 -
 patches/gcc-suffix-hotspot.patch                                                 |      31 -
 patches/hotspot/hs23/7188168-fix_debug_binaries.patch                            |     120 +
 patches/hotspot/hs23/7197906-handle_32_bit_shifts.patch                          |      33 +
 patches/hotspot/hs23/aarch64.patch                                               |      42 +
 patches/hotspot/hs23/alpha-fixes.patch                                           |      21 +
 patches/hotspot/hs23/arm-01-hsx22.patch                                          |     189 +
 patches/hotspot/hs23/arm-03-invokedynamic.patch                                  |     171 +
 patches/hotspot/hs23/arm-04-invokedynamic_jit.patch                              |     322 +
 patches/hotspot/hs23/arm-05-invokedynamic_methodhandle.patch                     |      40 +
 patches/hotspot/hs23/arm-06-no_o0.patch                                          |      32 +
 patches/hotspot/hs23/arm-07-cleanup.patch                                        |     153 +
 patches/hotspot/hs23/arm-08-cleanup.patch                                        |      29 +
 patches/hotspot/hs23/arm-09-jvmti.patch                                          |     256 +
 patches/hotspot/hs23/arm-10-memory_protect.patch                                 |     247 +
 patches/hotspot/hs23/arm-11-thumb2_jit.patch                                     |   10888 +
 patches/hotspot/hs23/arm-12-ldrexd.patch                                         |      28 +
 patches/hotspot/hs23/arm-13-sp_adjustment.patch                                  |      31 +
 patches/hotspot/hs23/arm-14-stage1.patch                                         |     135 +
 patches/hotspot/hs23/arm-15-stage2.patch                                         |      56 +
 patches/hotspot/hs23/arm-16-dont_save_locals.patch                               |     263 +
 patches/hotspot/hs23/arm-17-no_debug_code.patch                                  |     206 +
 patches/hotspot/hs23/arm-18-correct_call.patch                                   |      19 +
 patches/hotspot/hs23/arm-19-fix_jit_bug.patch                                    |      59 +
 patches/hotspot/hs23/arm-20-function_renaming.patch                              |     377 +
 patches/hotspot/hs23/arm-21-fix_compareandswaplong.patch                         |      52 +
 patches/hotspot/hs23/arm-22-fix_trashed_thread_ptr.patch                         |      24 +
 patches/hotspot/hs23/arm-25-hsx23.patch                                          |      53 +
 patches/hotspot/hs23/arm-hsdis.patch                                             |      63 +
 patches/hotspot/hs23/arm.patch                                                   |     295 +
 patches/hotspot/hs23/drop_unlicensed_test.patch                                  |      43 +
 patches/hotspot/hs23/gcc-suffix.patch                                            |      35 +
 patches/hotspot/hs23/jtreg-test7020373-fix.patch                                 |     187 +
 patches/hotspot/hs23/no_useless_debuginfo_files.patch                            |     211 +
 patches/hotspot/hs23/pr1101-sparc_symbols.patch                                  |      57 +
 patches/hotspot/hs23/text-relocations.patch                                      |      40 +
 patches/hotspot/hs23/type_fixes.patch                                            |     192 +
 patches/hotspot/hs23/update-bootclasspath.patch                                  |      13 +
 patches/hotspot/hs23/version.patch                                               |      56 +
 patches/hotspot/hs23/zero_fixes.patch                                            |     644 +
 patches/hotspot/hs23/zero_hs22.patch                                             |     216 +
 patches/hotspot/original/7032696-7029152_broke_vm.patch                          |      52 +
 patches/hotspot/original/7140985-hsdis_caller_options.patch                      |      23 +
 patches/hotspot/original/7197906-handle_32_bit_shifts.patch                      |      33 -
 patches/hotspot/original/alpha-fixes.patch                                       |      21 +
 patches/hotspot/original/arm-hsdis.patch                                         |      10 -
 patches/hotspot/original/arm.patch                                               |     286 +
 patches/hotspot/original/fix_get_stack_bounds_leak.patch                         |      12 -
 patches/hotspot/original/gcc-suffix.patch                                        |      31 +
 patches/hotspot/original/jtreg-test7020373-fix.patch                             |     187 +
 patches/hotspot/original/text-relocations.patch                                  |      63 +
 patches/hotspot/original/update-bootclasspath.patch                              |      13 +
 patches/hotspot/original/version.patch                                           |      56 +
 patches/jtreg-hotspot-Test7020373-fix.patch                                      |     187 -
 patches/object-factory-cl-internal.patch                                         |     384 -
 patches/openjdk/5102804-memory_leak.patch                                        |     429 -
 patches/openjdk/6469266-xmlsec_1.4.2.patch                                       |   23876 -
 patches/openjdk/6501644-icu_sync.patch                                           |    8066 -
 patches/openjdk/6669869-queries_per_appcontext.patch                             |     355 -
 patches/openjdk/6786028-wcag_bold_tags.patch                                     |    2914 -
 patches/openjdk/6786682-wcag_lang.patch                                          |     274 -
 patches/openjdk/6786688-wcag_table.patch                                         |    2828 -
 patches/openjdk/6786690-wcag_dl.patch                                            |    3230 -
 patches/openjdk/6802694-no_deprecated.patch                                      |     601 -
 patches/openjdk/6851834-handle_renames.patch                                     |     605 -
 patches/openjdk/6851834-restructure.patch                                        |   26853 -
 patches/openjdk/6886358-layout_update.patch                                      |   13847 -
 patches/openjdk/6888167-medialib_memory_leaks.patch                              |     134 -
 patches/openjdk/6961178-doclet_xml.patch                                         |    1989 -
 patches/openjdk/6963811-deadlock_fix.patch                                       |      42 -
 patches/openjdk/7006270-regressions.patch                                        |     299 -
 patches/openjdk/7017324-kerning_crash.patch                                      |     101 -
 patches/openjdk/7036559-concurrenthashmap_improvements.patch                     |    1436 -
 patches/openjdk/7064279-fixup.patch                                              |      71 -
 patches/openjdk/7064279-resource_release.patch                                   |     436 -
 patches/openjdk/7133220-factory_finder_parser_transform_useBSClassLoader.patch   |     298 -
 patches/openjdk/7195301-no_instanceof_node.patch                                 |      86 -
 patches/openjdk/8004302-soap_test_failure.patch                                  |      75 -
 patches/openjdk/8004341-jck_dialog_failure.patch                                 |      26 -
 patches/openjdk/8005615-failure_to_load_logger_implementation.patch              |     542 -
 patches/openjdk/8007393.patch                                                    |      78 -
 patches/openjdk/8007611.patch                                                    |      24 -
 patches/openjdk/8009641-8007675_build_fix.patch                                  |      49 -
 patches/openjdk/8009996-emitter_bean.patch                                       |      27 -
 patches/openjdk/jaf-b20_jaxws2-1_6_2011_06_13.patch                              |  449213 -------
 patches/openjdk/jaxp144_05.patch                                                 |  595589 ----------
 patches/pr1095-werror.patch                                                      |      64 +
 patches/security/20130201/6563318.patch                                          |      36 -
 patches/security/20130201/6664509.patch                                          |    1322 -
 patches/security/20130201/6776941.patch                                          |     272 -
 patches/security/20130201/7141694.patch                                          |      87 -
 patches/security/20130201/7173145.patch                                          |      22 -
 patches/security/20130201/7186945.patch                                          |   10819 -
 patches/security/20130201/7186948.patch                                          |      20 -
 patches/security/20130201/7186952.patch                                          |     127 -
 patches/security/20130201/7186954.patch                                          |      81 -
 patches/security/20130201/7192392.patch                                          |     695 -
 patches/security/20130201/7192393.patch                                          |      60 -
 patches/security/20130201/7192977.patch                                          |     444 -
 patches/security/20130201/7197546.patch                                          |     479 -
 patches/security/20130201/7200491.patch                                          |      49 -
 patches/security/20130201/7200500.patch                                          |      60 -
 patches/security/20130201/7201064.patch                                          |     125 -
 patches/security/20130201/7201066.patch                                          |      66 -
 patches/security/20130201/7201068.patch                                          |      83 -
 patches/security/20130201/7201070.patch                                          |      31 -
 patches/security/20130201/7201071.patch                                          |     553 -
 patches/security/20130201/8000210.patch                                          |     104 -
 patches/security/20130201/8000537.patch                                          |     334 -
 patches/security/20130201/8000540.patch                                          |     187 -
 patches/security/20130201/8000631.patch                                          |    3964 -
 patches/security/20130201/8001242.patch                                          |      61 -
 patches/security/20130201/8001307.patch                                          |      27 -
 patches/security/20130201/8001972.patch                                          |     438 -
 patches/security/20130201/8002325.patch                                          |      59 -
 patches/security/20130219/8006446.patch                                          |     395 -
 patches/security/20130219/8006777.patch                                          |    1036 -
 patches/security/20130219/8007688.patch                                          |     130 -
 patches/security/20130304/8007014.patch                                          |     477 -
 patches/security/20130304/8007675.patch                                          |     416 -
 patches/security/20130416/6657673-factory_finder.patch                           |      54 -
 patches/security/20130416/6657673-fixup.patch                                    |     229 -
 patches/security/20130416/6657673.patch                                          |    9494 -
 patches/security/20130416/7200507.patch                                          |     230 -
 patches/security/20130416/8000724.patch                                          |    1368 -
 patches/security/20130416/8001031.patch                                          |    5457 -
 patches/security/20130416/8001040.patch                                          |     113 -
 patches/security/20130416/8001322.patch                                          |      61 -
 patches/security/20130416/8001329.patch                                          |      32 -
 patches/security/20130416/8003335.patch                                          |      63 -
 patches/security/20130416/8003445.patch                                          |      77 -
 patches/security/20130416/8003543.patch                                          |     236 -
 patches/security/20130416/8004261.patch                                          |     142 -
 patches/security/20130416/8004986.patch                                          |     374 -
 patches/security/20130416/8005432.patch                                          |     518 -
 patches/security/20130416/8005943.patch                                          |     202 -
 patches/security/20130416/8006435.patch                                          |      76 -
 patches/security/20130416/8006790.patch                                          |     166 -
 patches/security/20130416/8006795.patch                                          |      35 -
 patches/security/20130416/8007406.patch                                          |      31 -
 patches/security/20130416/8007617.patch                                          |     376 -
 patches/security/20130416/8007667.patch                                          |     579 -
 patches/security/20130416/8007918.patch                                          |     357 -
 patches/security/20130416/8009063.patch                                          |      67 -
 patches/security/20130416/8009305.patch                                          |      68 -
 patches/security/20130416/8009814.patch                                          |      27 -
 patches/security/20130416/8009857.patch                                          |      66 -
 patches/security/20130618/6741606-apache_santuario.patch                         |    8110 -
 patches/security/20130618/7170730-windows_network_stack.patch                    |    1057 -
 patches/security/20130618/8000638-improve_deserialization.patch                  |      26 -
 patches/security/20130618/8000642-better_transportation_handling.patch           |     808 -
 patches/security/20130618/8001032-restrict_object_access-corba.patch             |     544 -
 patches/security/20130618/8001032-restrict_object_access-jdk.patch               |      21 -
 patches/security/20130618/8001033-refactor_address_handling.patch                |     119 -
 patches/security/20130618/8001034-memory_management.patch                        |      78 -
 patches/security/20130618/8001038-resourcefully_handle_resources.patch           |     236 -
 patches/security/20130618/8001043-clarify_definition_restrictions.patch          |      92 -
 patches/security/20130618/8001309-better_handling_of_annotation_interfaces.patch |      36 -
 patches/security/20130618/8001318-6_fixup.patch                                  |     114 -
 patches/security/20130618/8001318-socket_getlocaladdress_consistency.patch       |     470 -
 patches/security/20130618/8001330-improve_checking_order.patch                   |      97 -
 patches/security/20130618/8003703-update_rmi_connection_dialog.patch             |     131 -
 patches/security/20130618/8004584-augment_applet_contextualization.patch         |     322 -
 patches/security/20130618/8005007-better_glyph_processing.patch                  |     118 -
 patches/security/20130618/8006328-6_fixup.patch                                  |      31 -
 patches/security/20130618/8006328-sound_class_robustness.patch                   |    6937 -
 patches/security/20130618/8006611-improve_scripting.patch                        |      78 -
 patches/security/20130618/8007467-improve_jmx_internal_api_robustness.patch      |     108 -
 patches/security/20130618/8007471-6_fixup.patch                                  |      25 -
 patches/security/20130618/8007471-improve_mbean_notifications.patch              |      89 -
 patches/security/20130618/8007812-getenclosingmethod.patch                       |      89 -
 patches/security/20130618/8008120-improve_jmx_class_checking.patch               |     332 -
 patches/security/20130618/8008124-better_compliance_testing.patch                |      20 -
 patches/security/20130618/8008128-better_jmx_api_coherence.patch                 |     110 -
 patches/security/20130618/8008132-better_serialization.patch                     |     121 -
 patches/security/20130618/8008585-jmx_data_handling.patch                        |      69 -
 patches/security/20130618/8008593-better_urlclassloader.patch                    |     270 -
 patches/security/20130618/8008603-jmx_provider_provision.patch                   |      29 -
 patches/security/20130618/8008611-6_fixup.patch                                  |      20 -
 patches/security/20130618/8008611-jmx_annotations.patch                          |      32 -
 patches/security/20130618/8008615-jmx_internal_api_robustness.patch              |      70 -
 patches/security/20130618/8008623-mbeanserver_handling.patch                     |     121 -
 patches/security/20130618/8008744-6741606_rework.patch                           |     882 -
 patches/security/20130618/8008982-jmx_interface_changes.patch                    |     168 -
 patches/security/20130618/8009004-rmi_connection_improvement.patch               |      54 -
 patches/security/20130618/8009013-t2k_glyphs.patch                               |      39 -
 patches/security/20130618/8009034-jmx_notification_improvement.patch             |      30 -
 patches/security/20130618/8009038-jmx_notification_support_improvement.patch     |      89 -
 patches/security/20130618/8009067-improve_key_storing.patch                      |      20 -
 patches/security/20130618/8009235-improve_tsa_data_handling.patch                |      80 -
 patches/security/20130618/8011243-improve_imaginglib.patch                       |     618 -
 patches/security/20130618/8011248-better_component_rasters.patch                 |      51 -
 patches/security/20130618/8011253-better_short_component_rasters.patch           |     140 -
 patches/security/20130618/8011257-better_byte_component_rasters.patch            |     157 -
 patches/security/20130618/8011557-improve_reflection.patch                       |     132 -
 patches/security/20130618/8012375-javadoc_framing.patch                          |      61 -
 patches/security/20130618/8012421-better_positioning.patch                       |     100 -
 patches/security/20130618/8012438-better_image_validation.patch                  |     283 -
 patches/security/20130618/8012597-better_image_channel_validation.patch          |     597 -
 patches/security/20130618/8012601-better_layout_validation.patch                 |     125 -
 patches/security/20130618/8014281-better_xml_signature_checking.patch            |      49 -
 patches/security/20130618/8015997-more_javadoc_framing.patch                     |      21 -
 patches/security/20130618/diamond_fix.patch                                      |      55 -
 patches/security/20130618/handle_npe.patch                                       |      21 -
 patches/security/20130618/javac_issue.patch                                      |      60 -
 patches/security/20130618/langtools_generics.patch                               |     600 -
 patches/security/20130618/langtools_merge-01.patch                               |      30 -
 patches/security/20130618/langtools_merge-02.patch                               |      30 -
 patches/security/20130618/langtools_merge-03.patch                               |      18 -
 patches/text-relocations.patch                                                   |      63 -
 patches/update-bootclasspath.patch                                               |      13 -
 patches/version-hotspot.patch                                                    |      56 -
 228 files changed, 17340 insertions(+), 1205212 deletions(-)

diffs (truncated from 1223675 to 500 lines):

diff -r ae086ffdfa67 -r b3fb887daac8 ChangeLog
--- a/ChangeLog	Wed Aug 07 13:03:24 2013 +0100
+++ b/ChangeLog	Fri Aug 23 16:13:12 2013 +0100
@@ -1,9 +1,171 @@
+2013-08-23  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Apply 7197906 on hs23 only.
+	* patches/security/20130416/8004336.patch,
+	* patches/security/20130416/8006309.patch,
+	* patches/security/20130416/8009699.patch:
+	Restore HotSpot security patches as not available
+	in upstream HotSpot yet.
+	* patches/hotspot/original/7197906-handle_32_bit_shifts.patch:
+	Moved to...
+	* patches/hotspot/hs23/7197906-handle_32_bit_shifts.patch:
+	...here.
+
+2013-08-22  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* patches/fonts-rhel-version.patch,
+	* patches/fonts-rhel.patch,
+	* patches/object-factory-cl-internal.patch,
+	* patches/openjdk/8009996-emitter_bean.patch,
+	* patches/security/20130618/handle_npe.patch:
+	Remove upstreamed patches.
+	* Makefile.am:
+	(SECURITY_PATCHES): Remove upstreamed patch.
+	(ICEDTEA_PATCHES): Remove upstreamed patches.
+	* patches/hotspot/original/7197906-handle_32_bit_shifts.patch:
+	Restored as now used by the HotSpot 23 build.
+
+2013-08-20  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Add patches from IcedTea's
+	HotSpot 23 (mainly the ARM port work).  Move
+	some patches back to being applied on both
+	versions of HotSpot.
+	(ports): Install ARM port in all builds.
+	(clean-ports): Likewise for uninstall.
+	* hotspot.map: Use HotSpot 23 from the 7u
+	tree.
+	* patches/arm/cc_compile-01.patch,
+	* patches/arm/cc_compile-02.patch,
+	* patches/arm/cc_compile-03.patch,
+	* patches/arm/cc_compile-04.patch,
+	* patches/arm/cc_compile-05.patch,
+	* patches/arm/cc_compile-06.patch,
+	* patches/hotspot/hs23/7188168-fix_debug_binaries.patch,
+	* patches/hotspot/hs23/aarch64.patch:
+	Patches from IcedTea's 2.3.x HotSpot.
+	* patches/hotspot/original/alpha-fixes.patch,
+	* patches/hotspot/hs23/alpha-fixes.patch:
+	Split from patches/alpha-fixes.patch.
+	* patches/hotspot/hs23/arm-01-hsx22.patch,
+	* patches/hotspot/hs23/arm-03-invokedynamic.patch,
+	* patches/hotspot/hs23/arm-04-invokedynamic_jit.patch,
+	* patches/hotspot/hs23/arm-05-invokedynamic_methodhandle.patch,
+	* patches/hotspot/hs23/arm-06-no_o0.patch,
+	* patches/hotspot/hs23/arm-07-cleanup.patch,
+	* patches/hotspot/hs23/arm-08-cleanup.patch,
+	* patches/hotspot/hs23/arm-09-jvmti.patch,
+	* patches/hotspot/hs23/arm-10-memory_protect.patch,
+	* patches/hotspot/hs23/arm-11-thumb2_jit.patch,
+	* patches/hotspot/hs23/arm-12-ldrexd.patch,
+	* patches/hotspot/hs23/arm-13-sp_adjustment.patch,
+	* patches/hotspot/hs23/arm-14-stage1.patch,
+	* patches/hotspot/hs23/arm-15-stage2.patch,
+	* patches/hotspot/hs23/arm-16-dont_save_locals.patch,
+	* patches/hotspot/hs23/arm-17-no_debug_code.patch,
+	* patches/hotspot/hs23/arm-18-correct_call.patch,
+	* patches/hotspot/hs23/arm-19-fix_jit_bug.patch,
+	* patches/hotspot/hs23/arm-20-function_renaming.patch,
+	* patches/hotspot/hs23/arm-21-fix_compareandswaplong.patch,
+	* patches/hotspot/hs23/arm-22-fix_trashed_thread_ptr.patch,
+	* patches/hotspot/hs23/arm-25-hsx23.patch:
+	HotSpot 23 only ARM port work.
+	* patches/hotspot/hs23/arm-hsdis.patch:
+	HotSpot 23 version of hsdis patch.
+	* patches/hotspot/original/arm.patch,
+	* patches/hotspot/hs23/arm.patch,
+	Split from patches/arm.patch.
+	* patches/hotspot/hs23/drop_unlicensed_test.patch:
+	Patches from IcedTea's 2.3.x HotSpot.
+	* patches/hotspot/original/gcc-suffix.patch,
+	* patches/hotspot/hs23/gcc-suffix.patch:
+	Split from patches/gcc-suffix-hotspot.patch.
+	* patches/hotspot/original/jtreg-test7020373-fix.patch,
+	* patches/hotspot/hs23/jtreg-test7020373-fix.patch:
+	Split from patches/jtreg-hotspot-Test7020373-fix.patch.
+	* patches/hotspot/hs23/no_useless_debuginfo_files.patch,
+	* patches/hotspot/hs23/pr1101-sparc_symbols.patch:
+	From IcedTea 2.3.x HotSpot.
+	* patches/hotspot/original/text-relocations.patch:
+	* patches/hotspot/hs23/text-relocations.patch:
+	Split from patches/text-relocations.patch.
+	* patches/hotspot/hs23/type_fixes.patch:
+	From IcedTea 2.3.x HotSpot.
+	* patches/hotspot/original/update-bootclasspath.patch,
+	* patches/hotspot/hs23/update-bootclasspath.patch:
+	Split from patches/update-bootclasspath.patch.
+	* patches/hotspot/original/version.patch,
+	* patches/hotspot/hs23/version.patch:
+	Split from patches/version-hotspot.patch.
+	* patches/hotspot/hs23/zero_fixes.patch,
+	* patches/hotspot/hs23/zero_hs22.patch:
+	HotSpot 23 only Zero work.
+	* patches/hotspot/original/7032696-7029152_broke_vm.patch:
+	Backported from 7u.
+	* patches/hotspot/original/7140985-hsdis_caller_options.patch:
+	Upstream version of part of the arm-hsdis patch.
+	* patches/hotspot/original/arm-hsdis.patch:
+	Remove 7140985 fragment.
+	* patches/pr1095-werror.patch: Apply to both HotSpots.
+
+2013-08-14  Xerxes RÃ¥nby  <xerxes at zafena.se>
+	    Robert Lougher  <rob at jamvm.org.uk>
+
+	JamVM
+	- JSR 292: enable for OpenJDK 7/IcedTea 2
+	- JSR 335: invokeinterface check in method resolution
+	- JSR 335: java.lang.invoke.MagicLambdaImpl
+	- JSR 292: invokedynamic is 5 bytes - non-direct interp
+	- JSR 292: invokedynamic is 5 bytes in length
+	- Minor formatting change
+	- Minor fixes: use perror for mmap failure
+	- FreeClassData: fix comment
+	- FreeClassData: adjust method count for Miranda methods
+	- JSR 335: remove GC hack
+	- JSR 335: implement "bridge" methods for Mirandas
+	- JSR 335: handle multiple defaults and conflicts
+	* NEWS: Updated.
+	* Makefile.am
+	(JAMVM_VERSION): Updated JamVM to 2013-07-14 revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2013-08-07  Andrew John Hughes  <gnu.andrew at redhat.com>
 
+	* patches/openjdk/6786028-wcag_bold_tags.patch,
+	* patches/openjdk/6786682-wcag_lang.patch,
+	* patches/openjdk/6786688-wcag_table.patch,
+	* patches/openjdk/6786690-wcag_dl.patch,
+	* patches/openjdk/6802694-no_deprecated.patch,
+	* patches/openjdk/6851834-handle_renames.patch,
+	* patches/openjdk/6851834-restructure.patch,
+	* patches/openjdk/6961178-doclet_xml.patch,
+	* patches/openjdk/7006270-regressions.patch,
+	* patches/security/20130618/8012375-javadoc_framing.patch,
+	* patches/security/20130618/8015997-more_javadoc_framing.patch,
+	* patches/security/20130618/langtools_generics.patch,
+	* patches/security/20130618/langtools_merge-01.patch,
+	* patches/security/20130618/langtools_merge-02.patch,
+	* patches/security/20130618/langtools_merge-03.patch:
+	Removed.
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Remove upstreamed patches.
+
+2013-08-07  Andrew John Hughes  <gnu.andrew at redhat.com>
+
 	* hotspot.map: Bring in 2.3.12 tag.
 
 2013-08-06  Andrew John Hughes  <gnu.andrew at redhat.com>
 
+	* patches/security/20130618/8000642-better_transportation_handling.patch,
+	* patches/security/20130618/8001032-restrict_object_access-corba.patch:
+	Removed.
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Remove upstreamed patches.
+
+2013-08-06  Andrew John Hughes  <gnu.andrew at redhat.com>
+
 	* 8013196-TimeZone_getDefault_throws_exception.patch:
 	Renamed to...
 	* 8013196-timezone_getdefault_throws_exception.patch:
@@ -27,6 +189,117 @@
 	* hotspot.map: Bring in hs23 changes to ARM32
 	port, syncing with 2.3.12 tag.
 
+2013-08-02  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* patches/openjdk/6469266-xmlsec_1.4.2.patch,
+	* patches/openjdk/6888167-medialib_memory_leaks.patch,
+	* patches/openjdk/7195301-no_instanceof_node.patch,
+	* patches/security/20130618/6741606-apache_santuario.patch,
+	* patches/security/20130618/7170730-windows_network_stack.patch,
+	* patches/security/20130618/8000638-improve_deserialization.patch,
+	* patches/security/20130618/8001032-restrict_object_access-jdk.patch,
+	* patches/security/20130618/8001033-refactor_address_handling.patch,
+	* patches/security/20130618/8001034-memory_management.patch,
+	* patches/security/20130618/8001038-resourcefully_handle_resources.patch,
+	* patches/security/20130618/8001043-clarify_definition_restrictions.patch,
+	* patches/security/20130618/8001309-better_handling_of_annotation_interfaces.patch,
+	* patches/security/20130618/8001318-6_fixup.patch,
+	* patches/security/20130618/8001318-socket_getlocaladdress_consistency.patch,
+	* patches/security/20130618/8001330-improve_checking_order.patch,
+	* patches/security/20130618/8003703-update_rmi_connection_dialog.patch,
+	* patches/security/20130618/8004584-augment_applet_contextualization.patch,
+	* patches/security/20130618/8005007-better_glyph_processing.patch,
+	* patches/security/20130618/8006328-6_fixup.patch,
+	* patches/security/20130618/8006328-sound_class_robustness.patch,
+	* patches/security/20130618/8006611-improve_scripting.patch,
+	* patches/security/20130618/8007467-improve_jmx_internal_api_robustness.patch,
+	* patches/security/20130618/8007471-6_fixup.patch,
+	* patches/security/20130618/8007471-improve_mbean_notifications.patch,
+	* patches/security/20130618/8007812-getenclosingmethod.patch,
+	* patches/security/20130618/8008120-improve_jmx_class_checking.patch,
+	* patches/security/20130618/8008124-better_compliance_testing.patch,
+	* patches/security/20130618/8008128-better_jmx_api_coherence.patch,
+	* patches/security/20130618/8008132-better_serialization.patch,
+	* patches/security/20130618/8008585-jmx_data_handling.patch,
+	* patches/security/20130618/8008593-better_urlclassloader.patch,
+	* patches/security/20130618/8008603-jmx_provider_provision.patch,
+	* patches/security/20130618/8008611-6_fixup.patch,
+	* patches/security/20130618/8008611-jmx_annotations.patch,
+	* patches/security/20130618/8008615-jmx_internal_api_robustness.patch,
+	* patches/security/20130618/8008623-mbeanserver_handling.patch,
+	* patches/security/20130618/8008744-6741606_rework.patch,
+	* patches/security/20130618/8008982-jmx_interface_changes.patch,
+	* patches/security/20130618/8009004-rmi_connection_improvement.patch,
+	* patches/security/20130618/8009013-t2k_glyphs.patch,
+	* patches/security/20130618/8009034-jmx_notification_improvement.patch,
+	* patches/security/20130618/8009038-jmx_notification_support_improvement.patch,
+	* patches/security/20130618/8009067-improve_key_storing.patch,
+	* patches/security/20130618/8009235-improve_tsa_data_handling.patch,
+	* patches/security/20130618/8011243-improve_imaginglib.patch,
+	* patches/security/20130618/8011248-better_component_rasters.patch,
+	* patches/security/20130618/8011253-better_short_component_rasters.patch,
+	* patches/security/20130618/8011257-better_byte_component_rasters.patch,
+	* patches/security/20130618/8011557-improve_reflection.patch,
+	* patches/security/20130618/8012421-better_positioning.patch,
+	* patches/security/20130618/8012438-better_image_validation.patch,
+	* patches/security/20130618/8012597-better_image_channel_validation.patch,
+	* patches/security/20130618/8012601-better_layout_validation.patch,
+	* patches/security/20130618/8014281-better_xml_signature_checking.patch,
+	* patches/security/20130618/diamond_fix.patch,
+	* patches/security/20130618/javac_issue.patch,
+	* Makefile.am:
+	Remove unused patches.
+	* Makefile.am:
+	(SECURITY_PATCHES): Remove upstreamed security
+	patches.
+
+2013-07-31  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* patches/ecj/jcp-importsources.patch,
+	* patches/openjdk/5102804-memory_leak.patch,
+	* patches/openjdk/6501644-icu_sync.patch,
+	* patches/openjdk/6669869-queries_per_appcontext.patch,
+	* patches/openjdk/6886358-layout_update.patch,
+	* patches/openjdk/6963811-deadlock_fix.patch,
+	* patches/openjdk/7017324-kerning_crash.patch,
+	* patches/openjdk/7064279-fixup.patch,
+	* patches/openjdk/7064279-resource_release.patch,
+	* patches/openjdk/7133220-factory_finder_parser_transform_useBSClassLoader.patch,
+	* patches/security/20130416/6657673-factory_finder.patch,
+	* patches/security/20130416/6657673-fixup.patch,
+	* patches/security/20130416/6657673.patch,
+	* patches/security/20130416/7200507.patch,
+	* patches/security/20130416/8000724.patch,
+	* patches/security/20130416/8001031.patch,
+	* patches/security/20130416/8001040.patch,
+	* patches/security/20130416/8001322.patch,
+	* patches/security/20130416/8001329.patch,
+	* patches/security/20130416/8003335.patch,
+	* patches/security/20130416/8003445.patch,
+	* patches/security/20130416/8003543.patch,
+	* patches/security/20130416/8004261.patch,
+	* patches/security/20130416/8004336.patch,
+	* patches/security/20130416/8004986.patch,
+	* patches/security/20130416/8005432.patch,
+	* patches/security/20130416/8005943.patch,
+	* patches/security/20130416/8006309.patch,
+	* patches/security/20130416/8006435.patch,
+	* patches/security/20130416/8006790.patch,
+	* patches/security/20130416/8006795.patch,
+	* patches/security/20130416/8007406.patch,
+	* patches/security/20130416/8007617.patch,
+	* patches/security/20130416/8007667.patch,
+	* patches/security/20130416/8007918.patch,
+	* patches/security/20130416/8009063.patch,
+	* patches/security/20130416/8009305.patch,
+	* patches/security/20130416/8009699.patch,
+	* patches/security/20130416/8009814.patch,
+	* patches/security/20130416/8009857.patch:
+	Remove unused patches.
+	* Makefile.am:
+	(SECURITY_PATCHES): Remove upstreamed security
+	patches.
+
 2013-07-22  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
@@ -87,6 +360,13 @@
 
 2013-07-11  Andrew John Hughes  <gnu.andrew at redhat.com>
 
+	* patches/openjdk/7036559-concurrenthashmap_improvements.patch:
+	Remove upstreamed patch.
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Drop upstreamed patches.
+
+2013-07-11  Andrew John Hughes  <gnu.andrew at redhat.com>
+
 	* NEWS:
 	Add 1.11.12 and 1.12.6 release notes.
 
@@ -382,6 +662,15 @@
 	* patches/security/20130618/langtools_merge-03.patch:
 	2013/06/18 security patches.
 
+2013-05-31  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* patches/copy_memory.patch,
+	* patches/openjdk/jaf-b20_jaxws2-1_6_2011_06_13.patch:
+	Drop upstreamed patches.
+	* Makefile.am:
+	(DROP_PATCHES): Remove JAXP patch.
+	(ICEDTEA_PATCHES): Remove OpenJDK6-4 patch.
+
 2013-05-28  Xerxes RÃ¥nby  <xerxes at zafena.se>
 
 	PR1188: ASM Interpreter and Thumb2 JIT javac miscompile
@@ -447,6 +736,18 @@
 	* patches/jtreg-TextLayoutBoundsChecks.patch:
 	Fixed wrong JTreg test name in @run annotation.
 
+2013-05-17  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* patches/hotspot/original/7197906-handle_32_bit_shifts.patch,
+	* patches/hotspot/original/fix_get_stack_bounds_leak.patch,
+	* patches/openjdk/8004302-soap_test_failure.patch,
+	* patches/openjdk/jaxp144_05.patch:
+	Removed as available upstream.
+	* Makefile.am: Remove patches.
+	* patches/security/20130416/6657673.patch,
+	* patches/security/20130416/8005432.patch:
+	Regenerated against upstream.
+
 2013-05-17  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* patches/componentOrientationTests.patch:
@@ -464,6 +765,12 @@
 	* Makefile.am:
 	Renamed three patches to be more consistent with other JTreg-related patches.
 
+2013-05-15  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Remove reference to removed
+	patch patches/openjdk/8009641-8007675_build_fix.patch.
+
 2013-05-15  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* Makefile.am:
@@ -840,6 +1147,62 @@
 	* patches/jvmtiEnv.patch: Moved to...
 	* patches/hotspot/original/jvmtiEnv.patch: here.
 
+2013-03-19  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* patches/openjdk/8004341-jck_dialog_failure.patch,
+	* patches/openjdk/8005615-failure_to_load_logger_implementation.patch,
+	* patches/openjdk/8007393.patch,
+	* patches/openjdk/8007611.patch,
+	* patches/openjdk/8009641-8007675_build_fix.patch,
+	* patches/security/20130201/6563318.patch,
+	* patches/security/20130201/6664509.patch,
+	* patches/security/20130201/6776941.patch,
+	* patches/security/20130201/7141694.patch,
+	* patches/security/20130201/7173145.patch,
+	* patches/security/20130201/7186945.patch,
+	* patches/security/20130201/7186948.patch,
+	* patches/security/20130201/7186952.patch,
+	* patches/security/20130201/7186954.patch,
+	* patches/security/20130201/7192392.patch,
+	* patches/security/20130201/7192393.patch,
+	* patches/security/20130201/7192977.patch,
+	* patches/security/20130201/7197546.patch,
+	* patches/security/20130201/7200491.patch,
+	* patches/security/20130201/7200500.patch,
+	* patches/security/20130201/7201064.patch,
+	* patches/security/20130201/7201066.patch,
+	* patches/security/20130201/7201068.patch,
+	* patches/security/20130201/7201070.patch,
+	* patches/security/20130201/7201071.patch,
+	* patches/security/20130201/8000210.patch,
+	* patches/security/20130201/8000537.patch,
+	* patches/security/20130201/8000540.patch,
+	* patches/security/20130201/8000631.patch,
+	* patches/security/20130201/8001235.patch,
+	* patches/security/20130201/8001242.patch,
+	* patches/security/20130201/8001307.patch,
+	* patches/security/20130201/8001972.patch,
+	* patches/security/20130201/8002325.patch,
+	* patches/security/20130219/8006446.patch,
+	* patches/security/20130219/8006777.patch,
+	* patches/security/20130219/8007688.patch,
+	* patches/security/20130304/8007014.patch,
+	* patches/security/20130304/8007675.patch:
+	Remove patches available upstream.
+	* Makefile.am:
+	(JAXP_DROP_ZIP): Update to jaxp144_05.zip
+	with latest security fix included.
+	(JAXP_DROP_SHA256SUM): Likewise.
+	(SECURITY_PATCHES): Remove ones available
+	upstream (all from 2013/02/01, 2013/02/19
+	and 2013/03/04).
+	(ICEDTEA_PATCHES): Remove patches for
+	8005615, 8004341, 8007393 & 8007611
+	available upstream.
+	* patches/ecj/override.patch:
+	Add new case introduced by upstream version
+	of security patches (sigh...)
+
 2013-03-18  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
@@ -1441,6 +1804,11 @@
 
 2012-10-31  Andrew John Hughes  <gnu.andrew at redhat.com>
 
+	* Makefile.am:
+	(OPENJDK_VERSION): Bump to next release, b28.
+
+2012-10-31  Andrew John Hughes  <gnu.andrew at redhat.com>
+
 	* generated/com/sun/corba/se/impl/logging/ActivationSystemException.java,
 	* generated/com/sun/corba/se/impl/logging/IORSystemException.java,
 	* generated/com/sun/corba/se/impl/logging/InterceptorsSystemException.java,
diff -r ae086ffdfa67 -r b3fb887daac8 Makefile.am
--- a/Makefile.am	Wed Aug 07 13:03:24 2013 +0100
+++ b/Makefile.am	Fri Aug 23 16:13:12 2013 +0100
@@ -2,7 +2,7 @@
 
 OPENJDK_DATE = 26_oct_2012
 OPENJDK_SHA256SUM = 044c3877b15940ff04f8aa817337f2878a00cc89674854557f1a02f15b1802a0
-OPENJDK_VERSION = b27
+OPENJDK_VERSION = b28
 OPENJDK_URL = http://download.java.net/openjdk/jdk6/promoted/$(OPENJDK_VERSION)/
 
 CACAO_VERSION = 68fe50ac34ec
@@ -11,8 +11,8 @@
 CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.gz
 CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.gz
 
-JAMVM_VERSION = 7c8dceb90880616b7dd670f257961a1f5f371ec3
-JAMVM_SHA256SUM = 1584d8599bfd799a71baac0694bb3ed9b9fcd14a8548234b24266571e0acfc97
+JAMVM_VERSION = 1a58072f8339270f9372c273d82a00790e04375d
+JAMVM_SHA256SUM = b6dafea4924a2772877597b07a59108ac5f95d6ec85fbb0bb2ea80653cdaaaaf
 JAMVM_BASE_URL = http://icedtea.classpath.org/download/drops/jamvm
 JAMVM_URL = $(JAMVM_BASE_URL)/jamvm-$(JAMVM_VERSION).tar.gz
 JAMVM_SRC_ZIP = jamvm-$(JAMVM_VERSION).tar.gz
@@ -278,164 +278,13 @@
 
 ICEDTEA_FSG_PATCHES =
 
-DROP_PATCHES = \
-	patches/openjdk/jaf-b20_jaxws2-1_6_2011_06_13.patch \
-	patches/openjdk/jaxp144_05.patch
+DROP_PATCHES =
 
 SECURITY_PATCHES = \
-	patches/security/20120830/7182135-impossible_to_use_some_editors_directly.patch \
-	patches/security/20130201/7201068.patch \
-	patches/security/20130201/6563318.patch \
-	patches/security/20130201/6664509.patch \
-	patches/security/20130201/6776941.patch \
-	patches/security/20130201/7141694.patch \
-	patches/security/20130201/7173145.patch \
-	patches/security/20130201/7186945.patch \
-	patches/security/20130201/7186948.patch \
-	patches/security/20130201/7186952.patch \
-	patches/security/20130201/7186954.patch \
-	patches/security/20130201/7192392.patch \
-	patches/security/20130201/7192393.patch \
-	patches/security/20130201/7192977.patch \
-	patches/security/20130201/7197546.patch \
-	patches/security/20130201/7200491.patch \
-	patches/security/20130201/7200500.patch \
-	patches/security/20130201/7201064.patch \
-	patches/security/20130201/7201066.patch \
-	patches/security/20130201/7201070.patch \
-	patches/security/20130201/7201071.patch \
-	patches/security/20130201/8000210.patch \
-	patches/security/20130201/8000537.patch \
-	patches/security/20130201/8000540.patch \
-	patches/security/20130201/8000631.patch \
-	patches/security/20130201/8001242.patch \
-	patches/security/20130201/8001972.patch \
-	patches/security/20130201/8002325.patch \
-	patches/security/20130219/8006446.patch \
-	patches/security/20130219/8006777.patch \
-	patches/security/20130219/8007688.patch \
-	patches/security/20130304/8007014.patch \
-	patches/security/20130304/8007675.patch \
-	patches/openjdk/8009641-8007675_build_fix.patch \
-	patches/openjdk/7036559-concurrenthashmap_improvements.patch \
-	patches/security/20130416/8009063.patch \
-	patches/openjdk/8004302-soap_test_failure.patch \



More information about the distro-pkg-dev mailing list