commit java-11-openjdk for openSUSE:Factory
Hello community, here is the log from the commit of package java-11-openjdk for openSUSE:Factory checked in at 2018-04-30 22:54:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/java-11-openjdk (Old) and /work/SRC/openSUSE:Factory/.java-11-openjdk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "java-11-openjdk" Mon Apr 30 22:54:33 2018 rev:10 rq:602078 version:11.0.0.0~11 Changes: -------- --- /work/SRC/openSUSE:Factory/java-11-openjdk/java-11-openjdk.changes 2018-04-22 14:41:05.269823569 +0200 +++ /work/SRC/openSUSE:Factory/.java-11-openjdk.new/java-11-openjdk.changes 2018-04-30 22:58:02.586421864 +0200 @@ -1,0 +2,159 @@ +Fri Apr 27 08:01:39 UTC 2018 - fstrba@suse.com + +- Update to upstream tag jdk-11+11 + * Fixes: + + S6341887: java.util.zip: Add ByteBuffer methods to + Inflater/Deflater + + S6805750: Improve handling of Attributes.Name + + S8025091: VisibleMemberMap.java possible performance + improvements + + S8081519: Split globals.hpp to factor out the Flag class + + S8144806: sun/security/tools/keytool/standard.sh fails + intermittently at deleting x.jks + + S8154528: Reclaim regions emptied by marking in Remark pause + + S8157543: java/nio/channels/Selector/SelectAndCancel.java + fails intermittently + + S8161991: java/nio/channels/AsynchronousSocketChannel/Basic.java + failed due to RuntimeException: WritePendingException expected + + S8171404: java/nio/channels/AsynchronousSocketChannel/Basic.java + failed with "AsynchronousCloseException expected" + + S8178105: Switch mark bitmaps during Remark + + S8178825: unused variable threadObj in jvmci_counters_include + + S8184693: add Pattern.isEmpty + + S8187490: HotSpotGraalMBean should be moved to Graal + management module + + S8187496: Possible memory leak in + java.apple.security.KeychainStore.addItemToKeychain + + S8188105: Make -Xshare:auto the default for server VM + + S8190227: Forward port 8188880 to JDK10CPU + + S8192789: Avoid using AtomicReference in + sun.security.provider.PolicyFile + + S8193524: Redefining a method that removes use of 1 or more + lambda expressions causes the JVM to hang + + S8196071: Change G1 Full GC heap and thread sizing ergonomics + + S8196325: GarbageCollectionNotificationInfo has same + information for before and after + + S8196433: use the new error diagnostic approach at javac.Main + + S8196540: [Testbug] java/security/AccessController/ + /DoPrivAccompliceTest.java doesn't handle unrelated warnings + + S8198756: Lazy allocation of compiler threads + + S8198793: Add launcher support for preview features + + S8198816: AbstractScriptEngine.getScriptContext creation of + SimpleScriptContext is inefficient + + S8198890: The standard doclet incorrectly produces wrong + method signatures in certain cases. + + S8199193: jshell tool: Add support for preview features + + S8199519: Several GC tests fails with: + java.lang.NumberFormatException: Unparseable number: "-" + + S8199755: Update Graal + + S8200101: sun/security/krb5/auto/Renewal.java fails + intermittently + + S8200196: [Graal] implement Object.notify/notifyAll intrinsics + + S8200303: C2 should leverage profiling for + lookupswitch/tableswitch + + S8200426: Make G1 code use _g1h members + + S8200450: Root cause analysis for JDK-8200366 + + S8200477: Integer dot product no longer autovectorised + + S8200555: OopHandle should use Access API + + S8200556: AArch64: assertion failure in slowdebug builds + + S8200723: Suppress rs_length and predicted_cards sampling + during mixed gcs + + S8200730: Fix debug=gc+phases time tracking in Remark and + Cleanup + + S8201172: Parallelize Remset Tracking Update Before Rebuild + phase + + S8201226: missing JNIEXPORT / JNICALL at some places in + function declarations/implementations + + S8201259: Fix warning with VS2017 in jdk.pack + + S8201281: Truncated error message with Incompatible : null + + S8201315: (se) Allow SelectableChannel.register to be invoked + while selection operation is in progress + + S8201368: IfNode::fold_compares() may lead to incorrect + execution + + S8201369: Inet4AddressImpl_getLocalHostName reverse lookup on + Solaris only + + S8201466: Nashorn: defineProperty setters/getters on + prototype object ignored with numeric property names + + S8201487: Do not rebalance reference processing queues if not + doing parallel reference processing + + S8201490: Improve concurrent mark keep alive closure + performance + + S8201505: Use WeakHandle for ProtectionDomainCacheTable and + ResolvedMethodTable + + S8201510: Merge TwoStacksPlainSocketImpl into + DualStackPlainSocketImpl [win] + + S8201520: AsynchronousSocketChannel/Basic.java timeout + intermitently + + S8201527: Bump default value of G1RefProcDrainInterval + + S8201536: configure fails compiler check due to bad -m32 flag + + S8201537: Remove is_alive closure from + Klass::is_loader_alive() + + S8201540: [AIX] Extend the set of supported charsets in + java.base + + S8201556: Disallow reading oops in ClassLoaderData if + unloading + + S8201596: java.lang.ref.Reference processing total time + logging broken + + S8201597: AArch64: Update relocs for CompiledDirectStaticCall + + S8201616: Hotspot crashes on linux-sparc after 8189941 + + S8201646: Introduce ReferenceDiscoverer interface + + S8201647: Make initial clearing of CHeapBitMap optional + + S8201649: Remove dubious call_jio_print in ostream.cpp + + S8201766: Mark TimSortStackSize2.java as intermittently + failing + + S8201785: Make ModRefBarrierSetAssembler abstract on all + platforms + + S8201788: Number of make jobs wrong for bootcycle-images + target + + S8201794: [Graal] fix regressions from JDK-8187490 + + S8201799: Build failures after JDK-8195099 (Concurrent + safe-memory-reclamation mechanism) + + S8201800: Add support for adjusting heap addresses in a TLAB + + S8201826: G1: Don't invoke WeakProcessor if mark stack has + overflowed + + S8201850: [AOT] vm crash when run test + compiler/aot/fingerprint/SelfChangedCDS.java + + S8202000: AIX build broken after JDK-8195099 + + S8202037: Split slow ctw_1 tests + + S8202052: Disable warnings when building libawt with VS2017 + + S8202060: Add javax/net/ssl/DTLS/CipherSuite.java to + ProblemList + + S8202062: Put FileChannel and FileOutpuStream variants of + AtomicAppend on problem list + + S8202070: Cleanup code after JDK-8200450, JDK-8200366 + + S8202073: MetaspaceAllocationTest gtest shall lock during + space creation + + S8202074: Metaspace: If humongous chunk is added to + SpaceManager, previous current chunk may not get retired correctly. + + S8202075: Crash when running + compiler/codecache/OverflowCodeCacheTest.java + + S8202079: [s390]: Build failure w/o precompiled headers + + S8202081: Introduce CollectedHeap::is_oop() + + S8202091: Rename DualStackPlainSocketImpl to PlainSocketImpl + [win] + + S8202134: Non-PCH build for arm32 fails + + S8202141: Unique symbols for .class + + S8202151: [BACKOUT] Split globals.hpp to factor out the Flag + class + + S8202152: test/hotspot/jtreg/runtime/whitebox/WBStackSize.java + fails + + S8202154: Remove unused code in + java.base/windows/native/libnet + + S8202155: quarantine test com/sun/jdi/JdbExprTest.sh on all + platforms + + S8202157: remove the use of string keys at + InapplicableMethodException + + S8202164: Remove some unneeded BoolObjectClosure* is_alive + parameters + + S8202169: Reduce ctw_2 duration by parallelizing CtwRunner + invocations + + S8202184: Reduce time blocking the ClassSpecializer cache + creating SpeciesData + + S8202210: jlink uses little-endian for big-endian + cross-compilation targets + + S8202276: Update test/hotspot/jtreg/ProblemList-graal.txt +- Removed patch: + * bootcycle_jobs.patch + + Integrated upsteam + +------------------------------------------------------------------- Old: ---- 69d7398038c5.tar.bz2 bootcycle_jobs.patch New: ---- e1e60f75cd39.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ java-11-openjdk.spec ++++++ --- /var/tmp/diff_new_pack.Jho81B/_old 2018-04-30 22:58:05.522314735 +0200 +++ /var/tmp/diff_new_pack.Jho81B/_new 2018-04-30 22:58:05.526314590 +0200 @@ -34,10 +34,10 @@ %global updatever 0 %global patchver 0 %global datever 2018-09-25 -%global buildver 10 +%global buildver 11 %global hg_project jdk %global hg_repository jdk -%global hg_revision 69d7398038c5 +%global hg_revision e1e60f75cd39 %global icedtea_sound_version 1.0.1 %global java_atk_wrapper_version 0.33.2 # priority must be 6 digits in total @@ -179,7 +179,6 @@ Patch200: ppc_stack_overflow_fix.patch Patch201: fix_armv6_build.patch # -Patch301: bootcycle_jobs.patch Patch302: disable-doclint-by-default.patch Patch303: alternative-tzdb_dat.patch # @@ -445,7 +444,6 @@ %patch201 -p0 %endif -%patch301 -p1 %patch302 -p1 %patch303 -p1 ++++++ 69d7398038c5.tar.bz2 -> e1e60f75cd39.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/java-11-openjdk/69d7398038c5.tar.bz2 /work/SRC/openSUSE:Factory/.java-11-openjdk.new/e1e60f75cd39.tar.bz2 differ: char 11, line 1
participants (1)
-
root@hilbert.suse.de