CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/06/04 11:03:36
Modified files:
devel/jdk/1.8 : Makefile distinfo
devel/jdk/1.8/pkg: PLIST-jre PLIST-main
Removed files:
devel/jdk/1.8/patches:
patch-hotspot_src_cpu_x86_vm_interp_masm_x86_64_cpp
patch-hotspot_src_cpu_x86_vm_interpreterRT_x86_64_cpp
patch-hotspot_src_cpu_x86_vm_vtableStubs_x86_32_cpp
patch-hotspot_src_cpu_x86_vm_vtableStubs_x86_64_cpp
patch-hotspot_src_os_bsd_vm_os_bsd_cpp
patch-hotspot_src_os_cpu_bsd_x86_vm_os_bsd_x86_cpp
patch-hotspot_src_share_vm_classfile_dictionary_hpp
patch-hotspot_src_share_vm_code_compiledIC_cpp
patch-hotspot_src_share_vm_code_exceptionHandlerTable_cpp
patch-hotspot_src_share_vm_code_nmethod_cpp
patch-hotspot_src_share_vm_compiler_compileBroker_cpp
patch-hotspot_src_share_vm_compiler_disassembler_cpp
patch-hotspot_src_share_vm_gc_implementation_concurrentMarkSweep_concurrentMarkSweepGeneration_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_collectionSetChooser_hpp
patch-hotspot_src_share_vm_gc_implementation_g1_concurrentMark_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_concurrentMark_inline_hpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1AllocRegion_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1Allocator_hpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1BiasedArray_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1BlockOffsetTable_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1BlockOffsetTable_inline_hpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1CardCounts_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1CardCounts_hpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1CodeCacheRemSet_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1CollectedHeap_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1CollectedHeap_inline_hpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1CollectorPolicy_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1ErgoVerbose_hpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1GCPhaseTimes_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1HRPrinter_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1OopClosures_inline_hpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1RemSetSummary_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1RemSet_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1StringDedupQueue_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1StringDedupStat_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_g1StringDedupTable_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_heapRegionManager_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_heapRegionManager_inline_hpp
patch-hotspot_src_share_vm_gc_implementation_g1_heapRegionRemSet_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_heapRegionSet_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_heapRegion_cpp
patch-hotspot_src_share_vm_gc_implementation_g1_heapRegion_hpp
patch-hotspot_src_share_vm_gc_implementation_g1_heapRegion_inline_hpp
patch-hotspot_src_share_vm_gc_implementation_g1_satbQueue_cpp
patch-hotspot_src_share_vm_gc_implementation_parallelScavenge_psMarkSweep_cpp
patch-hotspot_src_share_vm_gc_implementation_parallelScavenge_psParallelCompact_cpp
patch-hotspot_src_share_vm_gc_implementation_shared_mutableNUMASpace_cpp
patch-hotspot_src_share_vm_gc_implementation_shared_parGCAllocBuffer_cpp
patch-hotspot_src_share_vm_memory_cardTableModRefBS_hpp
patch-hotspot_src_share_vm_memory_genCollectedHeap_cpp
patch-hotspot_src_share_vm_memory_generation_cpp
patch-hotspot_src_share_vm_memory_generation_hpp
patch-hotspot_src_share_vm_memory_referenceProcessor_cpp
patch-hotspot_src_share_vm_memory_tenuredGeneration_cpp
patch-hotspot_src_share_vm_memory_threadLocalAllocBuffer_inline_hpp
patch-hotspot_src_share_vm_memory_universe_cpp
patch-hotspot_src_share_vm_oops_constantPool_cpp
patch-hotspot_src_share_vm_oops_cpCache_cpp
patch-hotspot_src_share_vm_oops_markOop_cpp
patch-hotspot_src_share_vm_oops_objArrayKlass_cpp
patch-hotspot_src_share_vm_oops_oop_cpp
patch-hotspot_src_share_vm_opto_type_hpp
patch-hotspot_src_share_vm_prims_methodHandles_cpp
patch-hotspot_src_share_vm_prims_perf_cpp
patch-hotspot_src_share_vm_prims_unsafe_cpp
patch-hotspot_src_share_vm_prims_whitebox_cpp
patch-hotspot_src_share_vm_runtime_safepoint_cpp
patch-hotspot_src_share_vm_services_memTracker_cpp
patch-hotspot_src_share_vm_services_threadService_cpp
patch-hotspot_src_share_vm_trace_traceStream_hpp
patch-hotspot_src_share_vm_utilities_ostream_cpp
patch-hotspot_src_share_vm_utilities_vmError_hpp
patch-jdk_src_share_native_com_sun_java_util_jar_pack_jni_cpp
Log message:
- Update to u172
Contains many upstream bug fixes and security fixes which
can be mined from u144-u172 release notes here:
http://www.oracle.com/technetwork/java/javase/8u-relnotes-2225394.html
- Many patches for clang 6.0 were already resolved upstream through the
use of -std=gnu++98
- Includes alternate fix for memTracker placement new on read-only memory
committed upstream
- Includes upstream fix for unsafe.o SIGSEGV reported by Mike Belopuhov