java-1_8_0-openjdk/java-1_8_0-openjdk.changes

4304 lines
194 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Jan 7 07:45:12 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Update to version jdk8u191 (icedtea 3.10.0)
-------------------------------------------------------------------
Fri Sep 28 05:15:18 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- Update to version jdk8u181 (icedtea 3.9.0)
* Security fixes
+ S8191239: Improve desktop file usage
+ S8193419: Better Internet address support
+ S8197871, CVE-2018-2938, bsc#1101644: Support Derby
connections
+ S8197925, CVE-2018-2940, bsc#1101645: Better stack walking
+ S8199547, CVE-2018-2952, bsc#1101651: Exception to Pattern
Syntax
+ S8200666, CVE-2018-2973, bsc#1101656: Improve LDAP support
+ PR3607, CVE-2018-3639: hw: cpu: speculative store bypass
mitigation
* New features
+ PR3623: Allow Shenandoah to be used on all architectures
+ PR3624: Sync desktop files with Fedora/RHEL versions again
+ PR3628: Install symlinks to tapsets in SystemTap directory
* Import of OpenJDK 8 u172 build 11
+ S8031304: Add dcmd to print all loaded dynamic libraries.
+ S8044107: Add Diagnostic Command to list all ClassLoaders
+ S8055755: Information about loaded dynamic libraries is wrong
on MacOSX
+ S8059036: Implement Diagnostic Commands for heap and
finalizerinfo
+ S8130400: Test java/awt/image/DrawImage/
/IncorrectClipXorModeSurface2Surface.java fails with
ClassCastException
+ S8136356: Add time zone mappings on Windows
+ S8139673: NMT stack traces in output should show mtcomponent
+ S8147542: ClassCastException when repainting after display
resolution change
+ S8154017: Shutdown hooks are racing against shutdown
sequence, if System.exit()-calling thread is interrupted
+ S8165466: DecimalFormat percentage format can contain
unexpected %
+ S8166772: Touch keyboard is not shown for text components on
a screen touch
+ S8169424: src/share/sample/scripting/scriptpad/src/scripts/
/memory.sh missing #!
+ S8170358: [REDO] 8k class metaspace chunks misallocated from
4k chunk Freelist
+ S8170395: Metaspace initialization queries the wrong chunk
freelist
+ S8176072: READING attributes are not available on TSF
+ S8177721: Improve diagnostics in
sun.management.Agent#startAgent()
+ S8177758: Regression in java.awt.FileDialog
+ S8183504: 8u131 Win 10, issue with wrong position of Sogou
IME popup
+ S8184991: NMT detail diff should take memory type into account
+ S8187331: VirtualSpaceList tracks free space on wrong node
+ S8187629: NMT: Memory miscounting in compiler (C2)
+ S8187658: Bigger buffer for GetAdaptersAddresses
+ S8187685: NMT: Tracking compiler memory usage of thread's
resource area
+ S8187803: JDK part of JavaFX-Swing dialogs appearing behind
main stage
+ S8187985: Broken certificate number in debug output
+ S8188855: Fix VS10 build after "8187658: Bigger buffer for
GetAdaptersAddresses"
+ S8189599: InitialBootClassLoaderMetaspaceSize and
CompressedClassSpaceSize should be checked consistent from
MaxMetaspaceSize
+ S8189646: sun/security/ssl/SSLSocketImpl/
/SSLSocketCloseHang.java failed with
"java.net.SocketTimeoutException: Read timed out"
+ S8190442: Backout changes for JDK-8087291 from 8u-dev as it
didn't use main CR id
+ S8190690: Impact on krb5 test cases in the 8u-CPU nightly
+ S8191969: javac produces incorrect
RuntimeInvisibleTypeAnnotations length attribute
+ S8192987: keytool should remember real storetype if it is not
provided
+ S8193156: Need to backout fixes for JDK-8058547, JDK-8055753,
JDK-8085903
+ S8193807: Avoid UnsatisfiedLinkError on AIX by providing
empty basic implementations of getSystemCpuLoad and
getProcessCpuLoad
* Import of OpenJDK 8 u181 build 13
+ S8038636: speculative traps break when classes are redefined
+ S8051972: sun/security/pkcs11/ec/ReadCertificates.java fails
intermittently
+ S8055008: Clean up code that saves the previous versions of
redefined classes
+ S8057570: RedefineClasses() tests fail
assert(((Metadata*)obj)->is_valid()) failed: obj is valid
+ S8074373: NMT is not enabled if NMT option is specified after
class path specifiers
+ S8076117: EndEntityChecker should not process custom
extensions after PKIX validation
+ S8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links
+ S8157898: SupportedDSAParamGen.java failed with timeout
+ S8169201: Montgomery multiply intrinsic should use correct
name
+ S8170035: When determining the ciphersuite lists, there is no
debug output for disabled suites.
+ S8176183: sun/security/mscapi/SignedObjectChain.java fails on
Windows
+ S8187045: [linux] Not all libraries in the VM are linked with
-z,noexecstack
+ S8187635: On Windows Swing changes keyboard layout on a
window activation
+ S8188223: IfNode::range_check_trap_proj() should handler
dying subgraph with single if proj
+ S8196224: Even better Internet address support
+ S8196491: Newlines in JAXB string values of SOAP-requests are
escaped to "&#xa;"
+ S8196854: TestFlushableGZIPOutputStream failing with
IndexOutOfBoundsException
+ S8197943: Unable to use JDWP API in JDK 8 to debug JDK 9 VM
+ S8198605: Touch keyboard is shown for a non-focusable text
component
+ S8198606: Touch keyboard does not hide, when a text component
looses focus
+ S8198794: Hotspot crash on Cassandra 3.11.1 startup with
libnuma 2.0.3
+ S8199406: Performance drop with Java JDK 1.8.0_162-b32
+ S8199748: Touch keyboard is not shown, if text component gets
focus from other text component
+ S8200359: (tz) Upgrade time-zone data to tzdata2018d
+ S8201433: Fix potential crash in BufImg_SetupICM
+ S8202585: JDK 8u181 l10n resource file update
+ S8202996: Remove debug print statements from RMI fix
+ S8203233: (tz) Upgrade time-zone data to tzdata2018e
+ S8203368: ObjectInputStream filterCheck method throws
NullPointerException
+ S8204874: Update THIRDPARTYREADME file
+ S8205491: adjust reflective access checks
* Backports
+ S8008321, PR3599: compile.cpp verify_graph_edges uses bool as
int
+ S8064786, PR3601: Fix debug build after 8062808: Turn on the
-Wreturn-type warning
+ S8075942, PR3602, RH1582032: ArrayIndexOutOfBoundsException
in sun.java2d.pisces.Dasher.goTo
+ S8146115, PR3508, RH1463098: Improve docker container
detection and resource configuration usage
+ S8184309, PR3596: Build warnings from GCC 7.1 on Fedora 26
+ S8203182, PR3603: Release session if initialization of
SunPKCS11 Signature fails
+ S8206406, PR3610, RH1597825: StubCodeDesc constructor
publishes partially-constructed objects on StubCodeDesc::_list
+ S8207057, PR3613: No debug info for assembler files
* Bug fixes
+ PR3597: Potential bogus -Wformat-overflow warning with
-Wformat enabled
+ PR3600: jni_util.c does not import header file which declares
getLastErrorString
+ PR3601: Fix additional -Wreturn-type issues introduced by
8061651
+ PR3630: Use ${datadir} when specifying default tz.properties
location
+ PR3632: IcedTea installing symlinks to SystemTap directory
rather than individual tapsets
* AArch64 port
+ S8207345, PR3626: Trampoline generation code reads from
uninitialized memory
* Shenandoah
+ PR3619: Shenandoah broken on s390
+ PR3620: Shenandoah broken on ppc64
+ Allocation failure injection machinery
+ [backport] AArch64 shenandoah_store_check should read
evacuation_in_progress as byte
+ [backport] Account trashed regions from coalesced CM-with-UR
+ [backport] Adaptive collection set selection in adaptive
policy
+ [backport] Adaptive heuristics accounts trashed cset twice
+ [backport] Adapt upstream object pinning API
+ [backport] Add comments in shenandoah_store_check on direct
heap field use
+ [backport] Added diagnostic flag ShenandoahOOMDuringEvacALot
+ [backport] Added missing header file for non-PCH build
+ [backport] Add missing barrier in C1 NIOCheckIndex intrinsic
+ [backport] Add new pinned/cset region state for
evac-failure-path
+ [backport] Add ShenandoahRootProcessor API to report threads
while scanning roots
+ [backport] Add test to verify Shenandoah is not enabled by
default, and enabled with the flag
+ [backport] Add -XX:+ShenandoahVerify to more interesting tests
+ [backport] AESCrypt.implEncryptBlock/AESCrypt.implDecryptBlock
intrinsics assume non null inputs
+ [backport] Allow use of fp spills around write barrier
+ [backport] Arraycopy fixes (tests and infrastructure)
+ [backport] Assert Shenandoah-specific safepoints instead of
generic ones
+ [backport] Asynchronous region recycling
+ [backport] Avoid notifying about zero waste
+ [backport] barrier moved due to null checks needs to always
fix memory edges
+ [backport] Basic support for x86_32: build and run in STW
configuration
+ [backport] Bitmap based ShHeapRegionSet
+ [backport] Break heuristics out from ShCollectorPolicy into
their own source files
+ [backport] C2 should use heapword-sized object math
+ [backport] Check BS type in immByteMapBase predicate
+ [backport] Cleanup allocation tracking in heuristics
+ [backport] Cleanup and refactor Full GC code
+ [backport] Cleanup and strengthen BrooksPointer verification
+ [backport] Clean up dead code
+ [backport] Cleanup: removed unused code
+ [backport] Cleanup reset_{next|complete}_mark_bitmap
+ [backport] Cleanup SHH::should_start_normal_gc
+ [backport] "Compact" heuristics for dense footprint scenarios
+ [backport] Compact heuristics should not shortcut on
immediate garbage, but aggressively compact
+ [backport] Conditionalize PerfDataMemorySize on enabled heap
sampling
+ [backport] Consistent liveness for humongous regions
+ [backport] Control loop should wait before starting another
GC cycle
+ [backport] Critical native tests should only be ran on x86_64
platforms
+ [backport] Degenerated GC
+ [backport] Degenerated GC: rename enum, report degen reasons
in stats
+ [backport] Demote ShenandoahAllocImplicitLive to diagnostic
+ [backport] Demote warning message about OOM-during-evac to
informational
+ [backport] Denser ShHeapRegion status line
+ [backport] Disable verification from non-Shenandoah VMOps.
+ [backport] Disallow pinned_cset region moves and allocations
during Full GC
+ [backport] Disambiguate "upgrade to Full GC" GCause
+ [backport] Do not add non-allocatable regions to the freeset
+ [backport] Don't treat allocation regions implicitely live
during some GCs
+ [backport] Double check for UseShenandoahGC in WB expand
+ [backport] Drop distinction between immediate garbage and
free in heuristics
+ [backport] Dynamic worker refactoring
+ [backport] Eagerly drop CSet state from regions during Full GC
+ [backport] Eliminate write-barrier assembly stub (part 1)
+ [backport] Enable biased locking for Shenandoah by default
+ [backport] Ensure tasks use correct number of workers
+ [backport] Excessive assert in ShHeap::mark_next
+ [backport] Excessive asserts in marked_object_iterate
+ [backport] FinalEvac pause to turn off evacuation
+ [backport] Fix || and && chaining warnings in memnode.cpp
+ [backport] Fix broken asserts in ShenandoahSharedEnumFlag
+ [backport] Fixed code roots scanning that might be bypassed
during degenerated cycle
+ [backport] Fixed compilation error of libTestHeapDump.c on
Windows with VS2010
+ [backport] Fixed missing ResourceMark in
ShenandoahAsserts::print_obj
+ [backport] Fixed pinned region handling in mark-compact
+ [backport] Fix (external) heap iteration + TestHeapDump
should unlock aggressive heuristics
+ [backport] fix for alias analysis with
ShenandoahBarriersForConst
+ [backport] Fix/improve CLD processing
+ [backport] Fixing Windows and ARM32 build
+ [backport] Fix Mac OS build warnings
+ [backport] Fix Minimal VM build
+ [backport] Fix ShFreeSet boundary case
+ [backport] fix TCK crash with shenandoah
+ [backport] Forcefully update counters when GC cycle is running
+ [backport] FreeSet and HeapRegion should have the reference
to ShenandoahHeap
+ [backport] FreeSet refactor: bitmaps, cursors, biasing
+ [backport] FreeSet should accept responsibility over trashed
regions
+ [backport] FreeSet should report its internal state
before/after GC cycle
+ [backport] Full GC should compact humongous regions
+ [backport] Full GC should not trash empty regions
+ [backport] GC state testers (infra)
+ [backport] Generic verification is possible only at
Shenandoah safepoints
+ [backport] Get easy on template instantiations in ShConcMark
+ [backport] Heap region sampling should publish region states
+ [backport] Humongous regions should support explicit pinning
+ [backport] Immediate garbage ratio should not go over 100%
+ [backport] Implement flag to generate write-barriers without
membars
+ [backport] Implement protocol for safe OOM during evacuation
handling + Use jint in oom-evac-handler to match older JDKs
Atomic support better + Missing OOMScope in
ShenandoahFixRootsTask
+ [backport] Improve assertion/verification messages a bit
+ [backport] Improve/more detailed timing stats for root queue
work
+ [backport] Incorrect constant folding with final field and
-ShenandoahOptimizeFinals
+ [backport] Increase test timeouts
+ [backport] Introduce assert_in_correct_region to verify
object is in correct region
+ [backport] Isolate shenandoahVerifier from stray headers
+ [backport] keep read barriers for final instance/stable field
accesses
+ [backport] Keep track of per-cycle mutator/collector allocs.
Fix mutator/collector alloc region overlap in traversal.
+ [backport] Little cleanup
+ [backport] Log message on ref processing, class unload,
update refs for mark events
+ [backport] LotsOfCycles test timeouts
+ [backport] Make concurrent precleaning log message optional
again
+ [backport] Make control loop more responsive under allocation
pressure
+ [backport] Make degenerated update-refs use region-set cursor
to hand over work
+ [backport] Make heap counters update completely asynchronous
+ [backport] Make major GC phases exclusive from each other
+ [backport] Make sure selective barriers enabling/disabling
works
+ [backport] Make sure -XX:+ShenandoahVerify comes first in the
tests
+ [backport] Mark bitmap slices commit/uncommit + Aggregated
bitmap slicing
+ [backport] Match barrier fastpath checks better
+ [backport] Minor cleanups
+ [backport] Minor cleanup, uses latest Atomic API
+ [backport] Move barriers into typeArrayOop.hpp direct memory
accessors
+ [backport] Move ShHeap::used increment out of locked
allocation path
+ [backport] No need for fence in control loop: flags are now
ShSharedVariables
+ [backport] Only report GC pause time to GC MXBean + Re-fix
memory managers and memory pools usage and pause reporting
+ [backport] Optimize fwdptr region handling in
ShenandoahVerifyOopClosure::verify_oop
+ [backport] Optimize oop/fwdptr/hr_index verification a bit
+ [backport] overflow integer during size calculation
+ [backport] Pacer should account allocation waste and
unsuccessful pacing in the budget
+ [backport] Pacer should poll FreeSet to figure out actually
available space
+ [backport] Passive should opt-in the barriers, not opt-out
+ [backport] Pauses that do not affect heap occupancy should
not report heap
+ [backport] Print message when heuristics changes the setting
ergonomically
+ [backport] Protect C2 matchers with UseShenandoahGC
+ [backport] Provide non-taxable allocation slack at the
beginning of the cycle
+ [backport] Record cycle start/end to avoid continuous
periodic GC
+ [backport] Record Shenandoah events in hs_err events section
+ [backport] Refactor allocation failure and explicit GC
handling
+ [backport] Refactor allocation metadata handling
+ [backport] Refactor FreeSet rebuilding into the single source
+ [backport] Refactoring GC phase and heap allocation tracking
out of policy
+ [backport] Refactor uncommit handling: react on explicit GCs,
feature kill flag, etc
+ [backport] Refactor worker timings into ShenandoahPhaseTimings
+ [backport] ReferenceProcessor is_alive setup is racy
+ [backport] Region sampling should lock while gathering region
data
+ [backport] Rehash VMOperations and cycle driver mechanics for
consistency
+ [backport] Relax assert in SBS::is_safe()
+ [backport] Remove BS:is_safe in favor of logged
BS::verify_safe_oop
+ [backport] Remove CSetThreshold handling from heuristics
+ [backport] Remove FreeSet::add_region, inline into
FreeSet::rebuild
+ [backport] Remove obsolete check in FreeSet::allocate
+ [backport] Remove ShenandoahGCWorkerPerJavaThread flag
+ [backport] Remove ShenandoahMarkCompactBarrierSet
+ [backport] Rename and cleanup _regions and _free_set uses
+ [backport] Rename dynamic heuristics to static
+ [backport] Rename *_oop_static/oop_ref to *_forwarded
+ [backport] Rename ShenandoahConcurrentThread to
ShenandoahControlThread
+ [backport] Report all GC status flags in hs_err
+ [backport] Report fwdptr size in JNI GetObjectSize
+ [backport] Report how much we have failed to allocate during
Allocation Failure
+ [backport] Report illegal transitions verbosely, and remove
some no-op transitions
+ [backport] Rewire control loop to avoid double cleanup work
+ [backport] Rework shared bool/enum flags with proper types
and synchronization
+ [backport] Rewrite and fix
ShenandoahHeap::marked_object_iterate
+ [backport] Rich assertion failure logging
+ [backport] Roots verification should take the special roots
first
+ [backport] RP closures should accept NULL referents
+ [backport] Set ShenandoahMinFreeThreshold default to 10%
+ [backport] Setup process references and class unloading once
before the cycle
+ [backport] ShConcurrentThread races with set_gc_state_bit
+ [backport] Shenandoah critical native support
+ [backport] Shenandoah region/set iterators should not allow
copying
+ [backport] Shenandoah SA implementation
+ [backport] Shenandoah/SPARC barrier stubs
+ [backport] ShenandoahVerifyOptoBarriers should not fail with
disabled barriers
+ [backport] ShenandoahWriteBarrierNode::find_bottom_mem() fix
+ [backport] ShenandoahWriteBarrierRB flag to conditionally
disable RB on WB fastpath
+ [backport] Shenandoah/Zero barrier stubs
+ [backport] SieveObjects test is too hostile to verification
+ [backport] Single GCTimer shared by all operations
+ [backport] Single thread-local GC state flag for all barriers
+ [backport] Some smallish ShHeapRegionSet changes
+ [backport] Speed up asserts and verification, improve
fastdebug builds performance
+ [backport] Split live data management for allocations and GCs
+ [backport] Static heuristics should be really static and
report decisions
+ [backport] Static heuristics should use non-zero allocation
threshold
+ [backport] Store checks should run most of the time
+ [backport] Tax-and-Spend allocation pacing
+ [backport] Testbug: VerifyJCStressTest leaks memory
+ [backport] TestSelectiveBarrierFlags should accept
multi-element flag selections
+ [backport] TestSelectiveBarrierFlags times out due to too
aggressive compilation mode
+ [backport] Trim/expand test heap sizes to fit small heaps
+ [backport] Trim the TLAB sizes to avoid wasteful retirement
under TLAB races
+ [backport] Use leftmost region in GC allocations
+ [backport] Use os::naked_short_sleep instead of naked Thread
events for sleeping
+ [backport] Use/sort (cached) RegionData not
ShenandoahHeapRegionSet (infrastructure)
+ [backport] UX: Cleanup (adaptive) CSet selection message
+ [backport] UX: Pacer reports incorrect free size
+ [backport] UX: Shorter gc+ergo messages from CSet selection
+ [backport] Verifier crashes when reporting multiple
forwardings
+ [backport] Verifier should check klass pointers before
attempting to reach for object size
+ [backport] Verifier should print verification label at
liveness verification
+ [backport] Verify fwdptr accesses during Full GC moves
+ [backport] Verify regions status
+ [backport] When Shenandoah WB is moved out of loop, connect
it to correct loop memory Phi (back out and revisit previous fix)
+ [backport] Wipe out ShenandoahStoreCheck implementation
+ [backport] Workaround C1 ConstantOopWriteValue bug
+ Bitmap size might not be page aligned when large page is used
+ Changed claim count to jint
+ Cherry-pick JDK-8173013: JVMTI tagged object access needs G1
pre-barrier
+ Defer cleaning of system dictionary and friends to parallel
cleaning phase
+ Do not put down update-refs-in-progress flag concurrently
+ Fix AArch64 build failure: misplaced #endif
+ Fixed Shenandoah 8u build
+ Fixed Windows build
+ Fix non-PCH build
+ Fix non-PCH x86_32 build
+ Fix up SPARC and Zero headers for proper locations
+ missing barriers in String intrinsics with
-ShenandoahOptimizeInstanceFinals
-ShenandoahOptimizeStableFinals
+ Missing event log for canceled GC
+ StringInternCleanup times out
+ VerifyJCStressTest should test all heuristics
+ Workaround VM crash with JNI Weak Refs handling
- Removed patches:
* 8038636.patch, 8051972.patch, 8055008.patch, 8074373.patch,
8076117.patch, 8157898.patch, 8169201.patch, 8170035.patch,
8176183.patch, 8187635.patch, 8188223.patch, 8191239.patch,
8193419.patch, 8196224.patch, 8196491.patch, 8196854.patch,
8197871.patch, 8197925.patch, 8197943.patch, 8198794.patch,
8199406.patch, 8199547.patch, 8200359.patch, 8200666.patch,
8201433.patch, 8202585.patch, 8202996.patch, 8203233.patch,
8203368.patch, 8205491.patch
+ Not needed any more
- Modified patch:
* java-1_8_0-openjdk-suse-desktop-files.patch
- Rediff to changed context
- Do not run standalone TestECDSA, since it is already run during
the build
-------------------------------------------------------------------
Wed Sep 26 05:39:58 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- Removed patch:
* s390-java-opts.patch
- Not needed any more
-------------------------------------------------------------------
Sun Sep 23 06:22:07 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- Added patch:
* icedtea-3.8.0-s390.patch
+ Fix out-of-memory problem with bootstrap javac on s390
+ Allows builds of OpenJDK 8 on s390 again (bsc#1106812)
-------------------------------------------------------------------
Wed Sep 19 08:36:31 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- Backport Oracle July 2018 CPU
- Added security fixes:
* 8197871.patch
+ S8197871: Support Derby connections (CVE-2018-2938,
bsc#1101644)
* 8197925.patch
+ S8197925: Better stack walking (CVE-2018-2940, bsc#1101645)
* 8199547.patch
+ S8199547: Exception to Pattern Syntax (CVE-2018-2952,
bsc#1101651)
* 8200666.patch
+ S8200666: Improve LDAP support (CVE-2018-2973, bsc#1101656)
- Added security-in-depth fixes:
* 8191239.patch
+ S8191239: Improve desktop file usage
* 8193419.patch
+ S8193419: Better Internet address support
- Added patches:
* 8038636.patch
+ S8038636: speculative traps break when classes are redefined
* 8051972.patch
+ S8051972: sun/security/pkcs11/ec/ReadCertificates.java fails
intermittently
* 8055008.patch
+ S8055008: Clean up code that saves the previous versions of
redefined classes
+ S8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links
+ S8057570: RedefineClasses() tests fail
assert(((Metadata*)obj)->is_valid()) failed: obj is valid
* 8074373.patch
+ S8074373: NMT is not enabled if NMT option is specified after
class path specifiers
* 8076117.patch
+ S8076117: EndEntityChecker should not process custom
extensions after PKIX validation
* 8157898.patch
+ S8157898: SupportedDSAParamGen.java failed with timeout
* 8169201.patch
+ S8169201: Montgomery multiply intrinsic should use correct
name
* 8170035.patch
+ S8170035: When determining the ciphersuite lists, there is no
debug output for disabled suites.
* 8176183.patch
+ S8176183: sun/security/mscapi/SignedObjectChain.java fails on
Windows
* 8187635.patch
+ S8187635: On Windows Swing changes keyboard layout on a
window activation
* 8188223.patch
+ S8188223: IfNode::range_check_trap_proj() should handler
dying subgraph with single if proj
* 8196224.patch
+ S8196224: Even better Internet address support
* 8196491.patch
+ S8196491: Newlines in JAXB string values of SOAP-requests are
escaped to "&#xa;"
* 8196854.patch
+ S8196854: TestFlushableGZIPOutputStream failing with
IndexOutOfBoundsException
* 8197943.patch
+ S8197943: Unable to use JDWP API in JDK 8 to debug JDK 9 VM
* 8198794.patch
+ S8198794: Hotspot crash on Cassandra 3.11.1 startup with
libnuma 2.0.3
* 8199406.patch
+ S8199406: Performance drop with Java JDK 1.8.0_162-b32
* 8200359.patch
+ S8200359: (tz) Upgrade time-zone data to tzdata2018d
* 8201433.patch
+ S8201433: Fix potential crash in BufImg_SetupICM
* 8202585.patch
+ S8202585: JDK 8u181 l10n resource file update
* 8202996.patch
+ S8202996: Remove debug print statements from RMI fix
* 8203233.patch
+ S8203233: (tz) Upgrade time-zone data to tzdata2018e
* 8203368.patch
+ S8203368: ObjectInputStream filterCheck method throws
NullPointerException
* 8205491.patch
+ S8205491: adjust reflective access checks
-------------------------------------------------------------------
Fri Jun 1 12:14:41 UTC 2018 - fstrba@suse.com
- Update to version jdk8u171 (icedtea 3.8.0)
* Security fixes
+ S8180881: Better packaging of deserialization
+ S8182362: Update CipherOutputStream Usage
+ S8183032: Upgrade to LittleCMS 2.9
+ S8189123: More consistent classloading
+ S8189969, CVE-2018-2790, bsc#1090023: Manifest better manifest
entries
+ S8189977, CVE-2018-2795, bsc#1090025: Improve permission
portability
+ S8189981, CVE-2018-2796, bsc#1090026: Improve queuing
portability
+ S8189985, CVE-2018-2797, bsc#1090027: Improve tabular data
portability
+ S8189989, CVE-2018-2798, bsc#1090028: Improve container
portability
+ S8189993, CVE-2018-2799, bsc#1090029: Improve document
portability
+ S8189997, CVE-2018-2794, bsc#1090024: Enhance keystore
mechanisms
+ S8190478: Improved interface method selection
+ S8190877: Better handling of abstract classes
+ S8191696: Better mouse positioning
+ S8192025, CVE-2018-2814, bsc#1090032: Less referential
references
+ S8192030: Better MTSchema support
+ S8192757, CVE-2018-2815, bsc#1090033: Improve stub classes
implementation
+ S8193409: Improve AES supporting classes
+ S8193414: Improvements in MethodType lookups
+ S8193833, CVE-2018-2800, bsc#1090030: Better RMI connection
support
* New features
+ PR3493: Run AES test to test intrinsics
* Import of OpenJDK 8 u162 build 12
+ S4354680: Runtime.runFinalization() silently clears
interrupted flag in the calling thread
+ S6618335: ThreadReference.stop(null) throws NPE instead of
InvalidTypeException
+ S6651256: jstack: DeleteGlobalRef method call doesn't lead to
descreasing of global refs count shown by jstack
+ S6656031: SA: jmap -permstat number of classes is off by 1
+ S6977426: sun/tools tests can intermittently fail to find
app's Java pid
+ S6988950: JDWP exit error JVMTI_ERROR_WRONG_PHASE(112)
+ S7124271: [macosx] RealSync test failure
+ S7162125: [macosx] A font has different behaviour for
ligatures depending on its creation mod
+ S8023667: SA: ExceptionBlob and other C2 classes not
available in client VM
+ S8031661: java/net/Authenticator/B4769350.java failed
intermittently
+ S8046778: Better error messages when starting JMX agent via
attach or jcmd
+ S8066185: VM crashed with SIGSEGV
VirtualMemoryTracker::add_reserved_region
+ S8072428: Enable UseLoopCounter ergonomically if
on-stack-replacement is enabled
+ S8073670: TypeF::eq and TypeD::eq do not handle NaNs correctly
+ S8074812: More specific error message when the .java_pid
well-known file is not secure
+ S8078269: JTabbedPane UI Property
TabbedPane.tabAreaBackground no longer works
+ S8080504: [macosx] SunToolkit.realSync() may hang
+ S8087291: InitialBootClassLoaderMetaspaceSize and
CompressedClassSpaceSize should be checked consistent from
MaxMetaspaceSize
+ S8132374: AIX: fix value of os.version property
+ S8134103: JVMTI_ERROR_WRONG_PHASE(112): on checking for an
interface
+ S8139218: Dialog that opens and closes quickly changes focus
in original focusowner
+ S8147002: [macosx] Arabic character cannot be rendered on
MacOS X
+ S8148786: xml.tranform fails on x86-64
+ S8155197: Focus transition issue
+ S8157896: TestDSAGenParameterSpec.java test fails with timeout
+ S8158633: BASE64 encoded cert not correctly parsed with UTF-16
+ S8159432: [PIT][macosx] StackOverflow in
closed/java/awt/Dialog/DialogDeadlock/DialogDeadlockTest
+ S8162530: src/jdk.management/share/native/libmanagement_ext/
/GcInfoBuilder.c doesn't handle JNI exceptions properly
+ S8164954: split_if creates empty phi and region nodes
+ S8166742: SIGFPE in C2 Loop IV elimination
+ S8169961: Memory leak after debugging session
+ S8172751: OSR compilation at unreachable bci causes C1 crash
+ S8175340: Possible invalid memory accesses due to
ciMethodData::bci_to_data() returning NULL
+ S8177026: jvm.dll file version not updated since 8u72
+ S8177414: Missing key events on Mac Os
+ S8177958: Possible uninitialized char* in
vm_version_solaris_sparc.cpp
+ S8178047: Aliasing problem with raw memory accesses
+ S8179086: java.time.temporal.ValueRange has poor hashCode()
+ S8180370: Characters are skipped on input of Korean text on
OS X
+ S8180855: Null pointer dereference in OopMapSet::all_do of
oopMap.cpp:394
+ S8181659: Create an alternative fix for JDK-8167102, whose
fix was backed out
+ S8181786: Extra runLater causes impossible states to be
possible using javafx.embed.singleThread=true
+ S8182402: Tooltip for Desktop button is in English when
non-English locale is set
+ S8182996: Incorrect mapping Long type to JavaScript equivalent
+ S8184009: Missing null pointer check in
InterpreterRuntime::update_mdp_for_ret()
+ S8184271: Time related C1 intrinsics produce inconsistent
results when floating around
+ S8184328: JDK 8u131 socketRead0 hang at SSL read
+ S8184893: jdk8u152 b06 : issues with nashorn when running
kraken benchmarks
+ S8185346: Relax RMI Registry Serial Filter to allow arrays of
any type
+ S8187023: Cannot read pkcs11 config file in UTF-16 environment
+ S8189918: Remove Trailing whitespace from file while syncing
8u into 8u162-b03
+ S8190280: [macos] Font2DTest demo started failing for Arabic
range from JDK 8 u162 b01 on Mac
+ S8190542: 8u162 L10n resource file update
+ S8192794: 8u162 L10n resource file update md20
* Import of OpenJDK 8 u171 build 11
+ S8054213: Class name repeated in output of Type.toString()
+ S8068778: [TESTBUG] CompressedClassSpaceSizeInJmapHeap.java
fails if SA not available
+ S8150530: Improve javax.crypto.BadPaddingException messages
+ S8153955: increase java.util.logging.FileHandler MAX_LOCKS
limit
+ S8169080: Improve documentation examples for crypto
applications
+ S8175075: Add 3DES to the default disabled algorithm security
property
+ S8179665: [Windows] java.awt.IllegalComponentStateException:
component must be showing on the screen to determine its
location
+ S8186032: Disable XML Signatures signed with EC keys less
than 224 bits
+ S8186441: Change of behavior in the getMessage () method of
the SOAPMessageContextImpl class
+ S8187496: Possible memory leak in
java.apple.security.KeychainStore.addItemToKeychain
+ S8189851: [TESTBUG]
runtime/RedefineTests/RedefineInterfaceCall.java fails
+ S8191358: Restore TSA certificate expiration check
+ S8191909: Nightly failures in nashorn suite
+ S8192789: Avoid using AtomicReference in
sun.security.provider.PolicyFile
+ S8194259: keytool error: java.io.IOException: Invalid secret
key format
+ S8196952: Bad primeCertainty value setting in
DSAParameterGenerator
+ S8197030: Perf regression on all platforms with 8u171-b03 -
early lambda use
+ S8198494: 8u171 and 8u172 - Build failure on non-SE Linux
Platforms
+ S8198662: Incompatible internal API change in JDK8u161:
signature of method exportObject()
+ S8198963: Fix new rmi property name
+ S8199001: [TESTBUG] RMIConnectionFilterTest.java test fails
in compilation
+ S8199141: Windows: new warning messaging for JRE installer UI
in non-MOS cases
+ S8200314: JDK 8u171 l10n resource file update - msg drop 40
* Backports
+ S8062808, PR3548: Turn on the -Wreturn-type warning
+ S8141570, PR3548: Fix Zero interpreter build for
--disable-precompiled-headers
+ S8143245, PR3548: Zero build requires disabled warnings
+ S8165489, PR3589: Missing G1 barrier in
Unsafe_GetObjectVolatile
+ S8171000, PR3542, RH1402819: Robot.createScreenCapture()
crashes in wayland mode
_ S8184309, PR3596: Build warnings from GCC 7.1 on Fedora 26
+ S8185723, PR3553: Zero: segfaults on Power PC 32-bit
+ S8186461, PR3557: Zero's atomic_copy64() should use SPE
instructions on linux-powerpcspe
+ S8187577, PR3578: JVM crash during gc doing concurrent marking
+ S8197429, PR3546, RH1536622: Increased stack guard causes
segfaults on x86-32
+ S8197546, PR3542: Fix for 8171000 breaks Solaris + Linux
builds
+ S8197981, PR3548: Missing return statement in
__sync_val_compare_and_swap_8
+ S8200556, PR3566: AArch64: assertion failure in slowdebug
builds
+ S8201509, PR3579: Zero: S390 31bit atomic_copy64 inline
assembler is wrong
* Bug fixes
+ S8199936, PR3533: HotSpot generates code with unaligned
stack, crashes on SSE operations
+ S8199936, PR3591: Fix for bug 3533 doesn't add -mstackrealign
to JDK code
+ PR3539, RH1548475: Pass EXTRA_LDFLAGS to HotSpot build
+ PR3549: Desktop file doesn't reference versioned icon
+ PR3550: Additional category used in jconsole.desktop.in is
incorrect
+ PR3559: Use ldrexd for atomic reads on ARMv7.
+ PR3575, RH1567204: System cacerts database handling should
not affect jssecacerts
+ PR3592: Skip AES test on AArch64 due to VM crash
+ PR3593: s390 needs to use '%z' format specifier for size_t
arguments as size_t != int
+ PR3594: Patch for bug 3593 breaks Shenandoah build
+ PR3597: Potential bogus -Wformat-overflow warning with
-Wformat enabled
* Shenandoah
+ PR3573: Fix TCK crash with Shenandoah
+ Remove oop cast in oopMap.cpp again, as oopDesc::operator==
has additional checking in Shenandoah.
+ Fix new code for Shenandoah after the 8u171 merge
+ Revert accidental OpSpinWait matching
+ UseBiasedLocking should be disabled only for Shenandoah
* AArch32 port
+ PR3548: Add missing return values for AArch32 port
- Removed patches:
* no-return-in-nonvoid-function.patch
* zero-atomic_copy64.patch
+ fixed upstream
* java-1_8_0-openjdk-gcc6.patch
+ not needed any more
- Modified patch:
* java-1_8_0-openjdk-suse-desktop-files.patch
+ rediff to changed context
-------------------------------------------------------------------
Thu Mar 29 06:28:28 UTC 2018 - fstrba@suse.com
- Added patch:
* no-return-in-nonvoid-function.patch
+ fix broken build with gcc8 (bsc#1087066)
-------------------------------------------------------------------
Thu Mar 1 06:55:49 UTC 2018 - fstrba@suse.com
- Update to vesion jdk8u161 (icedtea 3.7.0) - bsc#1076366
* Security fixes
+ S8160104: CORBA communication improvements
+ S8172525, CVE-2018-2579: Improve key keying case
+ S8174756: Extra validation for public keys
+ S8174962, CVE-2018-2582: Better interface invocations
+ S8175932: Improve host instance supports
+ S8176458: Revise default document styling
+ S8178449, CVE-2018-2588: Improve LDAP logins
+ S8178458: Better use of certificates in LDAP
+ S8178466: Better RSA parameters
+ S8179536: Cleaner print job handling
+ S8179990: Cleaner palette entry handling
+ S8180011: Cleaner native graphics device handling
+ S8180015: Cleaner AWT robot handling
+ S8180020: Improve SymbolHashMap entry handling
+ S8180433: Cleaner CLR invocation handling
+ S8180877: More deeply colored ICC spaces
+ S8181664: Improve JVM UTF String handling
+ S8181670: Improve implementation of keystores
+ S8182125, CVE-2018-2599: Improve reliability of DNS lookups
+ S8182387, CVE-2018-2603: Improve PKCS usage
+ S8182601, CVE-2018-2602: Improve usage messages
+ S8185292, CVE-2018-2618: Stricter key generation
+ S8185325, CVE-2018-2641: Improve GTK initialization
+ S8186080: Transform XML interfaces
+ S8186212, CVE-2018-2629: Improve GSS handling
+ S8186600, CVE-2018-2634: Improve property negotiations
+ S8186606, CVE-2018-2633: Improve LDAP lookup robustness
+ S8186699: Clean up extra Derby files
+ S8186867: Improve native glyph layouts
+ S8186998, CVE-2018-2637: Improve JMX supportive features
+ S8189284, CVE-2018-2663: More refactoring for deserialization
cases
+ S8190289, CVE-2018-2677: More refactoring for client
deserialization cases
+ S8191142, CVE-2018-2678: More refactoring for naming
deserialization cases
* Import of OpenJDK 8 u152 build 16
+ S4953367: MAWT: Java should be more careful manipulating
NLSPATH, XFILESEARCHPATH env variables
+ S6772009:
java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java
test failed with 'Completed != 2'
+ S6947916: JarURLConnection does not handle useCaches correctly
+ S6980209: Make tracking SecondaryLoop.enter/exit methods
easier
+ S7052625: com/sun/net/httpserver/bugs/6725892/Test.java fails
intermittently
+ S7102702:
java/net/PortUnreachableException/OneExceptionOnly.java failing
+ S7131356: (props) "No Java runtime present, requesting
install" when creating VM from JNI [macosx]
+ S7172652: With JDK 1.7 text field does not obtain focus when
using mnemonic Alt/Key combin
+ S8022291: Mac OS: Unexpected JavaLaunchHelper message
displaying
+ S8022580: sun.net.ftp.impl.FtpClient.nameList(String path)
handles "null" incorrectly
+ S8025306: Inet[4|6]Address class and fieldID initialization
in networking native code
+ S8028363: XmlGregorianCalendarImpl.getTimeZone() bug when
offset is less than 10 minutes
+ S8028725: [Parfait] warnings from b116 for
jdk.src.solaris.native.java.net: JNI pending exceptions
+ S8028769: Check src/share/native/java/lang/*.c for cases when
JNI calls are used with pending warnings
+ S8029018: (bf) Check src/share/native/java/nio/Bits.c for JNI
pending exceptions
+ S8030116: (process) Check Parfait warnings in
src/solaris/native/java/lang/*
+ S8031586: Check jdk/src/*/native/com/sun/security/auth/module
for pending JNI exceptions
+ S8033371: jdk/src/solaris/native/java/lang/ProcessEnvironment.c
environ doesn't check for JNI pending exceptions
+ S8033372: Check jdk/src/share/native/java/lang for JNI
pending exception issues
+ S8034102: Check solaris/native/sun/nio/fs/MacOSXNativeDispatcher.c
for JNI pending exceptions
+ S8034249: need more workarounds for suspend equivalent
condition issue
+ S8035158: Remove dependency on sun.misc.RegexpPool and friends
+ S8035568: [macosx] Cursor management unification
+ S8035653: InetAddress.getLocalHost crash
+ S8037346: Need to terminate server process if client runs
into problems
+ S8037909: JNI warnings in
jdk/src/windows/native/java/nio/MappedByteBuffer.c
+ S8038075: JNI warnings in
jdk/src/share/native/sun/misc/VMSupport.c
+ S8038348: Instance field load is replaced by wrong data Phi
+ S8039412: Stack overflow on Linux using
DialogTypeSelection.NATIVE
+ S8040322: TextArea.replaceRange() and insert() are broken
with setText(null)
+ S8040635: [macosx] Printing a shape filled with a texture
doesn't work under Mac OS X
+ S8043913: remove legacy code in SPARC's
VM_Version::platform_features
+ S8046768: com/sun/jndi/ldap/LdapTimeoutTest.java fails
intermittently
+ S8046893: JNI exception pending in
jdk/src/solaris/native/java/net: ExtendedOptionsImpl.c,
PlainDatagramSocketImpl.c
+ S8046901: Check jdk/src/solaris/native/sun/nio for Parfait
flagged uninitialized memory
+ S8049717: expose L1_data_cache_line_size for
diagnostic/sanity checks
+ S8050478: [macosx] Cursor not updating correctly after
closing a modal dialog
+ S8054214: JapaneseEra.getDisplayName doesn't return names if
it's an additional era
+ S8055204: Memory leak in
jdk/src/windows/native/java/lang/java_props_md.c
+ S8058316: lookupDefaultPrintService returns null on Solaris 11
+ S8061258: [macosx] PrinterJob's native Print Dialog does not
reflect specified Copies or Page Ranges
+ S8064470: JNI exception pending in
jdk/src/java/base/unix/native/libjava/FileDescriptor_md.c
+ S8066250: compiler/dependencies/MonomorphicObjectCall/
/TestMonomorphicObjectCall.java fails product
+ S8067059: PrinterJob.pageDialog() with
DialogSelectionType.NATIVE returns a PageFormat when
cancelled.
+ S8071424: JCK test api/java_net/Socket/descriptions.html#Bind
crashes on Windows
+ S8075516: Deleting a file from either the open or save
java.awt.FileDialog hangs.
+ S8076249: NPE in AccessBridge while editing JList model
+ S8076554: [macosx] Custom Swing text components need to allow
standard accessibility
+ S8080486: JNI exception pending in jdk/src/java.base/windows/
/native/libnet/DualStackPlainSocketImpl.c
+ S8081219: hs_err improvement: Add event logging for class
redefinition to the hs_err file
+ S8087144: sun/security/krb5/auto/MaxRetries.java fails with
Retry count is -1 less
+ S8087342: Crash in
klassItable::initialize_itable_for_interface
+ S8089573: [macosx] Incorrect char to glyph mapping printing
on OSX 10.10
+ S8129361: ISO 4217 amendment 160
+ S8130041: TsacertOptionTest.java intermittently fails on Mac
+ S8132209: DiagnosticCommandImpl.getNotificationInfo() may
expose internal representation
+ S8132455: com/sun/jndi/ldap/LdapTimeoutTest.java fails at
handleNamingException
+ S8134119: Use new API to get cache line sizes
+ S8134389: Crash in HotSpot with jvm.dll+0x42b48
ciObjectFactory::create_new_metadata
+ S8134918: C2: Type speculation produces mismatched unsafe
accesses
+ S8135124: com/sun/jndi/ldap/LdapTimeoutTest.java failed
intermittently
+ S8136570: Stop changing user environment variables related to
/usr/dt
+ S8139189: VK_OEM_102 dead key detected as VK_UNDEFINED
+ S8140309: [REDO] failed: no mismatched stores, except on raw
memory: StoreB StoreI
+ S8140525: AwtFrame::WmShowWindow() may steal focus
+ S8141370: com/sun/jndi/ldap/LdapTimeoutTest.java failed
intermittently
+ S8143897: Weblogic12medrec assert(handler_address ==
SharedRuntime::compute_compiled_exc_handler(nm, pc, exception,
force_unwind, true)) failed: Must be the same
+ S8145207: [macosx] JList, VO can't access non-visible list
items
+ S8145732: Duplicate entry in http.nonProxyHosts will ignore
subsequent entries
+ S8145952: ISO 4217 amendment 161
+ S8145981: (fs) LinuxWatchService can reports events against
wrong directory
+ S8146961: Fix PermGen memory leaks caused by static final
Exceptions
+ S8147772: Update KerberosTicket to describe behavior if it
has been destroyed and fix NullPointerExceptions
+ S8149521: automatic discovery of LDAP servers with Kerberos
authentication
+ S8149714: [parfait] char array lengths don't match in
awt_Font.cpp:1701
+ S8152000: Java FlightRecorder does not run on Java 8 compact
3 profile since u65
+ S8152172: PPC64: Support AES intrinsics
+ S8152730: File Leak in CompileBroker::init_compiler_thread_log
of compileBroker.cpp:1665.
+ S8152981: Double icons with JMenuItem
setHorizontalTextPosition on Win 10
+ S8153134: Infinite loop in handle_wrong_method in jmod
+ S8153176: ParOldGC: Use correct TaskQueueSet for
ParallelTaskTerminator in marking.
+ S8153267: nmethod's exception cache not multi-thread safe
+ S8153925: (fs) WatchService hangs on GetOverlappedResult and
locks directory (win)
+ S8154945: Enable 8130150 and 8081778 intrinsics by default
+ S8155691: Update GIFlib library to the latest up-to-date
+ S8155781: C2: opaque unsafe access triggers an assert
+ S8156116: [macosx] two JNI locals to delete in AWTWindow.m,
CGraphicsEnv.m
+ S8156723: JVM crash at
sun.java2d.windows.GDIBlitLoops.nativeBlit
+ S8157035: Use stronger algorithms and keys for JSSE testing
+ S8157181: Compilers accept modification of final fields
outside initializer methods
+ S8157184: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
failed with a fatal error
+ S8157548: JVM crashes sometimes while starting
+ S8157665: ProblemList.txt needs to be updated as 7041639
closed
+ S8158325: [macosx] Memory leak in com.apple.laf.ScreenMenu
+ S8158356: SIGSEGV when attempting to rotate BufferedImage
using AffineTransform by NaN degrees
+ S8158639: C2 compilation fails with SIGSEGV
+ S8159035: CTSMode.java test crashed due to unhandled case of
cipher length value as 0
+ S8159696: java.beans.MethodRef#get throws NullPointerException
+ S8160024: jdb returns invalid argument count if first
parameter to Arrays.asList is null
+ S8160119: Utils.tryFindJvmPid sometimes find incorrect pid
+ S8160174: java.net.NetworkInterface - fixes and improvements
for network interface listing
+ S8160370: System.getProperty("os.version") returns "Unknown"
on Mac
+ S8160551: assert(c == Bytecodes::_putfield) failed: must be
putfield
+ S8160570: [macosx] modal dialog can skip the activation/focus
events
+ S8160623: [PIT] Exception running
java/awt/event/KeyEvent/KeyChar/KeyCharTest.java
+ S8160664: JVM crashed with font manager on Solaris 12
+ S8160696: IllegalArgumentException: adding a component to a
container on a different GraphicsDevice
+ S8160893: [macosx] JMenuItems in JPopupMenu are not accessible
+ S8160913: [TEST_BUG] javax/management/security/SecurityTest.java
fails due to missing keyStore file
+ S8160941: "text/uri-list" dataflavor concats the first two
strings
+ S8161039: System.getProperty("os.version") returns incorrect
version number on Mac
+ S8161664: Memory leak in com.apple.laf.AquaProgressBarUI
removed progress bar still referenced
+ S8161733: [parfait] Memory leak in imageioJPEG.c:2803
+ S8161742: [parfait] Uninitialised memory in isXTestAvailable
of awt_Robot.c:65
+ S8161761: [parfait] 2 JNI exception pending defect groups in
GraphicsPrimitiveMgr.c
+ S8162101: C2: Handle "wide" aliases for unsafe accesses
+ S8162488: JDK should be updated to use LittleCMS 2.8
+ S8162496: missing precedence edge for anti_dependence
+ S8162598: XSLTC transformer swallows empty namespace
declaration which is needed to undeclare default namespace
+ S8162603: Unrecognized VM option 'UseCountedLoopSafepoints'
+ S8162766: Unsafe_DefineClass0 accesses raw oops while in
_thread_in_native
+ S8162795: [REDO] MemberNameTable doesn't purge stale entries
+ S8162796: [macosx] LinearGradientPaint and
RadialGradientPaint are not printed on OS X.
+ S8163104: Unexpected NPE still possible on some Kerberos
ticket calls
+ S8163181: Further improvements for Unix NetworkInterface
native implementation
+ S8163518: Integer overflow in StringBufferInputStream.read()
and CharArrayReader.read/skip()
+ S8163877: Tests added in JDK-8163518 fail on some platforms
+ S8163896: Finalizing one key of a KeyPair invalidates the
other key
+ S8163945: Honor Number type hint in toPrimitive on Numbers
+ S8163969: Cyclic interface initialization causes JVM crash
+ S8163979: [macosx] Chinese text shows as Latin w/ openVanilla
input method
+ S8164002: Add a new CPU family (S_family) for SPARC S7 and
above processors
+ S8164119: MoveToOtherScreenTest fails due wrong key attribute
+ S8164366: ZoneOffset.ofHoursMinutesSeconds() does not reject
invalid input
+ S8164501: Uninitialised memory in byteArrayToPacket of
SharedMemoryConnection.c
+ S8164508: unexpected profiling mismatch in c1 generated code
+ S8164784: ISO 4217 amendment 162
+ S8164846: CertificateException missing cause of underlying
exception
+ S8165153: Crash in rebuild_cpu_to_node_map
+ S8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with
incorrect arguments should not produce output
+ S8165320: Small flaw when integrating 8160174 to JDK8
+ S8165428: Security Warning dialog should be always on the top
when multiple applets with APPLICATION_MODAL dialog launched
in a browser
+ S8165482: java in ldoms, with cpu-arch=generic has problems
+ S8165717: [macosx] Various memory leaks in jdk9
+ S8165751: NPE hit with java.security.debug=provider
+ S8165829: Android Studio 2.x crashes with NPE at
sun.lwawt.macosx.CAccessibility.getAccessibleIndexInParent
+ S8165988: Test JarURLConnectionUseCaches.java fails at
windows: failed to clean up files after test
+ S8166248: tools/pack200/Pack200Test.java fails on Win32:
Could not reserve enough space
+ S8166507: ConcurrentSkipListSet.clear() can leave the Set in
an invalid state
+ S8166747: Add invalid network / computer name cases to
isReachable known failure switch
+ S8166799: ASSEMBLY_EXCEPTION contains historical company name
+ S8166840: Synthetic bridge constructor in ArrayList$Itr
blocks inlining
+ S8166872: GPL header in
/hotspot/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp
+ S8166902: Nested object literal property maps not reset in
optimistic recompilation
+ S8167102: [macosx] PrintRequestAttributeSet breaks page size
set using PageFormat
+ S8168115: Remove and retag jdk8u122-b03 in 8u repo
+ S8168364: [macosx] Delete unused class NSPrintinfo
+ S8168373: don't emit conversions for symbols outside their
lexical scope
+ S8168405: Pending exceptions in java.base/windows/native
+ S8168751: Two "Direct Clip" threads are created to play the
same "AudioClip" object, what makes clip sound corrupted
+ S8168914: Crash in ClassLoaderData/JNIHandleBlock::oops_do
during concurrent marking
+ S8169056: StringIndexOutOfBoundsException in Pattern.compile
with CANON_EQ flag
+ S8169112: java.lang.VerifyError: (class: GregorSamsa, method:
template-bash signature: (LGregorSamsa8;)V) Register 10
contains wrong type
+ S8169229: RSAClientKeyExchange debug info is incorrect
+ S8169355: Diacritics input works incorrectly on Windows if
Spanish (Latin American) keyboard layout is used
+ S8169481: StackOverflowError on start when parsing PAC file
to autodetect Proxy settings
+ S8169556: Wrapping of FileInputStream's native skip and
available methods
+ S8169865: Downport minor fixes in java.net native code from
JDK 9 to JDK 8
+ S8170153: PPC64/s390x/aarch64: Poor StrictMath performance
due to non-optimized compilation
+ S8170278: ticket renewal won't happen with debugging turned on
+ S8170409: CMS: Crash in
CardTableModRefBSForCTRS::process_chunk_boundaries
+ S8170465: JNI exception pending in jni_util.c:190
+ S8170466: JNI exception pending in jni_util.c:190
+ S8170536: Uninitialised memory in set_uintx_flag of
attachListener.cpp
+ S8170552: [macosx] Wrong rendering of diacritics on macOS
+ S8170565: JSObject call() is passed undefined for the
argument 'thiz'
+ S8170578: CUPS Printing is broken with Ubuntu 16.10 (CUPS 2.2)
+ S8170594: >>>=0 generates invalid bytecode for BaseNode LHS
+ S8170913: Java "1.8.0_112" on Windows 10 displays different
characters for EUDCs from ones created in eudcedit.exe.
+ S8170950: Text is displayed in bold when fonts are installed
into symlinked folder
+ S8170977: SparseArrayData should not grow its underlying
dense array data
+ S8171151: JDK8u ProblemList.txt Updates
+ S8171155: Scanning method file for initialized final field
updates can fail for non-existent fields
+ S8171194: Exception "Duplicate field name&signature in class
file" should report the name and signature of the field
+ S8171219: Missing checks in sparse array shift()
implementation
+ S8171808: Performance problems in dialogs with large tables
when JAB activated
+ S8171849: Collection and Queue conversions not prioritized
for Arrays
+ S8171909: [PIT] on Windows, failure of
java/awt/Dialog/DialogAboveFrame/DialogAboveFrameTest.java
+ S8171952: [macosx] AWT_Modality/Automated/ModalExclusion/
/NoExclusion/ModelessDialog test fails as DummyButton on
Dialog did not gain focus when clicked.
+ S8172053: (ppc64) Downport of 8170153 breaks build on
linux/ppc64 (big endian)
+ S8172145: C2: anti dependence missed because store hidden by
membar
+ S8173373: C1: NPE is thrown instead of LinkageError when
accessing inaccessible field on NULL receiver
+ S8173423: Wrong display name for supplemental Japanese era
+ S8173581: performance regression in
com/sun/crypto/provider/OutputFeedback.java
+ S8173654: Regression since 8u60: System.getenv doesn't return
env var set in JNI code
+ S8173664: Typo in
https://java.net/downloads/heap-snapshot/hprof-binary-format.html
+ S8173853: IllegalArgumentException in
java.awt.image.ReplicateScaleFilter
+ S8173876: Fast precise scrolling and DeltaAccumulator fix for
macOS Sierra 10.12.2
+ S8174736: [JCP] [Mac]Cannot launch JCP on Mac os with
language set to "Chinese, Simplified" while region is not China
+ S8174779: Locale issues with Mac 10.12
+ S8175025: The copyright section in the test/java/awt/font/
/TextLayout/DiacriticsDrawingTest.java should be updated
+ S8175131: sun.rmi.transport.tcp.TCPChannel.createConnection
close connection on timeout
+ S8175345: Reported null pointer dereference defect groups
+ S8175915: NullPointerException from JComboBox and JList when
Accessibility enabled
+ S8176287: [macosx] The print test crashed with Nimbus L&F
+ S8176490: [macosx] Sometimes NSWindow.isZoomed hangs
+ S8176511: JSObject property access is broken for numeric keys
outside the int range
+ S8176530: JDK support for JavaFX modal print dialogs
+ S8177095: Range check dependent CastII/ConvI2L is prematurely
eliminated
+ S8177450: javax.swing.text.html.parser.Parser parseScript
ignores a character after commend end
+ S8177678: Overstatement of universality of
Era.getDisplayName() implementation
+ S8177776: Create an equivalent test case for JDK9's
SupplementalJapaneseEraTest
+ S8177817: Remove assertions in 8u that were removed by
8056124 in 9.
+ S8179515: Class java.util.concurrent.ThreadLocalRandom fails
to Initialize when using SecurityManager
+ S8180511: Null pointer dereference in Matcher::ReduceInst()
+ S8180565: Null pointer dereferences of ConstMethod::method()
+ S8180575: Null pointer dereference in LoadNode::Identity()
+ S8180576: Null pointer dereference in Matcher::xform()
+ S8180617: Null pointer dereference in
InitializeNode::complete_stores
+ S8180660: missing LNT entry for finally block
+ S8180813: Null pointer dereference of CodeCache::find_blob()
result
+ S8180934: PutfieldError failed with
UnsupportedClassVersionError
+ S8180949: Correctly handle exception in
TCPChannel.createConnection
+ S8181191: getUint32 returning Long
+ S8181192: [macos] javafx.print.PrinterJob.showPrintDialog()
hangs on macOS
+ S8181205: JRE fails to load/register security providers when
started from UNC pathname
+ S8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails
with jArrayIndexOutOfBoundsException
+ S8182672: Java 8u121 on Linux intermittently returns null for
MAC address
+ S8185779: 8u152 L10n resource file update
+ S8186532: 8u152 L10n resource file update md20
* Import of OpenJDK 8 u161 build 12
+ S8035105: DNS provider cleanups
+ S8137255: sun/security/provider/NSASuiteB/
/TestDSAGenParameterSpec.java timeouts intermittently
+ S8140436: Negotiated Finite Field Diffie-Hellman Ephemeral
Parameters for TLS
+ S8148108: Disable Diffie-Hellman keys less than 1024 bits
+ S8148421, PR3504: Transport Layer Security (TLS) Session Hash
and Extended Master Secret Extension
+ S8154344: sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java
fails on solaris
+ S8156502: Use short name of
SupportedEllipticCurvesExtension.java
+ S8158116: com/sun/crypto/provider/KeyAgreement/
/SupportedDHParamGens.java failed with timeout
+ S8159240: XSOM parser incorrectly processes type names with
whitespaces
+ S8159377: JMX Connections need white-list filters
+ S8161598: Kitchensink fails: assert(nm->insts_contains(original_pc))
failed: original PC must be in nmethod/CompiledMethod
+ S8163237: Restrict the use of EXPORT cipher suites
+ S8166362: [TEST_BUG] test sun/net/www/http/HttpClient/B8025710.java
failing with cert error in 8u121 b01
+ S8169944: sun/security/tools tests fail with CompilationError
+ S8170157: Enable unlimited cryptographic policy by default in
OracleJDK
+ S8170245: [TEST_BUG] Cipher tests fail when running with
unlimited policy
+ S8170911: 8170823 changes in 8u131 causing signature-test
failure in jck runtime8b suite
+ S8171262: Stability fixes for lcms
+ S8172297: In java 8, the marshalling with JAX-WS does not
escape carriage return
+ S8173631: Backout three hotspot fixes from 8u121-bpr repo
+ S8176536: Improved algorithm constraints checking
+ S8177144: [TEST BUG] sun/net/www/http/HttpClient/B8025710.java
should run in ovm mode
+ S8177750: Forgot TestSocketFactory testcase in 8163958
changeset
+ S8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO
100%
+ S8178728: Check the AlgorithmParameters in algorithm
constraints
+ S8179223: Integrate 8176490 into 8u131-bpr repo
+ S8181439: Test the jdk.tls.namedGroups System Property
+ S8181975: Run sun/security/pkcs11 tests on Mac
+ S8182614: Backout JDK-8140436 from 8u161
+ S8183939: Import JDK-8182672 into 8u141-bpr repo
+ S8184016: Text in native popup is not always updated with
Sogou IME
+ S8185572: Enable AssumeMP by default on SPARC machines
+ S8185628: Backport jdk/test/lib/testlibrary/CompilerUtils.java
to jdk8u which is helpful in test development
+ S8185719: rmi TestSocketFactory does not flush
+ S8185909: Disable JARs signed with DSA keys less than 1024
bits
+ S8186539: [testlibrary] TestSocketFactory should allow
triggers before match/replace
+ S8187482: Backout JDK-8159377
+ S8187556: Backout of a fix reintroduced a dependency that had
since been removed
+ S8188880: A JAXB JCK test failure found after 8186080
+ S8190258, PR3499: (tz) Support tzdata2017c
+ S8190259, PR3499: test tck.java.time.zone.TCKZoneRules is
broken by tzdata2017c
+ S8190266: closed/java/awt/ComponentOrientation/WindowTest.java
throws java.util.MissingResourceException.
+ S8190449: sun/security/pkcs11/KeyPairGenerator/TestDH2048.java
fails on Solaris x64 5.10
+ S8190497: DHParameterSpec.getL() returns zero after
JDK-8072452
+ S8190541: 8u161 L10n resource file update
+ S8190789: sun/security/provider/certpath/LDAPCertStore/
TestURICertStoreParameters.java fails after JDK-8186606
+ S8191137, PR3503: keytool fails to format resource strings
for keys for some languages after JDK-8171319
+ S8191340: 8ux linux builds failing - com.sun.org.apache.xalan.
internal.xsltc.trax.TransformerFactoryImpl (unknown type)
+ S8191352: Remove 8u161-b07 and 8u162-b07 tag to include
8191340 for b07
+ S8191907: PPC64 part of JDK-8174962: Better interface
invocations
+ S8192793: 8u161 L10n resource file update md20
+ S8193683: Increase the number of clones in the CloneableDigest
* Backports
+ S8165996, PR3506: PKCS11 using NSS throws an error regarding
secmod.db when NSS uses sqlite
+ S8170523, PR3506: Some PKCS11 test cases are ignored with
security manager
+ S8187667, PR3517: Disable deprecation warning for readdir_r
+ S8189789, PR3530: tomcat gzip-compressed response bodies
appear to be broken in update 151
+ S8194739, PR3520: Zero port of 8174962: Better interface
invocations
+ S8194828, PR3520: Fix for 8194739: Zero port of 8174962:
Better interface invocations
+ S8195837, PR3522: (tz) Upgrade time-zone data to tzdata2018c
+ S8196516, PR3523: [REDO] [linux] libfontmanager should be
linked against headless awt library
+ S8196978, PR3517: JDK-8187667 fails on GCC 4.4.7 as found on
RHEL 6
* Bug fixes
+ PR3489: Incomplete reading of directory containing tzdb.dat
+ PR3501: Revert 8165320 so as not to revert the work of
8034174 (PR2290)
+ PR3526: configure fails to parse GCC version
* AArch64 port
+ S8164113, PR3519: AArch64: follow-up the fix for 8161598
+ S8193133, PR3519: Assertion failure because 0xDEADDEAD can be
in-heap
+ S8194686, PR3519: AArch64 port of 8174962: Better interface
invocations
+ S8195859, PR3519: AArch64: vtableStubs gtest fails after
8174962
+ S8196136, PR3519: AArch64: Correct register use in patch for
JDK-8194686
+ S8196221, PR3519: AArch64: Mistake in committed patch for
JDK-8195859
+ PR3519: Fix functions with missing return value.
+ PR3519: Fix further functions with a missing return value.
* AArch32 port
+ S8140584: [aarch32] nmethod::oops_do_marking_epilogue always
runs verification code
+ S8174962: [aarch32] Better interface invocations
* Shenandoah
+ Fix post-CPU merge Shenandoah regressions
- Removed patch:
* tzdb_dat.patch
+ integrated upstream
- Added patch:
* aarch64.patch
+ fix aarch64 build
-------------------------------------------------------------------
Mon Jan 29 09:44:55 UTC 2018 - fstrba@suse.com
- Fix build with gcc 7.3
* add -fno-delete-null-pointer-checks -fno-lifetime-dse and
-std=gnu++98
-------------------------------------------------------------------
Fri Nov 3 11:36:40 UTC 2017 - fstrba@suse.com
- Added patch:
* tzdb_dat.patch
+ Patch also the other place in jdk that loads the tzdb.dat
file
-------------------------------------------------------------------
Thu Nov 2 06:30:45 UTC 2017 - fstrba@suse.com
- Update to version jdk8u151 (icedtea 3.6.0)
* Security fixes
+ S8165543: Better window framing
+ S8169026, CVE-2017-10274: Handle smartcard clean up better
(bsc#1064071)
+ S8169966: Larger AWT menus
+ S8170218: Improved Font Metrics
+ S8171252: Improve exception checking
+ S8171261: Stability fixes for lcms
+ S8174109, CVE-2017-10281: Better queuing priorities
(bsc#1064072)
+ S8174966, CVE-2017-10285: Unreferenced references
(bsc#1064073)
+ S8175940: More certificate subject checking
+ S8176751, CVE-2017-10295: Better URL connections (bsc#1064075)
+ S8178794, CVE-2017-10388: Correct Kerberos ticket grants
(bsc#1064086)
+ S8180024: Improve construction of objects during
deserialization
+ S8180711, CVE-2017-10346: Better invokespecial checks
(bsc#1064078)
+ S8181100, CVE-2017-10350: Better Base Exceptions (bsc#1064082)
+ S8181323, CVE-2017-10347: Better timezone processing
(bsc#1064079)
+ S8181327, CVE-2017-10349: Better X processing (bsc#1064081)
+ S8181370, CVE-2017-10345: Better keystore handling
(bsc#1064077)
+ S8181432, CVE-2017-10348: Better processing of unresolved
permissions (bsc#1064080)
+ S8181597, CVE-2017-10357: Process Proxy presentation
(bsc#1064085)
+ S8181612, CVE-2017-10355: More stable connection processing
(bsc#1064083)
+ S8181692, CVE-2017-10356: Update storage implementations
(bsc#1064084)
+ S8183028, CVE-2016-10165: Improve CMS header processing
(bsc#1064069)
+ S8184682, CVE-2016-9840, CVE-2016-9841, CVE-2016-9842,
CVE-2016-9843: Upgrade compression library (bsc#1064070)
* New features
+ PR3469: Alternative path to tzdb.dat
+ PR3483: Separate addition of nss.cfg and tz.properties into
separate targets
+ PR3484: Move SystemTap support to its own target
+ PR3485: Support additional targets for the bootstrap build
* Import of OpenJDK 8 u151 build 12
+ S8029659: Keytool, print key algorithm of certificate or key
entry
+ S8057810: New defaults for DSA keys in jarsigner and keytool
+ S8075484, PR3473, RH1490713: SocketInputStream.socketRead0
can hang even with soTimeout set
+ S8077670: sun/security/krb5/auto/MaxRetries.java may fail
with BindException
+ S8087144: sun/security/krb5/auto/MaxRetries.java fails with
Retry count is -1 less
+ S8153146: sun/security/krb5/auto/MaxRetries.java failed with
timeout
+ S8157561: Ship the unlimited policy files in JDK Updates
+ S8158517: Minor optimizations to ISO10126PADDING
+ S8171319: keytool should print out warnings when reading or
generating cert/cert req using weak algorithms
+ S8177569: keytool should not warn if signature algorithm
used in cacerts is weak
+ S8177837: need to upgrade install tools
+ S8178714: PKIX validator nameConstraints check failing after
change 8175940
+ S8179423: 2 security tests started failing for
JDK 1.6.0 u161 b05
+ S8179564: Missing @bug for tests added with JDK-8165367
+ S8181048: Refactor existing providers to refer to the same
constants for default values for key length
+ S8182879: Add warnings to keytool when using JKS and JCEKS
+ S8184937: LCMS error 13: Couldn't link the profiles
+ S8185039: Incorrect GPL header causes RE script to miss swap
to commercial header for licensee source bundle
+ S8185040: Incorrect GPL header causes RE script to miss swap
to commercial header for licensee source bundle
+ S8185778: 8u151 L10n resource file update
+ S8185845: Add SecurityTools.java test library
+ S8186503: sun/security/tools/jarsigner/DefaultSigalg.java
failed after backport to JDK 6/7/8
+ S8186533: 8u151 L10n resource file update md20
+ S8186674: Remove JDK-8174109 from CPU Aug 21 week builds
* Backports
+ S8035496, PR3487: G1 ARM: missing remset entry noticed by
VerifyAfterGC for vm/gc/concurrent/lp50yp10rp70mr30st0
+ S8146086, PR3439, RH1478402: Publishing two webservices on
same port fails with "java.net.BindException: Address already
in use"
+ S8184673, PR3475, RH1487266: Fix compatibility issue in
AlgorithmChecker for 3rd party JCE providers
+ S8185164, PR3438: GetOwnedMonitorInfo() returns incorrect
owned monitor
+ S8187822, PR3478, RH1494230: C2 conditonal move optimization
might create broken graph
* Bug fixes
+ PR3479, RH1486025: ECC and NSS JVM crash
+ PR3486: Path to jvm.cfg is wrong in add-systemtap-boot
+ S8165852, PR3468: (fs) Mount point not found for a file
which is present in overlayfs
+ S8188030, PR3459, RH1484079: AWT java apps fail to start
when some minimal fonts are present
* PPC port
+ S8145913, PR3466, RH1498309: PPC64: add Montgomery multiply
intrinsic
+ S8168318, PR3466, RH1498320: PPC64: Use cmpldi instead of
li/cmpld
+ S8170328, PR3466, RH1498321: PPC64: Use andis instead of
lis/and
+ S8181810, PR3466, RH1498319: PPC64: Leverage extrdi for
bitfield extract
* AArch64 port
+ S8161190, PR3488: AArch64: Fix overflow in immediate cmp
instruction
+ S8187224, PR3488: aarch64: some inconsistency between
aarch64_ad.m4 and aarch64.ad
* SystemTap
+ PR3467, RH1492139: Hotspot object_alloc tapset uses
HeapWordSize incorrectly
* Shenandoah
+ Add missing UseShenandoahGC checks to C2
+ [backport] Add JVMTI notifications to Shenandoah GC pauses.
+ [backport] After Evac verification should run consistently
+ [backport] All definitions should start with Shenandoah*
+ [backport] Allocation latency tracing
+ [backport] Allow allocations in pinned regions
+ [backport] Assorted monitoring support fixes
+ [backport] Avoid Full STW GC on System.gc() + related fixes
+ [backport] BrooksPointer tracing overwhelms -Xlog:gc=trace
+ [backport] Cannot do more than 1000 Full GCs
+ [backport] Cap heap size for TestRegionSizeArgs test
+ [backport] Cleanup "dirty" mentions
+ [backport] Cleanup unused methods and statements + Trivial
cleanup: removed unused field, etc.
+ [backport] Common pause marker to capture everything
before/after pause
+ [backport] Consistent print_on and tty handling
+ [backport] "continuous" heuristics
+ [backport] Disable biased locking by default
+ [backport] Fix build error: avoid loops with empty bodies
+ [backport] Fix build error: switches over enums should take
all enums
+ [backport] Fix build error: verifier liveness should not be
implicitly casted to size_t
+ [backport] Fixed assertion failures when printing heap
region to trace output
+ [backport] Fixed C calling convention of shenandoah_wb() on
Windows
+ [backport] LotsOfCycles test always degrades to Full GC
+ [backport] Made ShenandoahPrinter debug only
+ [backport] Make sure different Verifier levels work
+ [backport] Make sure we have at least one memory pool per
memory manager (JMX) + JMX double-counts heap used size
+ [backport] Mark heuristics diagnostic/experimental
+ [backport] Move Verifier "start" message under (gc,start)
+ [backport] On-demand commit as heap resizing strategy
+ [backport] Periodic GC
+ [backport] PhiNode::has_only_data_users() needs to apply to
shenandoah barrier only
+ [backport] Pinning humongous regions should be allowed
+ [backport] Reclaimed humongous regions should count towards
immediate garbage
+ [backport] Refactor region flags into finite state machine
+ [backport] Refactor ShConcThread dispatch
+ [backport] Refactor ShenandoahFreeSet + Fast-forward over
humongous regions to keep "current" non-humongous
+ [backport] Refactor ShenandoahHeapLock
+ [backport] Refactor ShenandoahHeapRegionSet
+ [backport] Region (byte|word) shifts as the replacement for
divisions
+ [backport] Rehash -XX:-UseTLAB in tests + Rehash allocation
tests
+ [backport] Rename inline guards
+ [backport] Selectable humongous threshold + Humongous top()
should be correct for iteration
+ [backport] Shortcut concurrent cycle when enough immediate
garbage is reclaimed
+ [backport] Templatize and improve inlining of arraycopy and
clone barriers.
+ [backport] TestRegionSampling test
+ [backport] TestSmallHeap test for Shenandoah
+ [backport] Uncommit heap regions after given delay
+ [backport] Underflow in adaptive free_threshold calculation
+ [backport] Unlock more GC-specific tests for Shenandoah
+ [backport] Update counters on slow-path more rarely
+ [backport] Verifier should avoid pushing on stack when
walking objects past TAMS
+ [backport] Verifier should walk cset and humongous regions
+ [backport] Verify humongous regions liveness
+ [backport] Verify liveness data
+ Correct way to fix Windows call convention issue
+ Fix build error in release config.
+ Fixed Fixed message logging
+ Handle Java heap initialization and expansion failures
+ Make sure -verbose:gc, PrintGC, PrintGCDetails work
consistently
+ Missing barriers on constant oops + acmp rework + cas fix +
write barrier on constant oop fix
+ Missing UseShenandoahGC check in
LibraryCallKit::inline_multiplyToLen()
+ Missing UseShenandoahGC check to C2
+ OOME in SurrogateLockerThread deadlocks the GC cycle
+ Properly unlock ShenandoahVerify
+ Remove unused memory_for, fixing the build
+ Remove useless code following acmp rework
+ Revert accidental G1 closure rename
+ Test bug: test library and flags in TestHeapAlloc
+ UnlockDiagnosticVMOptions flag is needed for ShenandoahVerify
+ Write barrier pin and expand cleanup
- Removed patches:
* alternative-tzdb_dat.patch
* java-1_8_0-openjdk-linuxfilestore.patch
+ Integrated upstream
-------------------------------------------------------------------
Sun Oct 8 12:44:35 UTC 2017 - fstrba@suse.com
- Enable improved font rendering on systems where it applies
-------------------------------------------------------------------
Mon Oct 2 07:40:41 UTC 2017 - fstrba@suse.com
- Change the requirement of tzdata-java8 to Recommends, since it is
not strictly needed.
-------------------------------------------------------------------
Thu Sep 28 16:40:43 UTC 2017 - fstrba@suse.com
- Added patch:
* alternative-tzdb_dat.patch
+ Allow specifying alternative path where to find the tzdb.dat
file. With fallback to $JAVA_HOME/jre/lib/tzdb.dat
- Don't symlink tzdb.dat in postinstall
-------------------------------------------------------------------
Thu Sep 21 22:43:35 UTC 2017 - fstrba@suse.com
- Update the provided jdbc-stdext version to 4.2
-------------------------------------------------------------------
Thu Sep 21 11:41:46 UTC 2017 - fstrba@suse.com
- Allow bootstrapping by itself (BuildConflicts: java-devel >= 1.9)
-------------------------------------------------------------------
Sat Sep 16 07:29:20 UTC 2017 - fstrba@suse.com
- Make the requirements for mozilla-nss requires_ge instead of
requires_eq
-------------------------------------------------------------------
Fri Sep 15 15:55:30 UTC 2017 - fstrba@suse.com
- Don't require java-bootstrap-devel, build with the non-bootstrap
java.
-------------------------------------------------------------------
Thu Aug 31 14:31:46 UTC 2017 - fstrba@suse.com
- Added patch:
* zero-atomic_copy64.patch
- Fix wrong assembly for ppc and (maybe for) s390
-------------------------------------------------------------------
Wed Aug 23 09:54:09 UTC 2017 - fstrba@suse.com
- Added patch:
* java-1_8_0-openjdk-linuxfilestore.patch
- Fix bsc#1032647, bsc#1052009 with btrfs subvolumes and
overlayfs
-------------------------------------------------------------------
Mon Jul 31 17:24:05 UTC 2017 - fstrba@suse.com
- Update to version jdk8u144 (icedtea 3.5.1)
* Import of OpenJDK 8 u144 build 01
- S8184993: Jar file verification failing with
SecurityException: digest missing xxx
* Shenandoah
- Amend "ArrayCopy verification code fix" with 8u-specific node
hierarchy test
- Amend "Refactor asm acmp" with a few missing changes
- [backport] aarch64 store check fix
- [backport] Account "shared" out-of-LAB allocations separately
- [backport] Adaptive should not be scared of user-requested
System.gc()
- [backport] Added assertion for page alignment of heap's base
address
- [backport] Add "verify jcstress" acceptance test
- [backport] "Allocation failure" cause should not be
overwritten
- [backport] ArrayCopy verification code fix
- [backport] Assorted cleanups
- [backport] "Before Full GC" verification is too strong for
OOME-during-evac
- [backport] C1 stores constants without read barriers
- [backport] Cleanup AArch64 code
- [backport] Cleanup class unloading and string intern code
- [backport] Cleanup duplicated Shenandoah task queue
declarations
- [backport] Cleanups
- [backport] Cleanup ShenandoahBarrierSet::write_barrier
- [backport] Cleanup ShenandoahHeap::do_evacuation
- [backport] Clean up unused fields and methods
- [backport] Cleanup: update-refs check in_collection_set twice
- [backport] Code cache roots styles
- [backport] Concurrent code cache evacuation + bugfixes
- [backport] Concurrent preclean + Fix weakref precleaning
- [backport] Correct prefetch offset for marked object
iteration
- [backport] Deferred region cleanup.
- [backport] Dense ShenandoahHeapRegion printout
- [backport] Detailed ParallelCleanupTask statistics + Split
out Full GC stats for parallel cleaning
- [backport] Disable aggressive+verification test configs
(jtreg eats up last configuration)
- [backport] Do not abandon RP discovery on conc GC cancel,
do that only before Full GC
- [backport] Eliminating _num_regions variable in
ShenandoahHeap
- [backport] Ensure collection set and cset map are consistent
- [backport] Fallback to shared allocation if GCLAB is not
available
- [backport] Fast synchronizer root scanning
- [backport] "F: Code Cache Roots" is missing from gc+stats
- [backport] Fix DerivedPointerTable handling when scanning
roots twice in init-evac phase
- [backport] Fixed a few of early returns that calling
register_gc_end()
- [backport] Fix live data accounting for humongous region
- [backport] Fix memory Phis with only data uses
- [backport] Fix recycled regions zapping
- [backport] Fix up pointer volatility
- [backport] Generic verification should not trust bitmaps
- [backport] Heap/matrix verification for all reachable objects
- [backport] Heap memory usage counting not longer needs to be
atomic
- [backport] Heap region recycling should call explicit clear()
and request zapping
- [backport] Heap region verification
- [backport] Implementation of interpreter matrix barrier on
aarch64
- [backport] Implement early update references phase.
- [backport] implicit null checks broken on aarch64
- [backport] Increase timeout for EvilSyncBug test
- [backport] Lazy parallel code cache iterator
- [backport] Make statistics gathering span more operations
- [backport] Make sure atomic operations are done on
"volatile" fields
- [backport] Make sure new_active_workers is used
- [backport] Make {T,GC}LAB statistics unconditional
- [backport] Mark-compact and heuristics should consistently
process refs and unload classes
- [backport] minor fix to optimization of java mirror
comparison
- [backport] more barrier on constant oop fixes + couple small
unrelated fixes
- [backport] More collection set and matrix cleanup
- [backport] Nit: mark-compact phase 3 (Adjust Pointers) should
announce itself as "Phase 3"
- [backport] Optimize heap region size checks
- [backport] Optimize heap verification
- [backport] Out-of-TLAB evacuation should overwrite stale
copies
- [backport] Parallel code cache scanning
- [backport] Parallel verification
- [backport] Print correct message about gross times in stats
- [backport] Print heap changes in phases that actually change
heap occupancy
- [backport] Print more detailed final UR stats
- [backport] Print more details for weak ref and class
unloading stats
- [backport] Properly react on -ClassUnloading
- [backport] Purge ealier version of redefined classes during
class unloading
- [backport] Purge ratio, global, connections heuristics.
- [backport] Purge shenandoahHumongous.hpp
- [backport] Purge ShenandoahVerify(Reads|Writes)ToFromSpace.
- [backport] Reduce region retirement during tlab allocation
- [backport] Refactor asm acmp (x86, aarch64, renames)
- [backport] Refactor BrooksPointer asserts
- [backport] Refactor heap verification
- [backport] Reference processing deadlocks with
-ParallelRefProcEnabled
- [backport] Reference processors might use non-forwarded alive
checks
- [backport] Region sampling may not be enabled because last
timetick is uninitialized
- [backport] Rehash ShenandoahHeap section in hs_err
- [backport] Reinstate "Purge" block in final-mark stats
- [backport] Relax assert to not fire at safepoint
- [backport] Remove heap printing routines from ShenandoahHeap
- [backport] Remove obsolete compile_resolve_oop_runtime()
methods
- [backport] Rename final mark operations
- [backport] Rename ShenandoahBarriersForConst
- [backport] Replace ShHeapRegionSet::get with get_fast
- [backport] Report correct total garbage data. Print out
garbage and cset data with -Xlog:gc+ergo
- [backport] Report oops and fwdptrs verification failures
fully
- [backport] Result of write barrier on constant not used
- [backport] Separate Full GC root operations in GC stats
- [backport] ShenandoahCollectionSet refactor
- [backport] ShenandoahGCSession used wrong timer for full GC
- [backport] ShenandoahHeap::evacuate_object() with boolean
result flag.
- [backport] Shenandoah options should be uintx
- [backport] shenandoah_wb should fallback to slow path with
-UseTLAB + Fix aarch64 compilation error due to
shenandoah_wb change
- [backport] ShenandoahWriteBarrierNode::memory_dominates_all_paths()
assert failure when compiling methods using unsafe
- [backport] Shortcut reference processing when no work is
available
- [backport] Simplify parallel synchronizer roots iterator
- [backport] Skip RESOLVE when references update is not needed
- [backport] Stats should attribute "Resize TLABs" properly,
and mention "Pause" for init/final mark
- [backport] Stats should not record past-shutdown events
- [backport] "String/Symbol/CodeCache" -> "Str/Sym, Code Cache"
- [backport] Tests should use all heuristics and pass heap
verification + Disable aggressive+verification test configs
- [backport] Total pauses should include final-mark pauses
- [backport] Trim down native GC footprint
- [backport] Update region sampling to include TLAB/GCLAB
allocation data
- [backport] Update roots should always handle derived pointers
- [backport] Update ShenandoahHeapSampling to avoid double
counting.
- [backport] Update statistics to capture thread data
accurately
- [backport] Use CollectedHeap::base() instead of
ShenandoahHeap::first_region_bottom()
- [backport] Use lock version heap region memory allocator
- [backport] Use scoped object for gc session/phases recording
- [backport] Variable steps in adaptive heuristics
- [backport] Verification error log is truncated
- [backport] Verification levels
- [backport] Verification should assert complete bitmaps in
most phases + Disable complete bitmap verification in init
mark
- [backport] Verifier performance improvements: scan objects
once, avoid double oop checks
- [backport] Verifier should not assert cset in forwarded test
block
- [backport] Verifier should print extended info on referenced
location
- [backport] Verifier should use non-optimized root scans
- [backport] Verify marked objects
- [backport] Verify TAMS and object sizes
- [backport] write barrier can get stuck below predicates
resulting in unschedulable graph
- S8140584: nmethod::oops_do_marking_epilogue always runs
verification code
- S8180175, S8180599: Cherry-pick/synchronize
- Cleanup: Removed redundant
ClassLoaderData::clear_claimed_marks() calls
- Cleanup shared code.
- Fixed memory leak in region garbage cache
- Fix return type of
ShenandoahHeapRegion::region_size_words_jint()
- Improved comment about AArch64bit addressing in assembler.
- Leak mutex in ShenandoahTaskTerminator
- Make sure C2 arguments are not used when C2 is disabled.
- Refactor parallel ClassLoaderData iterator
- Revert G1 changes and bring shared BitMap
- Add missing cmpoops() declaration to AArch64 macro assembler.
Back out matrix related code from AArch64 interpreter.
- Fix build without precompiled headers.
- Fixed build issues on Windows
-------------------------------------------------------------------
Wed Jul 26 06:54:51 UTC 2017 - fstrba@suse.com
- Use aarch32 instead of arm as a directory for JIT arm 32-bit
virtual machine.
-------------------------------------------------------------------
Fri Jul 21 08:27:25 UTC 2017 - fstrba@suse.com
- Upgrade to version jdk8u141 (icedtea 3.5.0)
* Security fixes
- S8163958, CVE-2017-10102, bsc#1049316: Improved garbage
collection
- S8167228: Update to libpng 1.6.28
- S8169209, CVE-2017-10053, bsc#1049305: Improved image
post-processing steps
- S8169392, CVE-2017-10067, bsc#1049306: Additional jar
validation steps
- S8170966, CVE-2017-10081, bsc#1049309: Right parenthesis
issue
- S8171539, CVE-2017-10078, bsc#1049308: Better script
accessibility for JavaScript
- S8172204, CVE-2017-10087, bsc#1049311: Better Thread Pool
execution
- S8172461, CVE-2017-10089, bsc#1049312: Service Registration
Lifecycle
- S8172465, CVE-2017-10090, bsc#1049313: Better handling of
channel groups
- S8172469, CVE-2017-10096, bsc#1049314: Transform Transformer
Exceptions
- S8173286, CVE-2017-10101, bsc#1049315: Better reading of text
catalogs
- S8173697, CVE-2017-10107, bsc#1049318: Less Active
Activations
- S8173770, CVE-2017-10074, bsc#1049307: Image conversion
improvements
- S8174098, CVE-2017-10110, bsc#1049321: Better image fetching
- S8174105, CVE-2017-10108, bsc#1049319: Better naming
attribution
- S8174113, CVE-2017-10109, bsc#1049320: Better sourcing of
code
- S8174770: Check registry registration location
- S8174873: Improved certificate processing
- S8175106, CVE-2017-10115, bsc#1049324: Higher quality DSA
operations
- S8175110, CVE-2017-10118, bsc#1049326: Higher quality ECDSA
operations
- S8176055: JMX diagnostic improvements
- S8176067, CVE-2017-10116, bsc#1049325: Proper directory
lookup processing
- S8176760, CVE-2017-10135, bsc#1049328: Better handling of
PKCS8 material
- S8178135, CVE-2017-10176, bsc#1049329: Additional elliptic
curve support
- S8179101, CVE-2017-10193, bsc#1049330: Improve algorithm
constraints implementation
- S8179998, CVE-2017-10198, bsc#1049331: Clear certificate
chain connections
- S8181420, CVE-2017-10074, bsc#1049307: PPC: Image conversion
improvements
- S8183551, CVE-2017-10074, PR3423, bsc#1049307: AArch64: Image
conversion improvements
- S8184185, CVE-2017-10111, bsc#1049322: Rearrange MethodHandle
arrangements
- bsc#1049332, CVE-2017-10243: Unspecified vulnerability in
subcomponent JAX-WS
- bsc#1049327, CVE-2017-10125: Unspecified vulnerability in
subcomponent deployment
- bsc#1049323, CVE-2017-10114: Unspecified vulnerability in
subcomponent JavaFX
- bsc#1049317, CVE-2017-10105: Unspecified vulnerability in
subcomponent deployment
- bsc#1049310, CVE-2017-10086: Unspecified vulnerability in
subcomponent JavaFX
* New features
- PR3392, RH1273760: Support using RSAandMGF1 with the SHA hash
algorithms in the PKCS11 provider
* Import of OpenJDK 8 u141 build 15 (bsc#1049302)
- S8139870: sun.management.LazyCompositeData.isTypeMatched()
fails for composite types with items of ArrayType
- S8155690: Update libPNG library to the latest up-to-date
- S8159058: SAXParseException when sending soap message
- S8162461: Hang due to JNI up-call made whilst holding JNI
critical lock
- S8163889: [macosx] Can't print from browser on Mac OS X
- S8165231: java.nio.Bits.unaligned() doesn't return true on ppc
- S8165367: Additional tests for JEP 288: Disable SHA-1
Certificates
- S8173145: Menu is activated after using mnemonic Alt/Key
combination
- S8173207: Upgrade compression library
- S8175251: Failed to load RSA private key from pkcs12
- S8176329: jdeps to detect MR jar file and output a warning
- S8176536: Improved algorithm constraints checking
- S8176731: JCK tests in api/javax_xml/transform/ spec
conformance started failing after 8172469
- S8176769: Remove accidental spec change in jdk8u
- S8177449: (tz) Support tzdata2017b
- S8178996: [macos] JComboBox doesn't display popup in mixed
JavaFX Swing Application on 8u131 and Mac OS 10.12
- S8179014: JFileChooser with Windows look and feel crashes on
win 10
- S8180582: The bind to rmiregistry is rejected by
registryFilter even though registryFilter is set
- S8181591: 8u141 L10n resource file update
- S8181698: Remove and retag 8u141-b12 tag from source
repository
- S8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
- S8182054: Improve wsdl support
- S8184235: Backout JDK-8173207 from 8u141, 7u151 and higher
updates source base
* Backports
- S8164293, PR3412, RH1459641: HotSpot leaking memory in
long-running requests
- S8175813, PR3394, RH1448880: PPC64: "mbind: Invalid argument"
when -XX:+UseNUMA is used
- S8175887, PR3415: C1 value numbering handling of
Unsafe.get*Volatile is incorrect
- S8179084, PR3409, RH1455694: HotSpot VM fails to start when
AggressiveHeap is set
- S8180048, PR3411, RH1449870: Interned string and symbol table
leak memory during parallel unlinking
- S8181055, PR3394, RH1448880: PPC64: "mbind: Invalid argument"
still seen after 8175813
- S8181419, PR3413, RH1463144: Race in jdwp invoker handling
may lead to crashes or invalid results
* AArch64 port
- S7009641, PR3423: Don't fail VM when CodeCache is full
- S8182581, PR3423: aarch64: fix for crash caused by earlyret
of compiled method
* AArch32 port
- PR3391: Revert PR3385 as -Xshare:dump does appear to work on
AArch32
-------------------------------------------------------------------
Wed May 17 10:52:18 UTC 2017 - fstrba@suse.com
- Upgrade to version jdk8u131 (icedtea 3.4.0) - bsc#1034849
* Security fixes
- S8163520, CVE-2017-3509: Reuse cache entries
- S8163528, CVE-2017-3511: Better library loading
- S8165626, CVE-2017-3512: Improved window framing
- S8167110, CVE-2017-3514: Windows peering issue
- S8168699: Validate special case invocations
- S8169011, CVE-2017-3526: Resizing XML parse trees
- S8170222, CVE-2017-3533: Better transfers of files
- S8171121, CVE-2017-3539: Enhancing jar checking
- S8171533, CVE-2017-3544: Better email transfer
- S8172299: Improve class processing
* New features
- PR1969: Add AArch32 JIT port
- PR3297: Allow Shenandoah to be used on AArch64
- PR3340: jstack.stp should support AArch64
* Import of OpenJDK 8 u131 build 11
- S6474807: (smartcardio) CardTerminal.connect() throws
CardException instead of CardNotPresentException
- S6515172, PR3346: Runtime.availableProcessors() ignores Linux
taskset command
- S7155957:
closed/java/awt/MenuBar/MenuBarStress1/MenuBarStress1.java
hangs on win 64 bit with jdk8
- S7167293: FtpURLConnection connection leak on
FileNotFoundException
- S8035568: [macosx] Cursor management unification
- S8079595: Resizing dialog which is JWindow parent makes JVM
crash
- S8130769: The new menu can't be shown on the menubar after
clicking the "Add" button.
- S8146602:
jdk/test/sun/misc/URLClassPath/ClassnameCharTest.java test
fails with NullPointerException
- S8147842: IME Composition Window is displayed at incorrect
location
- S8147910, PR3346: Cache initial active_processor_count
- S8150490: Update OS detection code to recognize Windows
Server 2016
- S8160951: [TEST_BUG]
javax/xml/bind/marshal/8134111/UnmarshalTest.java should be
added into :needs_jre group
- S8160958: [TEST_BUG]
java/net/SetFactoryPermission/SetFactoryPermission.java
should be added into :needs_compact2 group
- S8161147: jvm crashes when -XX:+UseCountedLoopSafepoints is
enabled
- S8161195: Regression:
closed/javax/swing/text/FlowView/LayoutTest.java
- S8161993, PR3346: G1 crashes if active_processor_count
changes during startup
- S8162876: [TEST_BUG]
sun/net/www/protocol/http/HttpInputStream.java fails
intermittently
- S8162916: Test sun/security/krb5/auto/UnboundSSL.java fails
- S8164533: sun/security/ssl/SSLSocketImpl/CloseSocket.java
failed with "Error while cleaning up threads after test"
- S8167179: Make XSL generated namespace prefixes local to
transformation process
- S8168774: Polymorhic signature method check crashes javac
- S8169465: Deadlock in com.sun.jndi.ldap.pool.Connections
- S8169589: [macosx] Activating a JDialog puts to back another
dialog
- S8170307: Stack size option -Xss is ignored
- S8170316: (tz) Support tzdata2016j
- S8170814: Reuse cache entries (part II)
- S8170888, PR3314, RH1284948: [linux] Experimental support for
cgroup memory limits in container (ie Docker) environments
- S8171388: Update JNDI Thread contexts
- S8171949: [macosx] AWT_ZoomFrame Automated tests fail with
error: The bitwise mask Frame.ICONIFIED is not setwhen the
frame is in ICONIFIED state
- S8171952: [macosx]
AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog
test fails as DummyButton on Dialog did not gain focus when
clicked.
- S8173030: Temporary backout fix #8035568 from 8u131-b03
- S8173031: Temporary backout fix #8171952 from 8u131-b03
- S8173783, PR3328: IllegalArgumentException:
jdk.tls.namedGroups
- S8173931: 8u131 L10n resource file update
- S8174844: Incorrect GPL header causes RE script to miss swap
to commercial header for licensee source bundle
- S8174985: NTLM authentication doesn't work with IIS if NTLM
cache is disabled
- S8176044: (tz) Support tzdata2017a
* Backports
- S6457406, PR3335: javadoc doesn't handle <a
href='http://...'> properly in producing index pages
- S8030245, PR3335: Update langtools to use try-with-resources
and multi-catch
- S8030253, PR3335: Update langtools to use strings-in-switch
- S8030262, PR3335: Update langtools to use foreach loops
- S8031113, PR3337: TEST_BUG:
java/nio/channels/AsynchronousChannelGroup/Basic.java fails
intermittently
- S8031625, PR3335: javadoc problems referencing inner class
constructors
- S8031649, PR3335: Clean up javadoc tests
- S8031670, PR3335: Remove unneeded -source options in javadoc
tests
- S8032066, PR3335: Serialized form has broken links to non
private inner classes of package private
- S8034174, PR2290: Remove use of JVM_* functions from java.net
code
- S8034182, PR2290: Misc. warnings in java.net code
- S8035876, PR2290: AIX build issues after '8034174: Remove use
of JVM_* functions from java.net code'
- S8038730, PR3335: Clean up the way JavadocTester is invoked,
and checks for errors.
- S8040903, PR3335: Clean up use of BUG_ID in javadoc tests
- S8040904, PR3335: Ensure javadoc tests do not overwrite
results within tests
- S8040908, PR3335: javadoc test TestDocEncoding should use
-notimestamp
- S8041150, PR3335: Avoid silly use of static methods in
JavadocTester
- S8041253, PR3335: Avoid redundant synonyms of NO_TEST
- S8043780, PR3368: Use open(O_CLOEXEC) instead of
fcntl(FD_CLOEXEC)
- S8061305, PR3335: Javadoc crashes when method name ends with
"Property"
- S8072452, PR3337: Support DHE sizes up to 8192-bits and DSA
sizes up to 3072-bits
- S8075565, PR3337: Define @intermittent jtreg keyword and mark
intermittently failing jdk tests
- S8075670, PR3337: Remove intermittent keyword from some tests
- S8078334, PR3337: Mark regression tests using randomness
- S8078880, PR3337: Mark a few more intermittently failuring
security-libs
- S8133318, PR3337: Exclude intermittent failing PKCS11 tests
on Solaris SPARC 11.1 and earlier
- S8144539, PR3337: Update PKCS11 tests to run with security
manager
- S8144566, PR3352: Custom HostnameVerifier disables SNI
extension
- S8153711, PR3313, RH1284948: [REDO] JDWP: Memory Leak:
GlobalRefs never deleted when processing invokeMethod command
- S8155049, PR3352: New tests from 8144566 fail with "No
expected Server Name Indication"
- S8173941, PR3326: SA does not work if executable is DSO
- S8174164, PR3334, RH1417266: SafePointNode::_replaced_nodes
breaks with irreducible loops
- S8174729, PR3336, RH1420518: Race Condition in
java.lang.reflect.WeakCache
- S8175097, PR3334, RH1417266: [TESTBUG] 8174164 fix missed the
test
* Bug fixes
- PR3348: Architectures unsupported by SystemTap tapsets throw
a parse error
- PR3378: Perl should be mandatory
- PR3389: javac.in and javah.in should use @PERL@ rather than a
hardcoded path
* AArch64 port
- S8168699, PR3372: Validate special case invocations [AArch64
support]
- S8170100, PR3372: AArch64: Crash in C1-compiled code
accessing References
- S8172881, PR3372: AArch64: assertion failure: the int
pressure is incorrect
- S8173472, PR3372: AArch64: C1 comparisons with null only use
32-bit instructions
- S8177661, PR3372: Correct ad rule output register types from
iRegX to iRegXNoSp
* AArch32 port
- PR3380: Zero should not be enabled by default on arm with the
AArch32 HotSpot build
- PR3384, S8139303, S8167584: Add support for AArch32
architecture to configure and jdk makefiles
- PR3385: aarch32 does not support -Xshare:dump
- PR3386, S8164652: AArch32 jvm.cfg wrong for C1 build
- PR3387: Installation fails on arm with AArch32 port as
INSTALL_ARCH_DIR is arm, not aarch32
- PR3388: Wrong path for jvm.cfg being used on arm with AArch32
build
* Shenandoah
- Fix Shenandoah argument checking on 32bit builds.
- Import from Shenandoah tag
aarch64-shenandoah-jdk8u101-b14-shenandoah-merge-2016-07-25
- Import from Shenandoah tag
aarch64-shenandoah-jdk8u121-b14-shenandoah-merge-2017-02-20
- Import from Shenandoah tag
aarch64-shenandoah-jdk8u121-b14-shenandoah-merge-2017-03-06
- Import from Shenandoah tag
aarch64-shenandoah-jdk8u121-b14-shenandoah-merge-2017-03-09
- Import from Shenandoah tag
aarch64-shenandoah-jdk8u121-b14-shenandoah-merge-2017-03-23
-------------------------------------------------------------------
Wed Mar 1 08:41:19 UTC 2017 - fstrba@suse.com
- Fix build of Sun Elliptical Curves Crypto provider on Tumbleweed.
Fixes bsc#1026102.
- Clean the mozilla-nss requires and move them into the headless
-------------------------------------------------------------------
Tue Feb 21 07:18:27 UTC 2017 - asn@cryptomilk.org
- Add a test to check that ECC is working
* new file TestECDSA.java
-------------------------------------------------------------------
Wed Feb 1 12:54:10 UTC 2017 - fstrba@suse.com
- Don't run bootstrap build for s390, since it is broken, instead
introduce a little cycle on this platform, in order to have
working openjdk8
-------------------------------------------------------------------
Sun Jan 29 20:44:57 UTC 2017 - fstrba@suse.com
- Upgrade to version jdk8u121 (icedtea 3.3.0) - bsc#1020905
* Security fixes
- S8138725: Add options for Javadoc generation
- S8140353: Improve signature checking
- S8151934, CVE-2017-3231: Resolve class resolution
- S8156804, CVE-2017-3241: Better constraint checking
- S8158406: Limited Parameter Processing
- S8158997: JNDI Protocols Switch
- S8159507: RuntimeVisibleAnnotation validation
- S8161218: Better bytecode loading
- S8161743, CVE-2017-3252: Provide proper login context
- S8162577: Standardize logging levels
- S8162973: Better component components
- S8164143, CVE-2017-3260: Improve components for menu items
- S8164147, CVE-2017-3261: Improve streaming socket output
- S8165071, CVE-2016-2183: Expand TLS support
- S8165344, CVE-2017-3272: Update concurrency support
- S8166988, CVE-2017-3253: Improve image processing performance
- S8167104, CVE-2017-3289: Additional class construction
refinements
- S8167223, CVE-2016-5552: URL handling improvements
- S8168705, CVE-2016-5547: Better ObjectIdentifier validation
- S8168714, CVE-2016-5546: Tighten ECDSA validation
- S8168728, CVE-2016-5548: DSA signing improvments
- S8168724, CVE-2016-5549: ECDSA signing improvments
* New features
- PR3300: wget not required when downloading is disabled
- PR3301: Support RHEL multilib installations which use the
/usr/lib/jvm/java-1.x.0-openjdk.${arch} naming
- PR3303: Allow Kerberos to be detected by old libs & headers
method if pkg-config check fails
* Import of OpenJDK 8 u112 build 16
- S6477756: GraphicsDevice.getConfigurations() is slow taking 3
or more seconds
- S7172749: Xrender: Class cast exception in 2D code running an
AWT regression test
- S8017629: G1: UseSHM in combination with a G1HeapRegionSize >
os::large_page_size() falls back to use small pages
- S8022203: Intermittent test failures in demo/jvmti/hprof
- S8022582: Relax response flags checking in
sun.security.krb5.KrbKdcRep.check.
- S8027575: b113 causing a lot of memory allocation and
regression for wls_webapp_atomics
- S8028486: java/awt/Window/WindowsLeak/WindowsLeak.java fails
- S8030780: test/com/sun/corba/cachedSocket/7056731.sh leaves
HelloServer behind
- S8036630: Null ProtectionDomain in JVM can cause NPE because
principals field is not initialized to an empty array
- S8042660: vm/mlvm/anonloader/stress/byteMutation failed with:
assert(index >=0 && index < _length) failed: symbol index
overflow
- S8044193: Need to add known answer tests for AES cipher
- S8044575: testlibrary_tests/whitebox/vm_flags/UintxTest.java
failed: assert(!res ||
TypeEntriesAtCall::arguments_profiling_enabled()) failed: no
profiling of arguments
- S8048601: Tests for JCE crypto ciphers (part 1)
- S8048621: Implement basic keystore tests
- S8048622: Enhance tests for PKCS11 keystores with NSS
- S8049021: Add smartcardio tests with APDU buffer
- S8049312: AES/CICO test failed with on several modes
- S8050402: Tests to check for use of policy files
- S8050409: Test for JAAS getPrivateCredentials
- S8054326: Confusing message in "Current rem set statistics"
- S8055772: get_source.sh : version check assumes English
localization
- S8057791: Selection in JList is drawn with wrong colors in
Nimbus L&F
- S8058865: JMX Test Refactoring
- S8067964: Native2ascii doesn't close one of the streams it
opens
- S8071487:
javax/management/monitor/GaugeMonitorDeadlockTest.java timed
out
- S8071909: Port testlibrary improvments in jdk/test to
hotspot/test as required for DCMD test port
- S8073542: File Leak in
jdk/src/java/base/unix/native/libnet/PlainDatagramSocketImpl.c
- S8074784: Additional tests for XML DSig API
- S8075007: Additional tests for krb5-related cipher suites
with unbound server
- S8075297: Tests for RFEs 4515853 and 4745056
- S8075299: Additional tests for krb5 settings
- S8075301: Tests for sun.security.krb5.principal system
property
- S8077276: allocating heap with UseLargePages and HugeTLBFS
may trash existing memory mappings (linux)
- S8078268: javax.swing.text.html.parser.Parser parseScript
incorrectly optimized
- S8078382: Wrong glyph is displayed for a derived font
- S8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump
to parent frame on focus
- S8085903: New fix for memory leak in ProtectionDomain cache
- S8098581: SecureRandom.nextBytes() hurts performance with
small size requests
- S8129740: Incorrect class file created when passing lambda in
inner class constructor
- S8130127: streamline input parameter of Nashorn scripting
$EXEC function
- S8130309: Need to bailout cleanly if creation of stubs fails
when codecache is out of space
- S8130317: "ant test" fails to complete on Windows when run
under cygwin shell
- S8133070: Hot lock on BulkCipher.isAvailable
- S8133309: Some unicode characters do not display any more
after upgrading to Windows 10
- S8134232: KeyStore.load() throws an IOException with a wrong
cause in case of wrong password
- S8135322: ConstantPool::release_C_heap_structures not run in
some circumstances
- S8136998: JComboBox prevents wheel mouse scrolling of
JScrollPane
- S8137240: Negative lookahead in RegEx breaks backreference
- S8138906: [TEST_BUG] Test test/script/trusted/JDK-8087292.js
intermittently fails.
- S8141148: LDAP "follow" throws ClassCastException with Java 8
- S8141541: Simplify Nashorn's Context class loader handling
- S8143640: Showing incorrect result while passing specific
argument in the Java launcher tools
- S8143642: Nashorn shebang argument handling is broken
- S8144160: Regression: two tests fail on Windows with "ant
test" target
- S8144221: fix Nashorn shebang argument handling on Mac/Linux
- S8144703: ClassCastException: sun.font.CompositeFont cannot
be cast to PhysicalFont
- S8145305: fix Nashorn shebang handling on Cygwin
- S8145984: [macosx] sun.lwawt.macosx.CAccessible leaks
- S8146975: NullPointerException in
IIOPInputStream.inputClassFields
- S8147026: Convert an assert in ClassLoaderData to a guarantee
- S8147451: Crash in
Method::checked_resolve_jmethod_id(_jmethodID*)
- S8147585: Annotations with lambda expressions has parameter
result in wrong behavior.
- S8147969: Print size of DH keysize when errors are encountered
- S8148140: arguments are handled differently in apply for JS
functions and AbstractJSObjects
- S8148984: [macosx] Chinese Comma cannot be entered using
Pinyin Input Method on OS X
- S8150219: ReferenceError in 1.8.0_72
- S8150234: Windows 10 App Containers disallow access to ICMP
calls
- S8150814: correct package declaration in Nashorn test
- S8151722: TESTBUG: New test compiler/native/TestDirtyInt.sh
should be modified
- S8153149: Uninitialised memory in WinAccessBridge.cpp:1128
- S8153192: (se) Selector.select(long) uses wrong timeout after
EINTR (lnx)
- S8153781: Issue in XMLScanner:
EXPECTED_SQUARE_BRACKET_TO_CLOSE_INTERNAL_SUBSET when skipping
large DOCTYPE section with CRLF at wrong place
- S8153948: sun/security/mscapi/ShortRSAKey1024.sh fails with
"Field length overflow"
- S8154009: Some methods of java.security.Security require more
permissions, than necessary
- S8154069: Jaws reads wrong values from comboboxes when no
element is selected
- S8154144: Tests in com/sun/jdi fails intermittently with "jdb
input stream closed prematurely"
- S8154469: Update FSF address
- S8154553: Incorrect GPL header in package-info.java reported
- S8154558: Incorrect GPL header in ProcessEnvironment_md.c
reported
- S8154816: Caps Lock doesn't work as expected when using
Pinyin Simplified input method
- S8154831: CastII/ConvI2L for a range check is prematurely
eliminated
- S8155001: SystemTray.remove() leaks GDI Objects in Windows
- S8155106: MHs.Lookup.findConstructor returns handles for
array classes
- S8155214: java/lang/invoke/PermuteArgsTest.java fails due to
exhausted code cache
- S8156478: 3 Buffer overrun defect groups in jexec.c
- S8156521: Minor fixes and cleanups in NetworkInterface.c
- S8156714: Parsing issue with automatic semicolon insertion
- S8156836: SIGSEGV: Test
test/compiler/jsr292/VMAnonymousClasses.java fails with JTREG
4.2 b02
- S8156896: Script stack trace should display function names
- S8157160: JSON.stringify does not work on ScriptObjectMirror
objects
- S8157242: Some java/lang/invoke tests miss othervm
- S8157444: exclude jjs shebang handling test from runs
- S8157603: TestCipher.java doesn't check one of the decrypted
message as expected
- S8157680: Callback parameter of any JS builtin implementation
should accept any Callable
- S8157819: TypeError when a java.util.Comparator object is
invoked as a function
- S8158059: The fix for 8050402 was partially committed
- S8158072: Need a test for JDK-7172749
- S8158111: Make handling of 3rd party providers more stable
- S8158178: java.awt.SplashScreen.getSize() returns incorrect
size for high dpi splash screens
- S8158338: Nashorn's ScriptLoader split delegation has to be
adjusted
- S8158373: SIGSEGV: Metadata::mark_on_stack
- S8158467: AccessControlException is thrown on public Java
class access if "script app loader" is set to null
- S8158495: CCE: sun.java2d.NullSurfaceData cannot be cast to
sun.java2d.opengl.OGLSurfaceData
- S8158802: com.sun.jndi.ldap.SimpleClientId produces wrong
hash code
- S8158871: Long response times with G1 and StringDeduplication
- S8159822: Non-synchronized access to shared members of
com.sun.jndi.ldap.pool.Pool
- S8160122: Backport of JDK-8159244 used wrong version of the
JDK 9 fix
- S8160518: Semicolon is not recognized as comment starting
character (Kerberos)
- S8160693: ScriptRunData.java uses bitwise AND instead of
logical AND
- S8161144: Fix for JDK-8147451 failed: Crash in
Method::checked_resolve_jmethod_id(_jmethodID*)
- S8162510: 8u112 L10n resource file updates
- S8164453: 8u112 L10n resource file update - msgdrop 20
* Import of OpenJDK 8 u121 build 13
- S8037099: [macosx] Remove all references to GC from native
OBJ-C code
- S8059212: Modify sun/security/smartcardio manual regression
tests so that they do not just fail if no cardreader found
- S8139565: Restrict certificates with DSA keys less than 1024
bits
- S8140422: Add mechanism to allow non default root CAs to be
not subject to algorithm restrictions
- S8148516: Improve the default strength of EC in JDK
- S8151893: Add security property to configure XML Signature
secure validation mode
- S8152438: Threads may do significant work out of the
non-shared overflow buffer
- S8153438: Avoid repeated "Please insert a smart card" popup
windows
- S8154005: Add algorithm constraint that specifies the
restriction date
- S8154015: Apply algorithm constraints to timestamped code
- S8159410: InetAddress.isReachable returns true for non
existing IP adresses
- S8160108: Implement Serialization Filtering
- S8161228: URL objects with custom protocol handlers have port
changed after deserializing
- S8161571: Verifying ECDSA signatures permits trailing bytes
- S8163304: jarsigner -verbose -verify should print the
algorithms used to sign the jar
- S8163583: [macosx] Press "To Back" button on the Dialog, the
Dialog moves behind the Frame
- S8164908: ReflectionFactory support for IIOP and custom
serialization
- S8165230: RMIConnection addNotificationListeners failing with
specific inputs
- S8166389: [TEST_BUG]
closed/java/security/Security/ReadProp/ReadProp.sh failing
- S8166393: disabledAlgorithms property should not be strictly
parsed
- S8166432: Bad 8u112 merge of
sun/security/tools/jarsigner/warnings/Test.java
- S8166591: [macos 10.12] Trackpad scrolling of text on OS X
10.12 Sierra is very fast (Trackpad, Retina only)
- S8166739: Improve extensibility of ObjectInputFilter
information passed to the filter
- S8166875: (tz) Support tzdata2016g
- S8166878: Connection reset during TLS handshake
- S8167356: Follow up fix for jdk8 backport of 8164143. Changes
for CMenuComponent.m were missed
- S8167459: Add debug output for indicating if a chosen
ciphersuite was legacy
- S8167472: Chrome interop regression with JDK-8148516
- S8167591: Add MD5 to signed JAR restrictions
- S8168861: AnchorCertificates uses hardcoded password for
cacerts keystore
- S8168963: Backout JDK-8154005
- S8168993: JDK8u121 L10n resource file update
- S8169072: Backout JDK-8154015
- S8169191: (tz) Support tzdata2016i
- S8169688: Backout (remove) MD5 from
jdk.jar.disabledAlgorithms for January CPU
- S8169911: Enhanced tests for jarsigner -verbose -verify after
JDK-8163304
- S8170131: Certificates not being blocked by
jdk.tls.disabledAlgorithms property
- S8170268: 8u121 L10n resource file update - msgdrop 20
* Bug fixes
- PR3271: Always round glyph advance in 26.6 space
- PR3271: Fix compatibility with vanilla Fontconfig
- PR3271: Fix glyph y advance
- PR3271: Replace 'infinality' with 'improved font rendering'
(--enable-improved-font-rendering)
- PR3271: Simplify glyph advance handling
- PR3286: -ffp-contract not available on older GCCs
- PR3302: zip should be optional, as it's only used in the
manually invoked dist-openjdk and dist-openjdk-fsg rules
- PR3304: zip still a requirement of the underlying OpenJDK
build
* PPC port
- S8170873, PR3280: PPC64/aarch64: Poor StrictMath performance
due to non-optimized compilation
* AArch64 port
- S8130309, PR3280: Need to bailout cleanly if creation of
stubs fails when codecache is out of space (AArch64 changes)
- S8132875, PR3280: AArch64: Fix error introduced into AArch64
CodeCache by commit for 8130309
- S8165673, PR3280: AArch64: Fix JNI floating point argument
handling
- S8170188, PR3280: jtreg test
compiler/types/TestMeetIncompatibleInterfaceArrays.java causes
JVM crash
- S8170873, PR3280: PPC64/aarch64: Poor StrictMath performance
due to non-optimized compilation
- Modified patch:
* java-1_8_0-openjdk-gcc6.patch
- rediff to changed context
- Require the exact version of mozilla-nss that the package was
built against (bsc#1022053)
-------------------------------------------------------------------
Wed Nov 9 16:08:00 UTC 2016 - fstrba@suse.com
- Upgrade to version jdk8u111 (icedtea 3.2.0)
* Security fixes
+ S8146490: Direct indirect CRL checks
+ S8151921: Improved page resolution
+ S8155968: Update command line options
+ S8155973, CVE-2016-5542: Tighten jar checks (bsc#1005522)
+ S8156794: Extend data sharing
+ S8157176: Improved classfile parsing
+ S8157739, CVE-2016-5554: Classloader Consistency Checking
(bsc#1005523)
+ S8157749: Improve handling of DNS error replies
+ S8157753: Audio replay enhancement
+ S8157759: LCMS Transform Sampling Enhancement
+ S8157764: Better handling of interpolation plugins
+ S8158302: Handle contextual glyph substitutions
+ S8158993, CVE-2016-5568: Service Menu services (bsc#1005525)
+ S8159495: Fix index offsets
+ S8159503: Amend Annotation Actions
+ S8159511: Stack map validation
+ S8159515: Improve indy validation
+ S8159519, CVE-2016-5573: Reformat JDWP messages (bsc#1005526)
+ S8160090: Better signature handling in pack200
+ S8160094: Improve pack200 layout
+ S8160098: Clean up color profiles
+ S8160591, CVE-2016-5582: Improve internal array handling
(bsc#1005527)
+ S8160838, CVE-2016-5597: Better HTTP service (bsc#1005528)
+ PR3206, RH1367357: lcms2: Out-of-bounds read in
Type_MLU_Read()
+ CVE-2016-5556 (bsc#1005524)
* New features
+ PR1370: Provide option to build without debugging
+ PR1375: Provide option to strip and link debugging info after
build
+ PR1537: Handle alternative Kerberos credential cache
locations
+ PR1978: Allow use of system PCSC
+ PR2445: Support system libsctp
+ PR3182: Support building without pre-compiled headers
+ PR3183: Support Fedora/RHEL system crypto policy
+ PR3221: Use pkgconfig to detect Kerberos CFLAGS and libraries
* Import of OpenJDK 8 u102 build 14
+ S4515292: ReferenceType.isStatic() returns true for arrays
+ S4858370: JDWP: Memory Leak: GlobalRefs never deleted when
processing invokeMethod command
+ S6976636: JVM/TI test ex03t001 fails assertion
+ S7185591: jcmd-big-script.sh ERROR: could not find app's Java
pid.
+ S8017462: G1: guarantee fails with
UseDynamicNumberOfGCThreads
+ S8034168: ThreadMXBean/Locks.java failed, blocked on wrong
object
+ S8036006: [TESTBUG] sun/tools/native2ascii/NativeErrors.java
fails: Process exit code was 0, but error was expected.
+ S8041781: Need new regression tests for PBE keys
+ S8041787: Need new regressions tests for buffer handling for
PBE algorithms
+ S8043836: Need new tests for AES cipher
+ S8044199: Tests for RSA keys and key specifications
+ S8044772: TempDirTest.java still times out with -Xcomp
+ S8046339: sun.rmi.transport.DGCAckHandler leaks memory
+ S8047031: Add SocketPermission tests for legacy socket types
+ S8048052: Permission tests for setFactory
+ S8048138: Tests for JAAS callbacks
+ S8048147: Privilege tests with JAAS Subject.doAs
+ S8048356: SecureRandom default provider tests
+ S8048357: PKCS basic tests
+ S8048360: Test signed jar files
+ S8048362: Tests for doPrivileged with accomplice
+ S8048596: Tests for AEAD ciphers
+ S8048599: Tests for key wrap and unwrap operations
+ S8048603: Additional tests for MAC algorithms
+ S8048604: Tests for strong crypto ciphers
+ S8048607: Test key generation of DES and DESEDE
+ S8048610: Implement regression test for bug fix of 4686632
in JCE
+ S8048617: Tests for PKCS12 read operations
+ S8048618: Tests for PKCS12 write operations.
+ S8048619: Implement tests for converting PKCS12 keystores
+ S8048624: Tests for SealedObject
+ S8048819: Implement reliability test for DH algorithm
+ S8048820: Implement tests for SecretKeyFactory
+ S8048830: Implement tests for new functionality provided in
JEP 166
+ S8049237: Need new tests for X509V3 certificates
+ S8049321: Support SHA256WithDSA in JSSE
+ S8049429: Tests for java client server communications with
various TLS/SSL combinations.
+ S8049432: New tests for TLS property jdk.tls.client.protocols
+ S8049814: Additional SASL client-server tests
+ S8050281: New permission tests for JEP 140
+ S8050370: Need new regressions tests for messageDigest with
DigestIOStream
+ S8050371: More MessageDigest tests
+ S8050374: More Signature tests
+ S8050427: LoginContext tests to cover JDK-4703361
+ S8050460: JAAS login/logout tests with LoginContext
+ S8050461: Tests for syntax checking of JAAS configuration
file
+ S8054278: Refactor jps utility tests
+ S8055530: assert(_exits.control()->is_top() ||
!_gvn.type(ret_phi)->empty()) failed: return value must be
well defined
+ S8055844: [TESTBUG]
test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java
fails on Solaris Sparc due to incorrect page size being used
+ S8059677: Thread.getName() instantiates Strings
+ S8061464: A typo in CipherTestUtils test
+ S8062536: [TESTBUG] Conflicting GC combinations in jdk tests
+ S8065076: java/net/SocketPermission/SocketPermissionTest.java
fails intermittently
+ S8065078: NetworkInterface.getNetworkInterfaces() triggers
intermittent test failures
+ S8066871: java.lang.VerifyError: Bad local variable type -
local final String
+ S8068427: Hashtable deserialization reconstitutes table with
wrong capacity
+ S8069038: javax/net/ssl/TLS/TLSClientPropertyTest.java needs
to be updated for JDK-8061210
+ S8069253: javax/net/ssl/TLS/TestJSSE.java failed on Mac
+ S8071125: Improve exception messages in URLPermission
+ S8072081: Supplementary characters are rejected in comments
+ S8072463: Remove requirement that AKID and SKID have to match
when building certificate chain
+ S8072725: Provide more granular levels for GC verification
+ S8073400: Some Monospaced logical fonts have a different
width
+ S8073872: Schemagen fails with StackOverflowError if element
references containing class
+ S8074931: Additional tests for CertPath API
+ S8075286: Additional tests for signature algorithm OIDs and
transformation string
+ S8076486: [TESTBUG]
javax/security/auth/Subject/doAs/NestedActions.java fails if
extra VM options are given
+ S8076545: Text size is twice bigger under Windows L&F on Win
8.1 with HiDPI display
+ S8076995: gc/ergonomics/TestDynamicNumberOfGCThreads.java
failed with java.lang.RuntimeException: 'new_active_workers'
missing from stdout/stderr
+ S8079138: Additional negative tests for XML signature
processing
+ S8081512: Remove sun.invoke.anon classes, or move / co-locate
them with tests
+ S8081771: ProcessTool.createJavaProcessBuilder() needs new
addTestVmAndJavaOptions argument
+ S8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed:
nothing to copy
+ S8130150: Implement BigInteger.montgomeryMultiply intrinsic
+ S8130242: DataFlavorComparator transitivity exception
+ S8130304: Inference: NodeNotFoundException thrown with deep
generic method call chain
+ S8130425: libjvm crash due to stack overflow in executables
with 32k tbss/tdata
+ S8133023: ParallelGCThreads is not calculated correctly
+ S8134111: Unmarshaller unmarshalls XML element which doesn't
have the expected namespace
+ S8135259: InetAddress.getAllByName only reports "unknown
error" instead of actual cause
+ S8136506: Include sun.arch.data.model as a property that can
be queried by jtreg
+ S8137068: Tests added in JDK-8048604 fail to compile
+ S8139040: Fix initializations before ShouldNotReachHere()
etc. and enable -Wuninitialized on linux.
+ S8139581: AWT components are not drawn after removal and
addition to a container
+ S8141243: Unexpected timezone returned after parsing a date
+ S8141420: Compiler runtime entries don't hold Klass* from
being GCed
+ S8141445: Use of Solaris/SPARC M7 libadimalloc.so can
generate unknown signal in hs_err file
+ S8141551: C2 can not handle returns with inccompatible
interface arrays
+ S8143377: Test PKCS8Test.java fails
+ S8143647: Javac compiles method reference that allows results
in an IllegalAccessError
+ S8144144: ORB destroy() leaks filedescriptors after
unsuccessful connection
+ S8144593: Suppress not recognized property/feature warning
messages from SAXParser
+ S8144957: Remove PICL warning message
+ S8145039: JAXB marshaller fails with ClassCastException on
classes generated by xjc
+ S8145228: Java Access Bridge,
getAccessibleStatesStringFromContext doesn't wrap the call to
getAccessibleRole
+ S8145388: URLConnection.guessContentTypeFromStream returns
image/jpg for some JPEG images
+ S8145974: XMLStreamWriter produces invalid XML for surrogate
pairs on OutputStreamWriter
+ S8146035: Windows - With LCD antialiasing, some glyphs are
not rendered correctly
+ S8146192: Add test for JDK-8049321
+ S8146274: Thread spinning on WeakHashMap.getEntry() with
concurrent use of nashorn
+ S8147468: Allow users to bound the size of buffers cached in
the per-thread buffer caches
+ S8147645: get_ctrl_no_update() code is wrong
+ S8147807: crash in libkcms.so on linux-sparc
+ S8148379: jdk.nashorn.api.scripting spec. adjustments,
clarifications
+ S8148627: RestrictTestMaxCachedBufferSize.java to 64-bit
platforms
+ S8148820: Missing @since Javadoc tag in Logger.log(Level,
Supplier)
+ S8148926: Call site profiling fails on braces-wrapped
anonymous function
+ S8149017: Delayed provider selection broken in RSA client key
exchange
+ S8149029: Secure validation of XML based digital signature
always enabled when checking wrapping attacks
+ S8149330: Capacity of StringBuilder should not get close to
Integer.MAX_VALUE unless necessary
+ S8149334: JSON.parse(JSON.stringify([])).push(10) creates an
array containing two elements
+ S8149368: [hidpi] JLabel font is twice bigger than JTextArea
font on Windows 7,HiDPI, Windows L&F
+ S8149411: PKCS12KeyStore cannot extract AES Secret Keys
+ S8149417: Use final restricted flag
+ S8149450: LdapCtx.processReturnCode() throwing Null Pointer
Exception
+ S8149453: [hidpi] JFileChooser does not scale properly on
Windows with HiDPI display and Windows L&F
+ S8149543: range check CastII nodes should not be split
through Phi
+ S8149743: JVM crash after debugger hotswap with lambdas
+ S8149744: fix testng.jar delivery in Nashorn build.xml
+ S8149915: enabling validate-annotations feature for xsd
schema with annotation causes NPE
+ S8150002: Check for the validity of oop before printing it in
verify_remembered_set
+ S8150470: JCK: api/xsl/conf/copy/copy19 test failure
+ S8150518: G1 GC crashes at
G1CollectedHeap::do_collection_pause_at_safepoint(double)
+ S8150533: Test
java/util/logging/LogManagerAppContextDeadlock.java times out
intermittently.
+ S8150704: XALAN: ERROR: 'No more DTM IDs are available' when
transforming with lots of temporary result trees
+ S8150780: Repeated offer and remove on ConcurrentLinkedQueue
lead to an OutOfMemoryError
+ S8151064: com/sun/jdi/RedefineAddPrivateMethod.sh fails
intermittently
+ S8151197: [TEST_BUG] Need to backport fix for
test/javax/net/ssl/TLS/TestJSSE.java
+ S8151352: jdk/test/sample fails with "effective library path
is outside the test suite"
+ S8151431: DateFormatSymbols triggers this.clone() in the
constructor
+ S8151535: TESTBUG: java/lang/invoke/AccessControlTest.java
should be modified to run with JTREG 4.1 b13
+ S8151731: Add new jtreg keywords to jdk 8
+ S8151998: VS2010 ThemeReader.cpp(758) : error C3861: 'round':
identifier not found
+ S8152927: Incorrect GPL header in StubFactoryDynamicBase.java
reported
+ S8153252: SA: Hotspot build on Windows fails if make/closed
folder does not exist
+ S8153531: Improve exception messaging for RSAClientKeyExchange
+ S8153641: assert(thread_state == _thread_in_native) failed:
Assumed thread_in_native while heap dump
+ S8153673: [BACKOUT] JDWP: Memory Leak: GlobalRefs never
deleted when processing invokeMethod command
+ S8154304: NullpointerException at
LdapReferralException.getReferralContext
+ S8154722: Test gc/ergonomics/TestDynamicNumberOfGCThreads.java
fails
+ S8157078: 8u102 L10n resource file updates
+ S8157838: Personalized Windows Font Size is not taken into
account in Java8u102
* Import of OpenJDK 8 u111 build 14
+ S6882559: new JEditorPane("text/plain","") fails for null
context class loader
+ S8049171: Additional tests for jarsigner's warnings
+ S8063086: Math.pow yields different results upon repeated
calls
+ S8140530: Creating a VolatileImage with size 0,0 results in
no longer working g2d.drawString
+ S8142926: OutputAnalyzer's shouldXXX() calls return this
+ S8147077: IllegalArgumentException thrown by
api/java_awt/Component/FlipBufferStrategy/indexTGF_General
+ S8148127: IllegalArgumentException thrown by JCK test
api/java_awt/Component/FlipBufferStrategy/indexTGF_General
in opengl pipeline
+ S8150611: Security problem on sun.misc.resources.Messages*
+ S8153399: Constrain AppCDS behavior (back port)
+ S8157653: [Parfait] Uninitialised variable in awt_Font.cpp
+ S8158734: JEditorPane.createEditorKitForContentType throws
NPE after 6882559
+ S8158994: Service Menu services
+ S8159684: (tz) Support tzdata2016f
+ S8160904: Typo in code from 8079718 fix :
enableCustomValueHanlde
+ S8160934: isnan() is not available on older MSVC compilers
+ S8161141: correct bugId for JDK-8158994 fix push
+ S8162411: Service Menu services 2
+ S8162419: closed/com/oracle/jfr/runtime/TestVMInfoEvent.sh
failing after JDK-8155968
+ S8162511: 8u111 L10n resource file updates
+ S8162792: Remove constraint DSA keySize < 1024 from
jdk.jar.disabledAlgorithms in jdk8
+ S8164452: 8u111 L10n resource file update - msgdrop 20
+ S8165816: jarsigner -verify shows jar unsigned if it was
signed with a weak algorithm
+ S8166381: Back out changes to the java.security file to not
disable MD5
* Backports
+ S8078628, PR3208: Zero build fails with pre-compiled headers
disabled
+ S8141491, PR3159, G592292: Unaligned memory access in Bits.c
+ S8157306, PR3121: Random infrequent null pointer exceptions
in javac (enabled on AArch64 only)
+ S8162384, PR3122: Performance regression: bimorphic inlining
may be bypassed by type speculation
* Bug fixes
+ PR3123: Some object files built without -fPIC on x86 only
+ PR3126: pax-mark-vm script calls "exit -1" which is invalid
in dash
+ PR3127, G590348: Only apply PaX markings by default on
running PaX kernels
+ PR3199: Invalid nashorn URL
+ PR3201: Update infinality configure test
+ PR3218: PR3159 leads to build failure on clean tree
* AArch64 port
+ S8131779, PR3220: AARCH64: add Montgomery multiply intrinsic
+ S8167200, PR3220: AArch64: Broken stack pointer adjustment in
interpreter
+ S8167421, PR3220: AArch64: in one core system, fatal error:
Illegal threadstate encountered
+ S8167595, PR3220: AArch64: SEGV in stub code
cipherBlockChaining_decryptAESCrypt
+ S8168888, PR3220: Port 8160591: Improve internal array
handling to AArch64.
* Shenandoah
+ PR3224: Shenandoah broken when building without pre-compiled
headers
- Modified patch:
* java-1_8_0-openjdk-gcc6.patch
+ rediff to a changed context
- Build against system kerberos for openSUSE 13.1 and greater and
SLE12
- Build against system pcsc and sctp for openSUSE 13.2 and greater
and SLE12
-------------------------------------------------------------------
Wed Sep 21 09:50:30 UTC 2016 - fstrba@suse.com
- Added patch:
* s390-java-opts.patch
- Solve memory issues when building s390 version
-------------------------------------------------------------------
Tue Jul 26 05:57:42 UTC 2016 - fstrba@suse.com
- Upgrade to version jdk8u101 (icedtea 3.1.0)
- New in release 3.1.0 (2016-07-25):
* Security fixes
- S8079718, CVE-2016-3458: IIOP Input Stream Hooking
(bsc#989732)
- S8145446, CVE-2016-3485: Perfect pipe placement (Windows
only) (bsc#989734)
- S8146514: Enforce GCM limits
- S8147771: Construction of static protection domains under
Javax custom policy
- S8148872, CVE-2016-3500: Complete name checking (bsc#989730)
- S8149070: Enforce update ordering
- S8149962, CVE-2016-3508: Better delineation of XML processing
(bsc#989731)
- S8150752: Share Class Data
- S8151925: Font reference improvements
- S8152479, CVE-2016-3550: Coded byte streams (bsc#989733)
- S8153312: Constrain AppCDS behavior
- S8154475, CVE-2016-3587: Clean up lookup visibility
(bsc#989721)
- S8155981, CVE-2016-3606: Bolster bytecode verification
(bsc#989722)
- S8155985, CVE-2016-3598: Persistent Parameter Processing
(bsc#989723)
- S8158571, CVE-2016-3610: Additional method handle validation
(bsc#989725)
- CVE-2016-3552 (bsc#989726)
- CVE-2016-3511 (bsc#989727)
- CVE-2016-3503 (bsc#989728)
- CVE-2016-3498 (bsc#989729)
* New features
- S8145547, PR1061: [AWT/Swing] Conditional support for GTK 3
on Linux
- PR2821: Support building OpenJDK with --disable-headful
- PR2931, G478960: Provide Infinality Support via fontconfig
- PR3079: Provide option to build Shenandoah on x86_64
* Import of OpenJDK 8 u92 build 14
- S6869327: Add new C2 flag to keep safepoints in counted
loops.
- S8022865: [TESTBUG] Compressed Oops testing needs to be
revised
- S8029630: Thread id should be displayed as a hex number in
error report
- S8029726: On OS X some dtrace probe names are mismatched with
Solaris
- S8029727: On OS X dtrace probes
Call<type>MethodA/Call<type>MethodV are not fired.
- S8029728: On OS X dtrace probes SetStaticBooleanField are not
fired
- S8038184: XMLSignature throws StringIndexOutOfBoundsException
if ID attribute value is empty String
- S8038349: Signing XML with DSA throws Exception when key is
larger than 1024 bits
- S8041501: ImageIO reader is not capable of reading JPEGs
without JFIF header
- S8041900: [macosx] Java forces the use of discrete GPU
- S8044363: Remove special build options for unpack200 executable
- S8046471: Use OPENJDK_TARGET_CPU_ARCH instead of legacy value
for hotspot ARCH
- S8046611: Build errors with gcc on sparc/fastdebug
- S8047763: Recognize sparc64 as a sparc platform
- S8048232: Fix for 8046471 breaks PPC64 build
- S8052396: Catch exceptions resulting from missing font cmap
- S8058563: InstanceKlass::_dependencies list isn't cleared from
empty nmethodBucket entries
- S8061624: [TESTBUG] Some tests cannot be ran under compact
profiles and therefore shall be excluded
- S8062901: Iterators is spelled incorrectly in the Javadoc for
Spliterator
- S8064330: Remove SHA224 from the default support list if
SunMSCAPI enabled
- S8065579: WB method to start G1 concurrent mark cycle should
be introduced
- S8065986: Compiler fails to NullPointerException when calling
super with Object<>()
- S8066974: Compiler doesn't infer method's generic type
information in lambda body
- S8067800: Clarify java.time.chrono.Chronology.isLeapYear for
out of range years
- S8068033: JNI exception pending in jdk/src/share/bin/java.c
- S8068042: Check jdk/src/share/native/sun/misc/URLClassPath.c
for JNI pending
- S8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed:
OLD and/or OBSOLETE method(s) found
- S8068254: Method reference uses wrong qualifying type
- S8074696: Remote debugging session hangs for several minutes
when calling findBootType
- S8074935: jdk8 keytool doesn't validate pem files for RFC 1421
correctness, as jdk7 did
- S8078423: [TESTBUG] javax/print/PrintSEUmlauts/PrintSEUmlauts.java
relies on system locale
- S8080492: [Parfait] Uninitialised variable in
jdk/src/java/desktop/windows/native/libawt/
- S8080650: Enable stubs to use frame pointers correctly
- S8122944: perfdata used is seen as too high on sparc zone with
jdk1.9 and causes a test failure
- S8129348: Debugger hangs in trace mode with TRACE_SENDS
- S8129847: Compiling methods generated by Nashorn triggers high
memory usage in C2
- S8130506: javac AssertionError when invoking
MethodHandle.invoke with lambda parameter
- S8130910: hsperfdata file is created in wrong directory and
not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
- S8131129: Attempt to define a duplicate BMH$Species class
- S8131665: Bad exception message in HandshakeHash.getFinishedHash
- S8131782: C1 Class.cast optimization breaks when Class is
loaded from static final
- S8132503: [macosx] Chinese full stop symbol cannot be entered
with Pinyin IM on OS X
- S8133207: ParallelProbes.java test fails after changes for
JDK-8080115
- S8133924: NPE may be thrown when xsltc select a non-existing
node after JDK-8062518
- S8134007: Improve string folding
- S8134759: jdb: Incorrect stepping inside finally block
- S8134963: [Newtest] New stress test for changing the coarseness
level of G1 remembered set
- S8136442: Don't tie Certificate signature algorithms to
ciphersuites
- S8137106: EUDC (End User Defined Characters) are not displayed
on Windows with Java 8u60+
- S8138745: Implement ExitOnOutOfMemory and CrashOnOutOfMemory
in HotSpot
- S8138764: In some cases the usage of TreeLock can be replaced
by other synchronization
- S8139373: [TEST_BUG] java/net/MulticastSocket/MultiDead.java
failed with timeout
- S8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc]
void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure>
- S8139436: sun.security.mscapi.KeyStore might load incomplete
data
- S8139751: Javac crash with -XDallowStringFolding=false
- S8139863: [TESTBUG] Need to port tests for JDK-8134903 to
8u-dev
- S8139985: JNI exception pending in
jdk/src/jdk/hprof/agent/share/native/libhprof
- S8140031: SA: Searching for a value in Threads does not work
- S8140249: JVM Crashing During startUp If Flight Recording is
enabled
- S8140344: add support for 3 digit update release numbers
- S8140587: Atomic*FieldUpdaters should use Class.isInstance
instead of direct class check
- S8141260: isReachable crash in windows xp
- S8143297: Nashorn compilation time reported in nanoseconds
- S8143397: It looks like InetAddress.isReachable(timeout) works
incorrectly
- S8143855: Bad printf formatting in frame_zero.cpp
- S8143896: java.lang.Long is implicitly converted to double
- S8143963: improve ClassLoader::trace_class_path to accept an
additional outputStream* arg
- S8144020: Remove long as an internal numeric type
- S8144131: ArrayData.getInt implementations do not convert to
int32
- S8144483: One long Safepoint pause directly after each GC log
rotation
- S8144487: PhaseIdealLoop::build_and_optimize() must restore
major_progress flag if skip_loop_opts is true
- S8144885: agent/src/os/linux/libproc.h needs to support
Linux/SPARC builds
- S8144935: C2: safepoint is pruned from a non-counted loop
- S8144937: [TEST_BUG] testlibrary_tests should be excluded for
compact1 and compact2 execution
- S8145017: Add support for 3 digit hotspot minor version numbers
- S8145099: Better error message when SA can't attach to a process
- S8145442: Add the facility to verify remembered sets for G1
- S8145466: javac: No line numbers in compilation error
- S8145539: (coll) AbstractMap.keySet and .values should not be
volatile
- S8145550: Megamorphic invoke should use CompiledFunction
variants without any LinkLogic
- S8145669: apply2call optimized callsite fails after becoming
megamorphic
- S8145722: NullPointerException in javadoc
- S8145754: PhaseIdealLoop::is_scaled_iv_plus_offset() does not
match AddI
- S8146147: Java linker indexed property getter does not work
for computed nashorn string
- S8146566: OpenJDK build can't handle commas in LDFLAGS
- S8146725: Issues with SignatureAndHashAlgorithm.getSupportedAlgorithms
- S8146979: Backport of 8046471 breaks ppc64 build in jdk8u
because 8072383 was badly backported before
- S8147087: Race when reusing PerRegionTable bitmaps may result
in dropped remembered set entries
- S8147630: Wrong test result pushed to 8u-dev
- S8147845: Varargs Array functions still leaking longs
- S8147857: RMIConnector logs attribute names incorrectly
- S8148353: [linux-sparc] Crash in libawt.so on Linux SPARC
- S8150791: 8u76 L10n resource file translation update
* Import of OpenJDK 8 u101 build 13
- S6483657: MSCAPI provider does not create unique alias names
- S6675699: need comprehensive fix for unconstrained ConvI2L
with narrowed type
- S8037557: test SessionCacheSizeTests.java timeout
- S8038837: Add support to jarsigner for specifying timestamp
hash algorithm
- S8081778: Use Intel x64 CPU instructions for RSA acceleration
- S8130150: Implement BigInteger.montgomeryMultiply intrinsic
- S8130735: javax.swing.TimerQueue: timer fires late when
another timer starts
- S8143913: MSCAPI keystore should accept Certificate[] in
setEntry()
- S8144313: Test SessionTimeOutTests can be timeout
- S8146240: Three nashorn files contain "GNU General Public
License" header
- S8146387: Test SSLSession/SessionCacheSizeTests socket accept
timed out
- S8146669: Test SessionTimeOutTests fails intermittently
- S8146993: Several javax/management/remote/mandatory regression
tests fail after JDK-8138811
- S8147994: [macosx] JScrollPane jitters up/down during trackpad
scrolling on MacOS/Aqua
- S8151522: Disable 8130150 and 8081778 intrinsics by default
- S8151876: (tz) Support tzdata2016d
- S8152098: Fix 8151522 caused test
compiler/intrinsics/squaretolen/TestSquareToLen.java to fail
- S8157077: 8u101 L10n resource file updates
* Backports
- S6260348, PR3066: GTK+ L&F JTextComponent not respecting
desktop caret blink rate
- S6778087, PR1061: getLocationOnScreen() always returns (0, 0)
for mouse wheel events
- S6961123, PR2972: setWMClass fails to null-terminate WM_CLASS
string
- S8008657, PR3077: JSpinner setComponentOrientation doesn't
affect on text orientation
- S8014212, PR2866: Robot captures black screen
- S8029339, PR1061: Custom MultiResolution image support on
HiDPI displays
- S8031145, PR3077: Re-examine closed i18n tests to see it they
can be moved to the jdk repository.
- S8034856, PR3095: gcc warnings compiling
src/solaris/native/sun/security/pkcs11
- S8034857, PR3095: gcc warnings compiling
src/solaris/native/sun/management
- S8035054, PR3095: JarFacade.c should not include ctype.h
- S8035287, PR3095: gcc warnings compiling various libraries
files
- S8038631, PR3077: Create wrapper for awt.Robot with additional
functionality
- S8039279, PR3077: Move awt tests to openjdk repository
- S8041561, PR3077: Inconsistent opacity behaviour between
JCheckBox and JRadioButton
- S8041592, PR3077: [TEST_BUG] Move 42 AWT hw/lw mixing tests
to jdk
- S8041915, PR3077: Move 8 awt tests to OpenJDK regression
tests tree
- S8043126, PR3077: move awt automated functional tests from
AWT_Events/Lw and AWT_Events/AWT to OpenJDK repository
- S8043131, PR3077: Move ShapedAndTranslucentWindows and GC
functional AWT tests to regression tree
- S8044157, PR3077: [TEST_BUG] Improve recently submitted
AWT_Mixing tests
- S8044172, PR3077: [TEST_BUG] Move regtests for 4523758 and
AltPlusNumberKeyCombinationsTest to jdk
- S8044429, PR3077: move awt automated tests for AWT_Modality
to OpenJDK repository
- S8044762, PR2960: com/sun/jdi/OptionTest.java test time out
- S8044765, PR3077: Move functional tests
AWT_SystemTray/Automated to openjdk repository
- S8047180, PR3077: Move functional tests AWT_Headless/Automated
to OpenJDK repository
- S8047367, PR3077: move awt automated tests from AWT_Modality
to OpenJDK repository - part 2
- S8048246, PR3077: Move AWT_DnD/Clipboard/Automated functional
tests to OpenJDK
- S8049226, PR2960: com/sun/jdi/OptionTest.java test times out
again
- S8049617, PR3077: move awt automated tests from AWT_Modality
to OpenJDK repository - part 3
- S8049694, PR3077: Migrate functional
AWT_DesktopProperties/Automated tests to OpenJDK
- S8050885, PR3077: move awt automated tests from AWT_Modality
to OpenJDK repository - part 4
- S8051440, PR3077: move tests about maximizing undecorated to
OpenJDK
- S8052012, PR3077: move awt automated tests from AWT_Modality
to OpenJDK repository - part 5
- S8052408, PR3077: Move AWT_BAT functional tests to OpenJDK (3
of 3)
- S8053657, PR3077: [TEST_BUG] move some 5 tests related to
undecorated Frame/JFrame to JDK
- S8054143, PR3077: move awt automated tests from AWT_Modality
to OpenJDK repository - part 6
- S8054358, PR3077: move awt automated tests from AWT_Modality
to OpenJDK repository - part 7
- S8054359, PR3077: move awt automated tests from AWT_Modality
to OpenJDK repository - part 8
- S8055360, PR3077: Move the rest part of AWT
ShapedAndTranslucent tests to OpenJDK
- S8055664, PR3077: move 14 tests about setLocationRelativeTo
to jdk
- S8055836, PR3077: move awt tests from AWT_Modality to OpenJDK
repository - part 9
- S8056911, PR3077: Remove internal API usage from ExtendedRobot
class
- S8057694, PR3077: move awt tests from AWT_Modality to OpenJDK
repository - part 10
- S8058959, PR1061: closed/java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java
failed automatically
- S8062606, PR3077: Fix a typo in java.awt.Robot class
- S8063102, PR3077: Change open awt regression tests to avoid
sun.awt.SunToolkit.realSync, part 1
- S8063104, PR3077: Change open awt regression tests to avoid
sun.awt.SunToolkit.realSync, part 2
- S8063106, PR3077: Change open swing regression tests to avoid
sun.awt.SunToolkit.realSync, part 1
- S8063107, PR3077: Change open swing regression tests to avoid
sun.awt.SunToolkit.realSync, part 2
- S8064573, PR3077: [TEST_BUG] javax/swing/text/AbstractDocument/6968363/Test6968363.java
is asocial pressing VK_LEFT and not releasing
- S8064575, PR3077: [TEST_BUG] javax/swing/JEditorPane/6917744/bug6917744.java
100 times press keys and never releases
- S8064809, PR3077: [TEST_BUG] javax/swing/JComboBox/4199622/bug4199622.java
contains a lot of keyPress and not a single keyRelease
- S8067441, PR3077: Some tests fails with error: cannot find symbol
getSystemMnemonicKeyCodes()
- S8068228, PR3077: Test closed/java/awt/Mouse/MaximizedFrameTest/MaximizedFrameTest
fails with GTKLookAndFeel
- S8069361, PR1061: SunGraphics2D.getDefaultTransform() does not
include scale factor
- S8073320, PR1061: Windows HiDPI Graphics support
- S8074807, PR3077: Fix some tests unnecessary using internal API
- S8076315, PR3077: move 4 manual functional swing tests to
regression suite
- S8078504, PR3094: Zero lacks declaration of
VM_Version::initialize()
- S8129822, PR3077: Define "headful" jtreg keyword
- S8132123, PR1061: MultiResolutionCachedImage unnecessarily
creates base image to get its size
- S8133539, PR1061: [TEST_BUG] Split
java/awt/image/MultiResolutionImageTest.java in two to allow
restricted access
- S8137571, PR1061: Linux HiDPI Graphics support
- S8142406, PR1061: [TEST] MultiResolution image: need test to
cover the case when @2x image is corrupted
- S8145188, PR2945: No LocalVariableTable generated for the
entire JDK
- S8150258, PR1061: [TEST] HiDPI: create a test for
multiresolution menu items icons
- S8150724, PR1061: [TEST] HiDPI: create a test for
multiresolution icons
- S8150844, PR1061: [hidpi] [macosx] -Dsun.java2d.uiScale should
be taken into account for OS X
- S8151841, PR2882: Build needs additional flags to compile with
GCC 6 [plus parts of 8149647 & 8032045]
- S8155613, PR1061: [PIT] crash in
AWT_Desktop/Automated/Exceptions/BasicTest
- S8156020, PR1061: 8145547 breaks AIX and and uses RTLD_NOLOAD
incorrectly
- S8156128, PR1061: Tests for [AWT/Swing] Conditional support
for GTK 3 on Linux
- S8158260, PR2991, RH1341258: PPC64: unaligned Unsafe.getInt can
lead to the generation of illegal instructions (bsc#988651)
- S8159244, PR3074: Partially initialized string object created
by C2's string concat optimization may escape
- S8159690, PR3077: [TESTBUG] Mark headful tests with @key
headful.
- S8160294, PR2882, PR3095: Some client libraries cannot be
built with GCC 6
* Bug fixes
- PR1958: GTKLookAndFeel does not honor
gtk-alternative-button-order
- PR2822: Feed LIBS & CFLAGS into configure rather than make to
avoid re-discovery by OpenJDK configure
- PR2932: Support ccache in a non-automagic manner
- PR2933: Support ccache 3.2 and later
- PR2964: Set system defaults based on OS
- PR2974, RH1337583: PKCS#10 certificate requests now use CRLF
line endings rather than system line endings
- PR3078: Remove duplicated line dating back to 6788347 and
6894807
- PR3083, RH1346460: Regression in SSL debug output without an
ECC provider
- PR3089: Remove old memory limits patch
- PR3090, RH1204159: SystemTap is heavily confused by multiple
JDKs
- PR3095: Fix warnings in URLClassPath.c
- PR3096: Remove dead --disable-optimizations option
- PR3105: Use version from hotspot.map to create tarball filename
- PR3106: Handle both correctly-spelt property
"enableCustomValueHandler" introduced by S8079718 and typo
version
- PR3108: Shenandoah patches not included in release tarball
- PR3110: Update hotspot.map documentation in INSTALL
* AArch64 port
- S8145320, PR3078: Create unsafe_arraycopy and
generic_arraycopy for AArch64
- S8148328, PR3078: aarch64: redundant lsr instructions in stub
code.
- S8148783, PR3078: aarch64: SEGV running SpecJBB2013
- S8148948, PR3078: aarch64: generate_copy_longs calls align()
incorrectly
- S8149080, PR3078: AArch64: Recognise disjoint array copy in
stub code
- S8149365, PR3078: aarch64: memory copy does not prefetch on
backwards copy
- S8149907, PR3078: aarch64: use load/store pair instructions
in call_stub
- S8150038, PR3078: aarch64: make use of CBZ and CBNZ when
comparing narrow pointer with zero
- S8150045, PR3078: arraycopy causes segfaults in SATB during
garbage collection
- S8150082, PR3078: aarch64: optimise small array copy
- S8150229, PR3078: aarch64: pipeline class for several
instructions is not set correctly
- S8150313, PR3078: aarch64: optimise array copy using SIMD
instructions
- S8150394, PR3078: aarch64: add support for 8.1 LSE CAS
instructions
- S8151340, PR3078: aarch64: prefetch the destination word for
write prior to ldxr/stxr loops.
- S8151502, PR3078: optimize pd_disjoint_words and
pd_conjoint_words
- S8151775, PR3078: aarch64: add support for 8.1 LSE atomic
operations
- S8152537, PR3078: aarch64: Make use of CBZ and CBNZ when
comparing unsigned values with zero.
- S8152840, PR3078: aarch64: improve _unsafe_arraycopy stub
routine
- S8153713, PR3078: aarch64: improve short array clearing using
store pair
- S8153797, PR3078: aarch64: Add Arrays.fill stub code
- S8154537, PR3078: AArch64: some integer rotate instructions
are never emitted
- S8154739, PR3078: AArch64: TemplateTable::fast_xaccess loads
in wrong mode
- S8155015, PR3078: Aarch64: bad assert in spill generation
code
- S8155100, PR3078: AArch64: Relax alignment requirement for
byte_map_base
- S8155612, PR3078: Aarch64: vector nodes need to support
misaligned offset
- S8155617, PR3078: aarch64: ClearArray does not use DC ZVA
- S8155653, PR3078: TestVectorUnalignedOffset.java not pushed
with 8155612
- S8156731, PR3078: aarch64: java/util/Arrays/Correct.java fails
due to _generic_arraycopy stub routine
- S8157841, PR3078: aarch64: prefetch ignores cache line size
- S8157906, PR3078: aarch64: some more integer rotate
instructions are never emitted
- S8158913, PR3078: aarch64: SEGV running Spark terasort
- S8159052, PR3078: aarch64: optimise unaligned copies in
pd_disjoint_words and pd_conjoint_words
- S8159063, PR3078: aarch64: optimise unaligned array copy long
- PR3078: Cleanup remaining differences from aarch64/jdk8u tree
- Removed patches:
* compare-pointer-with-literal.patch
* implicit-pointer-decl.patch
* hotspot-aarch64-fix-48bit-va.patch
- Fixed differently upsteam
- Modified patch:
* java-1_8_0-openjdk-gcc6.patch
- Rediff to new context
- Remove hacks to make build on ix86, since it seems they are not
needed anymore
- Remove special flags for gcc6, since they are handled upstream
-------------------------------------------------------------------
Thu Jul 7 14:41:06 UTC 2016 - fstrba@suse.com
- Fix script linking /usr/share/javazi/tzdb.dat for platform where
it applies (bsc#987895)
- Enable SunEC for SLE12 and Leap
-------------------------------------------------------------------
Tue Jun 14 11:46:16 UTC 2016 - agraf@suse.com
- Fix aarch64 running with 48 bits va space (bsc#984684)
* hotspot-aarch64-fix-48bit-va.patch
-------------------------------------------------------------------
Fri Jun 3 09:01:23 UTC 2016 - fstrba@suse.com
- Added patch:
* disable-doclint-by-default-patch
- Disable Doclint while building javadoc by default. OpenJDK 8
adds and enables doclint by default. This catches issues in
javadoc comments. It is too strict, breaks javadoc compilation
and, in general, breaks the build for old code known to build
with previous versions of OpenJDK.
- Cycle make on i586 in order to prevent some random build errors
that are not easily reproduceable and thus fixable.
-------------------------------------------------------------------
Tue May 31 06:47:43 UTC 2016 - fstrba@suse.com
- Added patch:
* java-1_8_0-openjdk-gcc6.patch
+ Fix build with gcc 6.1
- Add -fno-delete-null-pointer-checks -fno-lifetime-dse to try to
avoid some crashes
-------------------------------------------------------------------
Thu Apr 28 08:19:17 UTC 2016 - fstrba@suse.com
- Upgrade to version jdk8u91 (icedtea 3.0.1, bsc#976340)
- Icedtea changes from 2.6.5
* Security fixes
- S8129952, CVE-2016-0686: Ensure thread consistency
- S8132051, CVE-2016-0687: Better byte behavior
- S8138593, CVE-2016-0695: Make DSA more fair
- S8139008: Better state table management
- S8143167, CVE-2016-3425: Better buffering of XML strings
- S8143945, CVE-2016-3426: Better GCM validation
- S8144430, CVE-2016-3427: Improve JMX connections
- S8146494: Better ligature substitution
- S8146498: Better device table adjustments
* Import of OpenJDK 8 u91 build 14
- S8002116: This JdbReadTwiceTest.sh gets an exit 1
- S8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when
invoked with NMT explicitly turned on
- S8036132: Tab characters in test/com/sun/jdi files
- S8038963: com/sun/jdi tests fail because cygwin's ps sometimes
misses processes
- S8044419: TEST_BUG: com/sun/jdi/JdbReadTwiceTest.sh fails when
run under root
- S8059661: Test SoftReference and OOM behavior
- S8067422: Lambda method names are unnecessarily unstable
- S8073735: [TEST_BUG] compiler/loopopts/CountedLoopProblem.java
got OOME
- S8074146: [TEST_BUG] jdb has succeded to read an unreadable
file
- S8130212: Thread::current() might access freed memory on
Solaris
- S8132890: Text Overlapping on Dot Matrix Printers
- S8134297: NPE in GSSNameElement nameType check
- S8134650: Xsl transformation gives different results in 8u66
- S8134828: Scrollbar thumb disappears with Nimbus L&F
- S8138589: Correct limits on unlimited cryptography
- S8138811: Construction of static protection domains
- S8140268: Generate link to specification license for JavaDoc
API documentation
- S8141229: [Parfait] Null pointer dereference in cmsstrcasecmp
of cmserr.c
- S8143002: [Parfait] JNI exception pending in fontpath.c:1300
- S8143959: Certificates requiring blacklisting
- S8146477: [TEST_BUG] ClientJSSEServerJSSE.java failing again
- S8146518: Zero interpreter broken with better byte behaviour
- S8146967: [TEST_BUG] javax/security/auth/SubjectDomainCombiner/Optimize.java
should use 4-args ProtectionDomain constructor
- S8147567: InterpreterRuntime::post_field_access not updated
for boolean in JDK-8132051
- S8148446: (tz) Support tzdata2016a
- S8148475: Missing SA Bytecode updates.
- S8148487: PPC64: Better byte behavior
- S8148522: Backout JDK-8138811 from 2016 Apr CPU repo
- S8149170: Better byte behavior for native arguments
- S8149367: PolicyQualifierInfo/index_Ctor JCk test fails with
IOE: Invalid encoding for PolicyQualifierInfo
- S8150012: Better byte behavior for reflection
- S8150790: 8u75 L10n resource file translation update
* Backports
- S8148752, PR2943: Compiled StringBuilder code throws
StringIndexOutOfBoundsException
- S8154210: Zero: Better byte behaviour
- S8154413: AArch64: Better byte behaviour
- S4890063, PR2304, RH1214835: HPROF: default text truncated
when using doe=n option
- S6425769, PR2859: Allow specifying an address to bind JMX
remote connector
- S8000650, PR2462: unpack200.exe should check gzip crc
- S8031668, PR2842: TOOLCHAIN_FIND_COMPILER unexpectedly
resolves symbolic links
- S8035341: Allow using a system installed libpng
- S8038392: Generating prelink cache breaks JAVA 'jinfo' utility
normal behavior
- S8042159: Allow using a system-installed lcms2
- S8042806: Splashscreen uses libjpeg-internal macros
- S8043805: Allow using a system-installed libjpeg
- S8044235: src.zip should include all sources
- S8074839, PR2462: Resolve disabled warnings for libunpack and
the unpack200 binary
- S8074859, PR1937: Turn on warnings as error
- S8087218, PR2740: Constant fold loads from final instance
fields in VM anonymous classes
- S8139932, PR2739: Typo in makefile changes for 8043805 [Allow
using a system-installed libjpeg]
- S8140483, PR2740: Atomic*FieldUpdaters final fields should be
trusted
- S8140620, PR2769: Find and load default.sf2 as the default
soundbank on Linux
- S8145096, PR2854: Undefined behaviour in HotSpot
- S8145982, PR2859: JMXInterfaceBindingTest is failing
intermittently
- S8146015, PR2859: JMXInterfaceBindingTest is failing
intermittently for IPv6 addresses
- S8148351, PR2842: Only display resolved symlink for compiler,
do not change path
- S8150954, PR2866, RH1176206: AWT Robot not compatible with
GNOME Shell
* Bug fixes
- PR2933: Support ccache 3.2 and later
- PR2934: SunEC provider throwing KeyException with current NSS
- S8041658: Use of -fdevirtualize on macroAssembler_x86.o
(via -O2) with gcc 4.9.0 creates broken VM
- PR94: empty install target in Makefile.am
- PR729: GTKLookAndFeel should be the system look&feel on all
GNU/Linux desktops
- PR1275: Provide option to turn off downloading of tarballs
- PR1281, RH513605: Updating/Installing OpenJDK should recreate
the shared class-data archive
- PR1289: Allow JARs to be optionally compressed by setting
COMPRESS_JARS
- PR1291: Ensure unlimited crypto policy is in place.
- PR1325: Only add classes to rt-source-files.txt if actually
needed
- PR1341: Remove Rhino support
- PR1346: Filter out -j option to make
- PR1347: Update list of checked JDKs
- PR1348: java -version output is broken
- PR1357: Make XRender mandatory
- PR1359: Check for /usr/lib64 JVMs and generic JPackage
alternative
- PR1364: Replace hgforest support
- PR1367: Support using the system installation of LCMS
- PR1368: Ensure debug data is available for all libraries and
binaries without redundant files
- PR1369: Remove outdated bootstrap configure tests or make them
fail on error
- PR1377: Forwardport javac detection / usability test from
IcedTea 2.x
- PR1379: Add build support for Zero AArch64
- PR1413: Undefined reference to libz during link of unpack200
- PR1741: Break PulseAudio provider out into IcedTea-Sound
- PR1766: Expand architecture support
- PR1774: Support GIF lib v5
- PR1774: Correct #ifdef to #if
- PR1796: make fails with "computed checksum did NOT match"
- PR1806: Support Debian/Ubuntu 7 & 8 OpenJDK Installs as Boot
JDK
- PR1812: Unable to locate HotSpot checksum when downloading
- PR1813: HotSpot URL should be used with --enable-hg
- PR1815: Split download/extraction rules for OpenJDK so they
can run in parallel
- PR1829: Support AM_MAINTAINER_MODE
- PR1834, RH1022017: Report elliptic curves supported by NSS,
not the SunEC library
- PR1845: jstack.stp in OpenJDK8 is broken
- PR1869: Avoid x86 workaround when running Zero rather than a
JIT
- PR1889: Allow tarball checksumming to be disabled
- PR1935: HotSpot extraction needs to depend on the tarball
being downloaded
- PR1937: Add configure option for -Werror
- PR1938: Zero broken by enforced use of -Werror
- PR1942: Bug reports lack IcedTea version & distribution
packaging information
- PR1950: Add build support for Zero SH
- PR1965, G498288: Allow builds on PaX kernels
- PR1968: Move to new OpenJDK bug URL format
- PR1975: SystemTap probes for the garbage collector.
- PR1977: Support using the system installation of Zlib
- PR1979: Support using the system installation of libjpeg
- PR1980: Support using the system installation of giflib
- PR1981: Support using the system installation of libpng
- PR1983: Support using the system installation of NSS with the
SunEC provider
- PR1994: make dist broken
- PR2001: Synchronise HEAD tarball paths with release branch
paths
- PR2066: Unset OS before running OpenJDK build
- PR2095, RH1163501: 2048-bit DH upper bound too small for
Fedora infrastructure
- PR2126: Synchronise elliptic curves in
sun.security.ec.NamedCurve with those listed by NSS
- PR2127: SunEC provider crashes when built using system NSS
- PR2199: Support giflib 5.1.0
- PR2212: DGifCloseFile call should check the return value, not
the error code, for failure
- PR2227: giflib 5.1 conditional excludes 6.0, 7.0, etc.
- PR2237, RH1194378: ppc64le should report its os.arch as
ppc64le so tools can detect it
- PR2248: HotSpot tarball fails verification after download
- PR2256: Add SystemTap tests
- PR2257: clean-extract-nashorn rule is never run
- PR2321: Checksum of policy JAR files changes on every build
- PR2329: jamvm parallel unpack failures
- PR2339: Fail early if there is no native HotSpot JIT & all
other options are disabled
- PR2348: Avoid following symlinks for CACAO and JamVM patches
- PR2351: Split CACAO rule into configure and make stages
- PR2352: Split JamVM rule into configure, make and make install
stages
- PR2358: Add aliases for all stamp targets
- PR2362: Update HACKING & fsg.sh.in
- PR2363: Remove EC source code prior to build
- PR2369: SunEC provider is partially installed
- PR2377: PaX mark the installed JDK so it runs on hardened
systems
- PR2383: Location of docs directory in install-data-local is
incorrect
- PR2392: Make elliptic curve removal optional
- PR2400, RH1206656: Zero JVM crashes on startup when built with
GCC 5
- PR2407: Fix automatic enabling of the Zero build on non-JIT
architectures which don't use CACAO or JamVM
- PR2408: Enable Zero when Shark is enabled
- PR2409: Update Zero macro to match one in IcedTea 2.x
- PR2410: Support PPC64 JIT on ppc64le
- PR2411: Fix references to hotspot.map following PR2001
- PR2413: OpenJDK doesn't auto-select Zero on architectures
where no server JVM is available
- PR2414: CFLAGS, CXXFLAGS and LDFLAGS should be passed to
OpenJDK build
- PR2415: JVM -Xmx requirement is too high on s390
- PR2428: OpenJDK build can't handle commas in LDFLAGS
- PR2429: OpenJDK build does not copy a symlinked cacerts file
- PR2432: ppc64 JIT doesn't support class data sharing
- PR2433: ppc64le does not support -Xshare:dump
- PR2434: SystemTap support is no longer optional
- PR2439: NSS PKCS11 regression - due to java.security automatic
loading
- PR2443: install stage fails where
BUILD_ARCH_DIR != INSTALL_ARCH_DIR
- PR2447: Allow greater control of Javadoc installation
directory
- PR2448: Install TRADEMARK, COPYING and ChangeLog as RPM spec
file does
- PR2454: install-data-local needs to check that classes.jsa
actually exists
- PR2456: Installation path for hotspot_gc.stp is wrong, due to
changed j2sdk-image location
- PR2459: Policy JAR files should be timestamped with the date
of the policy file they hold
- PR2511: Reset success following calls in LayoutManager.cpp
- PR2541: Allow the user to specify the cacerts file to use
- PR2544: Desktop files do not allow installation from multiple
versions of IcedTea
- PR2547: Extend tarball checksumming option to allow the
checksum to be specified
- PR2631: jvm.cfg missing for ppc64le
- PR2633: s390 builds still fail as BUILD_NUM_BITS is never set
- PR2675: Update ppc64le autotools infrastructure following
PR2237
- PR2691, G564746: ./configure is unable to compile using distcc
for icedtea-3.0.0_pre06
- PR2737: Allow multiple PKCS11 library initialisation to be a
non-critical error.
- PR2738: java.lang.UnsatisfiedLinkError: no javalcms in
java.library.path
- PR2743: Remove bad AArch64 merge fragment
- PR2759: LCMS library should be named javalcms, not lcms, to
avoid potential conflicts with the system library
- PR2766: Remove all references to GCJ
- PR2767: Remove remaining rogue binaries from OpenJDK tree
- PR2768: Move SystemTap GCC 4.5 patch to OpenJDK tree or
discard if no longer needed
- PR2777: Fix MAX/MIN template usage on s390
- PR2804: test/tapset/jstaptest.pl should be executable
- PR2815: Race condition in SunEC provider with system NSS
- PR2825: Placement of -lfreebl matters when using bfd linker
- PR2826: Provide option to disable SystemTap tests
- PR2841: Parallelism issues resulting from PR2459
- PR2863: IcedTea doesn't pass through build and host triplets
to OpenJDK's configure
- PR2865: Handle uninstallation.
- PR2869: Revert CRC fix (S8000650) backported as part of PR2462
- PR2873: Fix make distcheck.
- PR2880: Add missing test directory in make check.
- PR2885: Location of 'stap' executable is hard-coded
- PR2888: OpenJDK should check for system cacerts database (e.g.
/etc/pki/java/cacerts)
- PR2899: Don't use WithSeed versions of NSS functions as they
don't fully process the seed
- PR2906: Support prefixed variants of GNU tools used on *BSD
systems
- PR2907: Replace --with-abs-install-dir with usual --prefix
- PR2917: Don't pass --with-cacerts-file to build if
USE_ALT_CACERTS_FILE is not set
- PR2918: Makefile handles cacerts as a symlink, but the
configure check doesn't
- PR2920: PaX marking fails on filesystems which don't support
extended attributes
- PR2921: Uninstallation of docs deletes too much
- Don't substitute 'j' for '-j' inside -I directives
- Extend 8041658 to all files in the HotSpot build.
- Remove jcheck
* AArch64 port
- PR1970: Imported from aarch64 jdk8 repository.
- PR2853: Fix build for aarch64/zero
- PR2853: Remaining miscellaneous synchronisation changes from
aarch64/jdk8u
- PR2853: Remove AArch64-specific code in generateOptoStub.cpp.
- PR2853: Remove some AArch64-specific code in share/.
- PR2853: Remove some unnecessary divergences from jdk8u.
- PR2853: Revert AArch64 jvm.cfg divergence
- PR2853: Revert changes to libpng source code now 8078245 is in
place.
- PR2922: Import latest AArch64 changes from aarch64-port/jdk8u
(aarch64-jdk8u77-b03)
- S8150652, PR2922: Remove unused code in AArch64 back end
* JamVM
- JSR 292: Invoke Dynamic
- JSR 308: Type Annotations
- JSR 335: Lambda Expressions
- JSR 901: VM support for method parameter reflection
- JEP 171: Implement fence methods in sun.misc.Unsafe
- sun.misc.Unsafe: additional methods get/putAddress.
- FreeClassData: adjust method count for Miranda methods
- Fix invokesuper check in invokespecial opcode
- Fix non-direct interpreter invokespecial super-class check
- When GC'ing a native method don't try to free code
- Do not free unprepared Miranda method code data
- Set anonymous class protection domain
- JVM_IsVMGeneratedMethodIx stub
- Dummy implementation of sun.misc.Perf natives
- JVM_NewMultiArray: element class may be an array
- jtreg test java/lang/reflect/Array/ExceedMaxDim
- OpenJDK: Fix Local/Anonymous class checks
- classlibMarkThreadTerminated should return Object*
- Fix race-condition in constant-pool resolution code
- JSR 292: MethodHandle constant-pool refs may be resolved
- JSR 292: bootstrap method args error handling
- JSR 308: update to match OpenJDK changes
- JSR 292: correct intrinsic cache COMPARE function
- Race condition in setting up imethod table
- GC: Minor performance improvement
- PR2034: --enable-jamvm builds broken, missing
JVM_GetTemporaryDirectory impl
- PR2336: JamVM lacks JVM_FindClassFromCaller
- PR2523: Add executable stack markings to callNative.S on JamVM
- PR2775: JamVM lacks JVM_GetResourceLookupCacheURLs introduced
by jdk8u40
* CACAO
- PR1277: Synchronise CACAO rules between IcedTea6/7/8 where
possible
- PR1279: Synchronise CACAO versions between IcedTea6/7/8 where
possible
- PR2035: --enable-cacao builds broken, missing
JVM_GetTemporaryDirectory impl.
- PR2330, CA172, G453612: Add ARM hardfloat support to CACAO on
Gentoo
- PR2331: IcedTea8 fails to build with IcedTea7 CACAO due to low
max heap size
- PR2335: CACAO lacks JVM_FindClassFromCaller
- PR2347: Fix CACAO patches to apply again
- PR2349: 'struct jvm_version_info' has no member named
'is_kernel_jvm'
- PR2350: Update to latest CACAO
- PR2354: stamps/cacao.stamp tries to touch a file in a
directory which doesn't exist
- PR2355: CACAO build fails to use JRE layout
- PR2776: CACAO lacks JVM_GetResourceLookupCacheURLs introduced
by jdk8u40
- PR2832, CA195: typeinfo.cpp: typeinfo_merge_nonarrays:
Assertion `dest && result && x.any && y.any' failed
- PR2908: Add missing functions for CACAO OpenJDK JVM
implementation
- PR2909: Install CACAO in same way as JamVM
- PR2910: Add rudimentary support for OpenJDK 8 class files to
CACAO
- PR2916: Update CACAO drop to use the latest from cacao-staging
- Removed patches:
* PStack-808293.patch
* aarch64-misc.patch
* disable-doclint-by-default.patch
* include-all-srcs.patch
* link-with-as-needed.patch
* memory-limits.patch
* multiple-pkcs11-library-init.patch
* ppc64le-8036767.patch
* s390-java-opts.patch
* s390-size_t.patch
* system-lcms.patch
* system-libjpeg.patch
* system-libpng.patch
* zero-dummy.patch
- Fixed upstream
- Added patches:
* icedtea-3.0.1-sunec.patch
- Adapt the nss detection to SUSE packaging of mozilla-nss
* java-1_8_0-openjdk-suse-desktop-files.patch
- Adapt the desktop files for SUSE needs
- Modified patches:
* 1015432.patch
* adlc-parser.patch
* compare-pointer-with-literal.patch
* implicit-pointer-decl.patch
* java-atk-wrapper-security.patch
* ppc-zero-hotspot.patch
* zero-javadoc-verbose.patch
- Adapt to new directory structure
-------------------------------------------------------------------
Wed Mar 30 06:17:02 UTC 2016 - fstrba@suse.com
- Update to upstream tag jdk8u77-b03 (bsc#972468)
* CVE-2016-0636: Improve MethodHandle consistency
-------------------------------------------------------------------
Fri Feb 26 12:29:06 UTC 2016 - fstrba@suse.com
- Added patch:
* ppc64le-8036767.patch
+ Change archinstall for ppc64le from ppc64 to ppc64le
directory.
-------------------------------------------------------------------
Mon Jan 25 07:54:33 UTC 2016 - fstrba@suse.com
- Upgrade to upstream tag jdk8u72-b15
* Oracle Critical Patch Update of January 2016 (bsc#962743)
* Using aarch64 hotspot tag aarch64-jdk8u72-b15
- Security issues fixed:
* CVE-2015-7575: Mozilla Network Security Services (NSS) before
3.20.2, as used in Mozilla Firefox before 43.0.2 and Firefox
ESR 38.x before 38.5.2, does not reject MD5 signatures in Server
Key Exchange messages in TLS 1.2 Handshake Protocol traffic,
which makes it easier for man-in-the-middle attackers to spoof
servers by triggering a collision.
* CVE-2015-8126: Multiple buffer overflows in the (1) png_set_PLTE
and (2) png_get_PLTE functions in libpng before 1.0.64, 1.1.x
and 1.2.x before 1.2.54, 1.3.x and 1.4.x before 1.4.17, 1.5.x
before 1.5.24, and 1.6.x before 1.6.19 allow remote attackers to
cause a denial of service (application crash) or possibly have
unspecified other impact via a small bit-depth value in an IHDR
(aka image header) chunk in a PNG image.
* CVE-2016-0402: Unspecified vulnerability in the Java SE and
Java SE Embedded components in Oracle Java SE 6u105, 7u91, and
8u66 and Java SE Embedded 8u65 allows remote attackers to affect
integrity via unknown vectors related to Networking.
* CVE-2016-0448: Unspecified vulnerability in the Java SE and
Java SE Embedded components in Oracle Java SE 6u105, 7u91, and
8u66, and Java SE Embedded 8u65 allows remote authenticated
users to affect confidentiality via vectors related to JMX.
* CVE-2016-0466: Unspecified vulnerability in the Java SE, Java SE
Embedded, and JRockit components in Oracle Java SE 6u105, 7u91,
and 8u66; Java SE Embedded 8u65; and JRockit R28.3.8 allows
remote attackers to affect availability via vectors related to
JAXP.
* CVE-2016-0475: Unspecified vulnerability in the Java SE, Java SE
Embedded, and JRockit components in Oracle Java SE 8u66; Java SE
Embedded 8u65; and JRockit R28.3.8 allows remote attackers to
affect confidentiality and integrity via unknown vectors related
to Libraries.
* CVE-2016-0483: Unspecified vulnerability in the Java SE, Java SE
Embedded, and JRockit components in Oracle Java SE 6u105, 7u91,
and 8u66; Java SE Embedded 8u65; and JRockit R28.3.8 allows
remote attackers to affect confidentiality, integrity, and
availability via vectors related to AWT.
* CVE-2016-0494: Unspecified vulnerability in the Java SE and Java
SE Embedded components in Oracle Java SE 6u105, 7u91, and 8u66
and Java SE Embedded 8u65 allows remote attackers to affect
confidentiality, integrity, and availability via unknown vectors
related to 2D.
- Modified patch:
* s390-java-opts.patch
+ rediff to the changed context
-------------------------------------------------------------------
Thu Oct 22 12:19:38 UTC 2015 - fstrba@suse.com
- Upgrade to upstream tag jdk8u65-b17
* Security fix release of October 21, 2015 (bsc#951376)
- Security issues fixed:
* CVE-2015-4734: A remote user can exploit a flaw in the Embedded
JGSS component to partially access data
* CVE-2015-4803: A remote user can exploit a flaw in the JRockit
JAXP component to cause partial denial of service conditions
* CVE-2015-4805: A remote user can exploit a flaw in the Embedded
Serialization component to gain elevated privileges
* CVE-2015-4806: A remote user can exploit a flaw in the Java SE
Embedded Libraries component to partially access and partially
modify data
* CVE-2015-4835: A remote user can exploit a flaw in the Embedded
CORBA component to gain elevated privileges
* CVE-2015-4842: A remote user can exploit a flaw in the Embedded
JAXP component to partially access data
* CVE-2015-4843: A remote user can exploit a flaw in the Java SE
Embedded Libraries component to gain elevated privileges
* CVE-2015-4844: A remote user can exploit a flaw in the Embedded
2D component to gain elevated privileges
* CVE-2015-4860: A remote user can exploit a flaw in the Embedded
RMI component to gain elevated privileges
* CVE-2015-4872: A remote user can exploit a flaw in the JRockit
Security component to partially modify data [].
* CVE-2015-4881: A remote user can exploit a flaw in the Embedded
CORBA component to gain elevated privileges
* CVE-2015-4882: A remote user can exploit a flaw in the Embedded
CORBA component to cause partial denial of service conditions
* CVE-2015-4883: A remote user can exploit a flaw in the Embedded
RMI component to gain elevated privileges
* CVE-2015-4893: A remote user can exploit a flaw in the JRockit
JAXP component to cause partial denial of service conditions
* CVE-2015-4902: A remote user can exploit a flaw in the Java SE
Deployment component to partially modify data
* CVE-2015-4903: A remote user can exploit a flaw in the Embedded
RMI component to partially access data
* CVE-2015-4911: A remote user can exploit a flaw in the JRockit
JAXP component to cause partial denial of service conditions
* CVE-2015-4810: A local user can exploit a flaw in the Java SE
Deployment component to gain elevated privileges
* CVE-2015-4840: A remote user can exploit a flaw in the Embedded
2D component to partially access data
* CVE-2015-4868: A remote user can exploit a flaw in the Java SE
Embedded Libraries component to gain elevated privileges
* CVE-2015-4901: A remote user can exploit a flaw in the JavaFX
component to gain elevated privileges
* CVE-2015-4906: A remote user can exploit a flaw in the JavaFX
component to partially access data
* CVE-2015-4908: A remote user can exploit a flaw in the JavaFX
component to partially access data
* CVE-2015-4916: A remote user can exploit a flaw in the JavaFX
component to partially access data
- Modified patch:
* s390-size_t.patch
- Account for an additional uintptr_t <-> size_t mismatch
-------------------------------------------------------------------
Wed Aug 19 08:12:09 UTC 2015 - fstrba@suse.com
- Upgrade to upstream tag jdk8u60-b27
* Release of JDK 8u60
- Removed patches:
* hotspot-support-kernel-4.patch
* cplusplus-interpreter.patch
* signed-overflow.patch
- Integrated upstream
* system-giflib5.patch
- Fixed differently upstream
* applet-hole.patch
- Not needed any more with recent versions of icedtea-web
- Modified patches
* aarch64-misc.patch
- Rediff to correspond to the new context
- Added bits from aarch64-port/jdk8/jdk
-------------------------------------------------------------------
Tue Aug 18 13:04:22 UTC 2015 - fstrba@suse.com
- Add constraints file
-------------------------------------------------------------------
Wed Jul 22 08:21:13 UTC 2015 - fstrba@suse.com
- Upgrade to upstream tag jdk8u51-b16
* Security fix release of July 15, 2015 (bsc#938248, bsc#937828)
- Security issues fixed:
* CVE-2015-2590: Vulnerability in the Java SE, Java SE Embedded
component of Oracle Java SE (subcomponent: Libraries).
* CVE-2015-2597: Vulnerability in the Java SE component of Oracle
Java SE (subcomponent: Install).
* CVE-2015-2601: Vulnerability in the Java SE, JRockit, Java SE
Embedded component of Oracle Java SE (subcomponent: JCE).
* CVE-2015-2613: Vulnerability in the Java SE, Java SE Embedded
component of Oracle Java SE (subcomponent: JCE).
* CVE-2015-2619: Vulnerability in the Java SE, JavaFX, Java SE
Embedded component of Oracle Java SE (subcomponent: 2D).
* CVE-2015-2621: Vulnerability in the Java SE, Java SE Embedded
component of Oracle Java SE (subcomponent: JMX).
* CVE-2015-2625: Vulnerability in the Java SE, JRockit, Java SE
Embedded component of Oracle Java SE (subcomponent: JSSE).
* CVE-2015-2627: Vulnerability in the Java SE component of Oracle
Java SE (subcomponent: Install).
* CVE-2015-2628: Vulnerability in the Java SE, Java SE Embedded
component of Oracle Java SE (subcomponent: CORBA).
* CVE-2015-2632; Vulnerability in the Java SE component of Oracle
Java SE (subcomponent: 2D).
* CVE-2015-2637: Vulnerability in the Java SE, JavaFX, Java SE
Embedded component of Oracle Java SE (subcomponent: 2D).
* CVE-2015-2638: Vulnerability in the Java SE, JavaFX, Java SE
Embedded component of Oracle Java SE (subcomponent: 2D).
* CVE-2015-2659: Vulnerability in the Java SE, Java SE Embedded
component of Oracle Java SE (subcomponent: Security).
* CVE-2015-2664: Vulnerability in the Java SE component of Oracle
Java SE (subcomponent: Deployment).
* CVE-2015-2808: Vulnerability in the Java SE, JRockit, Java SE
Embedded component of Oracle Java SE (subcomponent: JSSE).
* CVE-2015-4000: Vulnerability in the Java SE, JRockit, Java SE
Embedded component of Oracle Java SE (subcomponent: JSSE).
* CVE-2015-4729: Vulnerability in the Java SE component of Oracle
Java SE (subcomponent: Deployment).
* CVE-2015-4731: Vulnerability in the Java SE, Java SE Embedded
component of Oracle Java SE (subcomponent: JMX).
* CVE-2015-4732: Vulnerability in the Java SE, Java SE Embedded
component of Oracle Java SE (subcomponent: Libraries).
* CVE-2015-4733: Vulnerability in the Java SE, Java SE Embedded
component of Oracle Java SE (subcomponent: RMI).
* CVE-2015-4736: Vulnerability in the Java SE component of Oracle
Java SE (subcomponent: Deployment).
* CVE-2015-4748: Vulnerability in the Java SE, JRockit, Java SE
Embedded component of Oracle Java SE (subcomponent: Security).
* CVE-2015-4749: Vulnerability in the Java SE, JRockit, Java SE
Embedded component of Oracle Java SE (subcomponent: JNDI).
* CVE-2015-4760: Vulnerability in the Java SE component of Oracle
Java SE (subcomponent: 2D).
-------------------------------------------------------------------
Thu Jun 18 13:38:54 UTC 2015 - tchvatal@suse.com
- Use priority matching to ibm-java, always 5 bigger than it
-------------------------------------------------------------------
Wed Jun 10 08:10:23 UTC 2015 - fstrba@suse.com
- Added patch:
* zero-dummy.patch
- Fix crash of ZERO VM built with gcc5
-------------------------------------------------------------------
Fri Jun 5 12:58:27 UTC 2015 - fstrba@suse.com
- Added patch:
* signed-overflow.patch
- fix OOM due to signed overflow shown by gcc5 build
-------------------------------------------------------------------
Tue May 26 08:36:52 UTC 2015 - fstrba@suse.com
- Use the tzdb.dat from tzdata-java8 package on distributions
that have it.
-------------------------------------------------------------------
Tue May 5 15:15:09 UTC 2015 - fstrba@suse.com
- Added patch:
* hotspot-support-kernel-4.patch
* fix build on systems having kernel 4.0
-------------------------------------------------------------------
Thu Apr 16 15:47:54 UTC 2015 - fstrba@suse.com
- Update the aarch64 tarball to the recent tip
* The revision has merged changes up to jdk8u45-b14
- Apply cplusplus-interpreter.patch to the default hotspot tarball
only (aarch64 tarball has the patch integrated)
-------------------------------------------------------------------
Wed Apr 15 08:27:37 UTC 2015 - fstrba@suse.com
- Upgrade to upstream tag jdk8u45-b14
* Security fix release of April 14, 2015
-------------------------------------------------------------------
Wed Apr 8 07:37:27 UTC 2015 - fstrba@suse.com
- Build the accelerated aarch64 hotspot anew
-------------------------------------------------------------------
Thu Mar 5 16:40:27 UTC 2015 - fstrba@suse.com
- Update the aarch64 tarball to a recent tip of the jdk8 repository
-------------------------------------------------------------------
Wed Mar 4 06:44:04 UTC 2015 - fstrba@suse.com
- jdk8u40-b25 became officially jdk8u40 release
* Modify the package version
-------------------------------------------------------------------
Tue Feb 17 12:58:49 UTC 2015 - fstrba@suse.com
- Modified patch
* system-libjpeg.patch
- correct the case mismatch that prevented JPEG decoder from
working correctly (bnc#905950)
-------------------------------------------------------------------
Mon Feb 16 08:01:42 UTC 2015 - fstrba@suse.com
- Upgrade to upstream tag jdk8u40-b25
-------------------------------------------------------------------
Thu Feb 5 09:55:30 UTC 2015 - fstrba@suse.com
- Upgrade to upstream tag jdk8u40-b24
- Upgrade the aarch64 hotspot to new tip
* sync-ed with jdk8u40-b23
- Removed patch
* aarch64-b12tob22.patch
- Not needed since the aarch64 tarball is on a recent enough
tag
- Modified patch
* s390-size_t.patch
- Adapt to hotspot changes
-------------------------------------------------------------------
Tue Jan 27 07:52:58 UTC 2015 - fstrba@suse.com
- Removed patch
* aarch64-b12tob21.patch
- replaced by one that forward-ports to b22
- Added patch
* aarch64-b12tob22.patch
- forward-port the aarch64 hotspot to b22.
-------------------------------------------------------------------
Sun Jan 25 18:06:11 UTC 2015 - fstrba@suse.com
- Modify patch: system-giflib5.patch
* Fix build with giflib 5.1.x
-------------------------------------------------------------------
Thu Jan 22 09:42:50 UTC 2015 - fstrba@suse.com
- Upgrade to upstream tag jdk8u40-b22
* Security update from 2015-01-20
-------------------------------------------------------------------
Wed Jan 21 08:22:26 UTC 2015 - fstrba@suse.com
- Upgrade to upstream tag jdk8u40-b21
- Removed patch:
* aarch64-b12tob20.patch
- replaced by new version
- Added patch:
* aarch64-b12tob21.patch
- port the relevant changes between builds b12 and b21 to the
aarch64 tarball that is on the upstream tag of jdk8u40-b12
-------------------------------------------------------------------
Mon Jan 12 07:58:48 UTC 2015 - fstrba@suse.com
- Upgrade to upstream tag jdk8u40-b20
* Switch to the jdk8u40 stabilisation branch that will result in
the jdk8u40 release
- Removed patch:
* hotspot-build-j-directive.patch
- integrated in the jdk8u40-b20 version of hotspot
- Added patches:
* aarch64-b12tob20.patch
- port the relevant changes between builds b12 and b20 to the
aarch64 tarball that is on the upstream tag of jdk8u40-b12
* cplusplus-interpreter.patch
- fix a build of C++ interpreter that is used with Zero virtual
machine.
-------------------------------------------------------------------
Sun Jan 4 22:00:21 UTC 2015 - schwab@suse.de
- zero-javadoc-verbose.patch: Avoid triggering inactivity timeout while
generating javadoc in zero VM
-------------------------------------------------------------------
Mon Dec 8 13:32:25 UTC 2014 - fstrba@suse.com
- Require version of tzdata-java compatible with this version
of Java.
-------------------------------------------------------------------
Sun Nov 23 13:46:44 UTC 2014 - schwab@linux-m68k.org
- Define bits to %__isa_bits if defined
-------------------------------------------------------------------
Tue Nov 11 17:18:21 UTC 2014 - fstrba@suse.com
- Modified patches:
* s390-size_t.patch
- rediff and drop unnecessary chunks
* s390-java-opts.patch
- modify to correspond to the changed context
-------------------------------------------------------------------
Mon Nov 10 14:55:35 UTC 2014 - fstrba@suse.com
- Put manpage alternative for policy-tool to the right package
-------------------------------------------------------------------
Tue Nov 4 19:25:03 UTC 2014 - fstrba@suse.com
- Upgrade to upstream tag jdk8u40-b12
* Unstable snapshot in view of jdk8u40 release
* aarch64 hotspot merged to the level of jdk8u40-b12
- Remove unneeded aarch64-jdk8u40-b09_b10.patch:
* the aarch64 hotspot merge contains all the changes
-------------------------------------------------------------------
Wed Oct 29 08:38:44 UTC 2014 - fstrba@suse.com
- Update config.sub and config.guess to the recent master of
http://git.savannah.gnu.org/cgit/config.git
-------------------------------------------------------------------
Fri Oct 17 07:18:59 UTC 2014 - fstrba@suse.com
- Upgrade to upstream tag jdk8u40-b10
* Unstable snapshot in view of jdk8u40 release
* Contains security fixes from 14 october 2014
- Add aarch64-jdk8u40-b09_b10.patch
* Manually upgrade the aarch64 hotspot tarball with the changes
between b09 and b10
-------------------------------------------------------------------
Thu Oct 16 20:07:56 UTC 2014 - fstrba@suse.com
- Allow building for SLE11
* Conditionalize BuildRequires
* Conditionalize cxxflags not understood by gcc 4.3
* Conditionalize javadoc noarch build for distributions that
understand the per-package BuildArch
- Try to make the jre-32 and jre-64 provides more automatic
- Disable brp-check-bytecode-version during install
* java8 will have bytecode version 8 in its jars
-------------------------------------------------------------------
Tue Oct 7 06:25:32 UTC 2014 - fstrba@suse.com
- Force Zero VM for aarch64, since from the beginning we did not
manage to finish a build of Hotspot for this architecture.
-------------------------------------------------------------------
Thu Oct 2 14:57:03 UTC 2014 - fstrba@suse.com
- Upgrade to upstream tag jdk8u40-b08
* Unstable snapshot in view of jdk8u40 release
-------------------------------------------------------------------
Mon Sep 29 06:36:58 UTC 2014 - fstrba@suse.com
- Build template jvm interpreter on ppc64le
* It was ported for this architecture in jdk8u49-b06
- Build depend on the generic java-bootstrap-devel
* Allows to build against java-1_7_0-openjdk-bootstrap
- Reformat the spec file with spec-cleaner
-------------------------------------------------------------------
Fri Sep 26 07:35:47 UTC 2014 - fstrba@suse.com
- Upgrade to upstream tag jdk8u40-b07
* Unstable snapshot in view of jdk8u40 release
- Removed patch: aarch64-jni-update.patch
* Upstreamed changes
- Modified patch: aarch64-misc.patch
* Do not patch generated-configure.sh that is anyway regenerated.
- Modified patch: system-libjpeg.patch
* Do not patch generated-configure.sh that is anyway regenerated.
* Rediff to apply cleanly
- Modified patches: link-with-as-needed.patch,
system-giflib5.patch, system-lcms.patch, system-libpng.patch
* Rediff to apply cleanly
-------------------------------------------------------------------
Tue Sep 23 08:16:11 UTC 2014 - fstrba@suse.com
- Add provides jre-32 on %{ix86} and ppc
* This satisfies libreoffice's requires
-------------------------------------------------------------------
Mon Sep 8 07:46:47 UTC 2014 - fstrba@suse.com
- Add provides jre-64 on x86_64. bnc#895191
-------------------------------------------------------------------
Wed Aug 20 14:31:18 UTC 2014 - fstrba@suse.com
- Upgrade to upstream tag jdk8u20-b26
* Tag corresponding to jdk8u20 public release
- Do not include the build number in version information, since
this is the official 1.8.0.20 release
-------------------------------------------------------------------
Wed Jul 23 08:00:09 UTC 2014 - fstrba@suse.com
- Use icedtea-sound-1.0.1 release tarball
-------------------------------------------------------------------
Fri Jul 18 07:21:20 UTC 2014 - fstrba@suse.com
- Upgrade to upstream tag jdk8u20-b23
* Security updates from 15 July 2014
- Removed patch: voidreturn.patch
* Integrated upstream
- Re-diffed patch: java-atk-wrapper-security.patch
* Re-diff to correspond to the new changes
- Modify accessibility post script to actually create the
corresponding symlinks
-------------------------------------------------------------------
Tue Jul 15 08:03:53 UTC 2014 - fstrba@suse.com
- Initial package built from upstream OpenJDK
* Version 1.8.0.20~b22
* Sources from http://hg.openjdk.java.net/jdk8u/jdk8u20/
tag jdk8u20-b22
- Initial bug-/build-fix patches
* 1015432.patch
* aarch64-jni-update.patch
* aarch64-misc.patch
* adlc-parser.patch
* applet-hole.patch
* compare-pointer-with-literal.patch
* disable-doclint-by-default.patch
* hotspot-build-j-directive.patch
* implicit-pointer-decl.patch
* include-all-srcs.patch
* java-atk-wrapper-security.patch
* link-with-as-needed.patch
* memory-limits.patch
* multiple-pkcs11-library-init.patch
* ppc-zero-hotspot.patch
* PStack-808293.patch
* s390-java-opts.patch
* s390-size_t.patch
* system-giflib5.patch
* system-lcms.patch
* system-libjpeg.patch
* system-libpng.patch
* voidreturn.patch
- Added aarch64 hotspot from the tip of
http://hg.openjdk.java.net/aarch64-port/jdk8/hotspot
- Added pulseaudio provider from the tip of
http://icedtea.classpath.org/hg/icedtea-sound/