hg: ppc-aix-port/jdk8/hotspot: 3 new changesets
goetz.lindenmaier at sap.com
goetz.lindenmaier at sap.com
Wed Jun 12 07:01:13 PDT 2013
Changeset: 225579302fd3
Author: Goetz
Date: 2013-06-07 09:30 +0200
URL: http://hg.openjdk.java.net/ppc-aix-port/jdk8/hotspot/rev/225579302fd3
Remove unused functions OrderAccess::store_store_is_ordered()
& friends. They were added by us and are no more used
after the last update from our code.
Remove some changes from debugging the Merge.
! src/os_cpu/aix_ppc/vm/orderAccess_aix_ppc.inline.hpp
! src/os_cpu/bsd_x86/vm/orderAccess_bsd_x86.inline.hpp
! src/os_cpu/bsd_zero/vm/orderAccess_bsd_zero.inline.hpp
! src/os_cpu/linux_ppc/vm/orderAccess_linux_ppc.inline.hpp
! src/os_cpu/linux_sparc/vm/orderAccess_linux_sparc.inline.hpp
! src/os_cpu/linux_x86/vm/orderAccess_linux_x86.inline.hpp
! src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp
! src/os_cpu/solaris_sparc/vm/orderAccess_solaris_sparc.inline.hpp
! src/os_cpu/solaris_x86/vm/orderAccess_solaris_x86.inline.hpp
! src/os_cpu/windows_x86/vm/orderAccess_windows_x86.inline.hpp
! src/share/vm/memory/allocation.inline.hpp
! src/share/vm/runtime/orderAccess.hpp
! src/share/vm/runtime/os.cpp
! src/share/vm/utilities/debug.hpp
! src/share/vm/utilities/events.hpp
Changeset: 927cac397614
Author: Goetz
Date: 2013-06-12 15:21 +0200
URL: http://hg.openjdk.java.net/ppc-aix-port/jdk8/hotspot/rev/927cac397614
Fix some minor issues: Whitespace, warning, BSD.
! src/os/bsd/vm/os_bsd.hpp
! src/share/vm/memory/allocation.hpp
! src/share/vm/opto/escape.cpp
! src/share/vm/utilities/elfSymbolTable.cpp
Changeset: df79d76c17ab
Author: Goetz
Date: 2013-06-12 15:55 +0200
URL: http://hg.openjdk.java.net/ppc-aix-port/jdk8/hotspot/rev/df79d76c17ab
Patch queue containing the ppc port.
Applying this to the staging repository at tag hs25-b34
leads to the code contained in this repository.
We will update the patches so that with the staging repo and
the patches always a working hotspot for ppc can be built.
+ ppc_patches/0001_fix_core_build.patch
+ ppc_patches/0002_PPC_defines.patch
+ ppc_patches/0003_basic_PPC64_adaptions.patch
+ ppc_patches/0004_opto-trampoline_relocations.patch
+ ppc_patches/0005_rt-use_stubs_to_implement_safefetch_.patch
+ ppc_patches/0006_C_interpreter-adapt_stack_handling.patch
+ ppc_patches/0007_C_interpreter-biased_locking.patch
+ ppc_patches/0008_linux_ppc_make_changes.patch
+ ppc_patches/0009_linux_ppc_files.patch
+ ppc_patches/0011_AIX_IA64_preprocessor_conditionals.patch
+ ppc_patches/0012_rt-ppc_enable_better_implicit_null_check-posix.patch
+ ppc_patches/0013-2_Avoid_new_array_problem.patch
+ ppc_patches/0013_basic_Aix_adaptions.patch
+ ppc_patches/0014_aix_make_changes.patch
+ ppc_patches/0015_aix_ppc_files.patch
+ ppc_patches/0101_rt-make_adapter_code_size_a_function.patch
+ ppc_patches/0102_C_interpreter-implement_G1_support.patch
+ ppc_patches/0103_C_interpreter-support_method_handles.patch
+ ppc_patches/0104_C_interpreter-support_compressed_Oops.patch
+ ppc_patches/0105_C_interpreter-support_early_return.patch
+ ppc_patches/0106_rt-make_hsdis_build_and_work_on_Linux_PPC64.patch
+ ppc_patches/0107_rt-elf_decoder.patch
+ ppc_patches/0111_opto-Support_for_C_calling_conventions.patch
+ ppc_patches/0112_opto-C_argument_in_register_AND_stack_slot.patch
+ ppc_patches/0113_opto-Extend_Load_and_Store_nodes_to_know_about_memory_ordering.patch
+ ppc_patches/0114_opto-hook_to_postprocess_matcher_output_platform_dependent.patch
+ ppc_patches/0115_8003850_opto-introduce_phase_lateExpand.patch
+ ppc_patches/0116_opto-Extend_adlc_to_generate_fields_into_nodes.patch
+ ppc_patches/0117_opto-Improve_adlc_usability.patch
+ ppc_patches/0118_opto-Do_not_relocate_in_scratch_emit.patch
+ ppc_patches/0120_opto-constants_for_Call_nodes.patch
+ ppc_patches/0121_basic_C2_adaptions_for_ppc.patch
+ ppc_patches/0122_PPC-C2_compiler_port-ppc_files.patch
+ ppc_patches/0200_C_interpreter-profiling_fix.patch
+ ppc_patches/0201_C_interpreter-implement_bytecode_profiling.patch
+ ppc_patches/0202_C_interpreter-support_OSR_.patch
+ ppc_patches/0203_opto-Move_static_in_dump_cnt_to_Compile_object.patch
+ ppc_patches/0204_opto-explicit_specification_of_rematerialization_in_ad_file.patch
+ ppc_patches/0205_opto-adapt_assertion_in_postaloc_cpp_for_ppc.patch
+ ppc_patches/0206_opto-fix_problem_with_rematerialization.patch
+ ppc_patches/0207_shared_assembler-fix_DelayedConstant.patch
+ ppc_patches/0208_rt-improve_handling_of_memory_ordering_in_taskqueue_hpp.patch
+ ppc_patches/0211_rt-order_reads_of_writes.patch
+ ppc_patches/0212_rt-gc_memory_ordering.patch
+ ppc_patches/0213_C_interpreter-memory_ordering.patch
+ ppc_patches/0214_linux-Extend_signal_handler_to_catch_SIGTRAP_on_ppc.patch
+ ppc_patches/0215_opto-extend_ImplicitNullCheck_optimizations.patch
+ ppc_patches/0216_opto-trap_based_null_and_range_checks.patch
+ ppc_patches/0217_opto-remove_assert_in_escape.patch
+ ppc_patches/series
More information about the ppc-aix-port-dev
mailing list