Hello community,

here is the log from the commit of package java-11-openjdk for openSUSE:Factory 
checked in at 2018-05-29 10:44:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-11-openjdk (Old)
 and      /work/SRC/openSUSE:Factory/.java-11-openjdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-11-openjdk"

Tue May 29 10:44:43 2018 rev:14 rq:612288 version:11.0.0.0~15

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-11-openjdk/java-11-openjdk.changes  
2018-05-15 10:34:04.310712025 +0200
+++ /work/SRC/openSUSE:Factory/.java-11-openjdk.new/java-11-openjdk.changes     
2018-05-29 10:44:50.292673408 +0200
@@ -1,0 +2,271 @@
+Fri May 25 08:43:23 UTC 2018 - fst...@suse.com
+
+- Update to upstream tag jdk-11+15
+  * Fixes:
+    + S8027760: JFC schema condition should not have defaults
+    + S8134537: Much nearly duplicated code for sun.misc.Signal
+      support
+    + S8146293: Add support for RSASSA-PSS Signature algorithm
+    + S8148354: Errors targeting functional interface intersection
+      types
+    + S8176808: Split up metaspace.cpp
+    + S8185803: JdbExprTest.sh fails in JDK10-hs nightly due to
+      "Name unknown: java.lang.Long.MAX_VALUE "
+    + S8192992: Test8007294.java failed: attempted to spill a
+      non-spillable item
+    + S8193332: MetaspaceShared::check_shared_class_loader_type is
+      not used during archive creation
+    + S8195098: Low latency hashtable for read-mostly scenarios
+    + S8195817: JFR.stop should require name of recording
+    + S8195818: JFR.start should increase autogenerated name by one
+    + S8195819: Remove recording=x from jcmd JFR.check output
+    + S8196048: thrown type variables should be roots in the
+      minimum inference graph
+    + S8196201: Generate pages to list all classes and all packages
+      in javadoc output
+    + S8196619: [TESTBUG] restore current version check in
+      runtime/appcds/MultiReleaseJars.java
+    + S8196987: Resolve disabled warnings for libzip
+    + S8198315: Incomplete classpath causes NPE in TransTypes
+    + S8198337: -XX:StartFlightRecording=dumponexit=true,disk=false
+      doesn't work
+    + S8198548: Initialization race in
+      com.sun.org.apache.xerces.internal.impl.xpath.regex.Token.getRange()
+      on Token.categories
+    + S8199064: Test applications/jcstress/other/Test.java#id1108
+      fails on Sparc
+    + S8199257: [TESTBUG] Open source VM testbase metaspace tests
+    + S8199271: [TESTBUG] open source VM testbase stress tests
+    + S8199370: [TESTBUG] Open source vm testbase GC tests
+    + S8199379: [TESTBUG] Open source vm testbase JDB tests
+    + S8199384: [TESTBUG] Open source VM testbase MLVM tests
+    + S8199807: AppCDS performs overly restrictive path matching
+      check.
+    + S8200380: String::lines
+    + S8200436: String::isBlank
+    + S8201331: Better test cleanup for
+      jdk/jfr/api/consumer/TestRecordingFile.java
+    + S8201386: Miscellaneous changes imported from jsr166 CVS
+      2018-05
+    + S8201627: Kerberos sequence number issues
+    + S8201867: Kerberos keytabs with holes in certain places are
+      parsed incorrectly
+    + S8202014: Possible to receive signal before signal semaphore
+      created
+    + S8202076: test/jdk/java/io/File/WinSpecialFiles.java on
+      windows with VS2017
+    + S8202305: [Graal] org.graalvm.compiler.core.test.GraphResetDebugTest
+      fails with java.util.ServiceConfigurationError
+    + S8202377: Modularize C2 GC barriers
+    + S8202427: Enhance os::print_memory_info on Windows
+    + S8202466: Test serviceability/tmtools/jstat/GcTest01.java
+      fails: Number of concurrent GC events is 1, but CGCT is 0
+    + S8202479: Add missing try_resolve_jobject_in_native calls
+    + S8202669: Intermittent crash in
+      ClassLoadingService::compute_class_size()
+    + S8202685: Optimize ArrayList subList replaceAll
+    + S8202710: AARCH64: sporadic jtreg test fail
+    + S8202713: Create a MacroAssembler::access_load/store_at
+      wrapper for S390 and PPC
+    + S8202771: Migrate Unicode character tests to JDK Repo
+    + S8202848: -XX:+ExecuteInternalVMTests asserts with
+      "assert(cd.valid() == true) failed: failed on a valid
+      DirectivesParser string"
+    + S8202853: NotifyCount is not initialized
+    + S8202863: Rename OopStorage inner collection classes
+    + S8202978: Incorrect tmp register passed to
+      MacroAssembler::load_mirror()
+    + S8202989: Add missing decorators in calls to to
+      arraycopy_prologue/epilogue
+    + S8203196: C1 emits incorrect code due to integer overflow in
+      _tableswitch keys
+    + S8203215: IdealLoopTree::split_outer_loop leaves phi-nodes
+      with only one input
+    + S8203227: Introduce os::processor_id() for Linux and Solaris
+    + S8203279: Faster rounding up to nearest power of two
+    + S8203287: Zero fails to build after JDK-8199712 (Flight
+      Recorder)
+    + S8203288: PPC64 and s390 fail to build after JDK-8199712
+      (Flight Recorder)
+    + S8203292: Print complete set of flags in the hs_err file
+    + S8203305: PPC64: Improve TM detection for enabling RTM on
+      Linux / POWER9
+    + S8203318: compiler/stable/TestStableShort.java is broken
+    + S8203339: Add oopDesc::field_offset()
+    + S8203341: Add a safepoint-aware Semaphore
+    + S8203346: JFR: Inconsistent signature of
+      jfr_add_string_constant
+    + S8203352: Improve java implementation of
+      Integer/Long.numberOfLeadingZeros
+    + S8203355: MITSHM define guarding missing
+    + S8203377: Cleanup the usage of os::file_name_strcmp() in
+      SharedPathsMiscInfo::check().
+    + S8203381: Replace InstanceKlass::allocate_instance_handle
+      with JavaCalls::construct_new_instance
+    + S8203391: Update com/sun/jdi/JdbMethodExitTest.sh to pass
+      valid URL[]
+    + S8203398: Test test/langtools/tools/javac/options/release/
+      /ReleaseOptionCurrent.java writes into the source directory
+    + S8203400: Fix issue with "8199852: Print more information
+      about class loaders in LinkageErrors."
+    + S8203410: Zero: Disable jfr feature by default
+    + S8203431: TestFloatsOnStackDeopt.java throws
+      java.lang.LinkageError: loader <bootstrap> attempted duplicate
+      class definition for
+      java.lang.invoke.BoundMethodHandle$Species_LLL
+    + S8203436: javac should fail early when emitting illegal
+      signature attributes
+    + S8203437: 8199370 broke build on linux-ppc64le (w/ GCC 4.8.5.)
+    + S8203454: Minimal, Zero builds fail after JDK-8202377
+      (Modularize C2 barriers)
+    + S8203457: Add back missing full buffer notification
+    + S8203486: skip type inference for non functional interface
+      components of intersection types
+    + S8203487: Typo in ICUBinary.java: s/Magin/Magic/
+    + S8203490: StringTable::dump lacks a load barrier
+    + S8203500: Fix broken links to Specification in "specs"
+      directory
+    + S8203626: ProblemList
+      compiler/runtime/TestFloatsOnStackDeopt.java
+    + S8203635: JFR sampler thread does not record stack info
+    + S8203694: Add a safepoint-aware Semaphore - part 2
+- Removed patch:
+  * fix-s390x-and-ppc64-builds.patch
+    + integrated upstream
+
+-------------------------------------------------------------------
+Tue May 22 09:52:02 UTC 2018 - fst...@suse.com
+
+- Added patch:
+  * fix-s390x-and-ppc64-builds.patch
+     + upstream fix for broken s390x and ppc64/ppc64le builds
+
+-------------------------------------------------------------------
+Thu May 17 11:55:30 UTC 2018 - fst...@suse.com
+
+- Update to upstream tag jdk-11+14
+  * Fixes:
+    + S8132287: obsolete the "InlineNotify" flag option
+    + S8174995: SA: clhsdb 'where -a' throws Assertion Failure with
+      illegal code 236 when CDS is used
+    + S8176510: java/awt/font/GlyphVector/TestLayoutFlags.java
+      fails with OpenJDK
+    + S8183910: gc/arguments/TestAggressiveHeap.java fails
+      intermittently
+    + S8185505: AArch64: Port AOT to AArch64
+    + S8189140: SystemDictionaryShared::initialize() should be
+      renamed to be more meaningful
+    + S8189271: Metaspace::_capacity_until_GC should be size_t
+    + S8191533: jar --describe-module prints service provider class
+      names in lower case
+    + S8193935: Illegal countedLoops transformation
+    + S8194998: broken error message for subclass of interface with
+      private method
+    + S8195613: [SA] HotSpotTypeDataBase.readVMLongConstants
+      truncates values to int
+    + S8196340: (coll) Examine overriding inherited methods in
+      ArrayList and ArrayList.SubList
+    + S8196360: java/awt/Dialog/SiblingChildOrder/
+      /SiblingChildOrderTest.java fails
+    + S8196616: java/awt/GraphicsDevice/DisplayModes/
+      /CompareToXrandrTest.java fails
+    + S8197948: Create test for SwingSet2 main window
+    + S8198412: MonospacedGlyphWidthTest.java may fail on Solaris
+    + S8198991: Move Java2D demo to the open repository
+    + S8199252: [TESTBUG] Open source VM testbase system dictionary
+      tests
+    + S8199712: Flight Recorder
+    + S8200377: String::strip, String::stripLeading,
+      String::stripTrailing
+    + S8201447: C1 does backedge profiling incorrectly
+    + S8201491: G1 support for java.lang.ref.Reference precleaning
+    + S8201532: Update idom to get correct dom depth calculation
+    + S8201593: Print array length in
+      ArrayIndexOutOfBoundsException.
+    + S8201604: ARM64 - Build failure after JDK-8193260
+    + S8202016: Use obj+offset in interpreter array access
+    + S8202064: Jemmy JInternalFrameOperator: Add wait for close(),
+      activate(), resize() and move() operations
+    + S8202113: Reflection API is causing caller classes to leak
+    + S8202289: Non-empty directory in module path is not handled
+      properly at CDS/AppCDS dump time
+    + S8202322: AIX: symbol visibility flags not support on xlc 12.1
+    + S8202392: [TESTBUG] open source vm testbase heapdump tests
+    + S8202395: AARCH64: wrong encoding for SIMD instructions zip,
+      trn, uzp
+    + S8202426: NPE thrown by Transformer when XMLStreamReader
+      reports no xml attribute type
++++ 74 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/java-11-openjdk/java-11-openjdk.changes
++++ and /work/SRC/openSUSE:Factory/.java-11-openjdk.new/java-11-openjdk.changes

Old:
----
  758deedaae84.tar.bz2

New:
----
  a11c1cb542bb.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ java-11-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.rxBows/_old  2018-05-29 10:44:52.232601818 +0200
+++ /var/tmp/diff_new_pack.rxBows/_new  2018-05-29 10:44:52.236601671 +0200
@@ -34,10 +34,10 @@
 %global updatever       0
 %global patchver        0
 %global datever         2018-09-25
-%global buildver        13
+%global buildver        15
 %global hg_project      jdk
 %global hg_repository   jdk
-%global hg_revision     758deedaae84
+%global hg_revision     a11c1cb542bb
 %global icedtea_sound_version 1.0.1
 %global java_atk_wrapper_version 0.33.2
 # priority must be 6 digits in total
@@ -97,7 +97,7 @@
 %global with_pulseaudio 1
 %bcond_with zero
 %if ! %{with zero}
-%ifarch x86_64
+%ifarch x86_64 %aarch64
 %global _with_aot 1
 %endif
 %endif
@@ -954,6 +954,7 @@
 %dir %{_jvmdir}/%{sdkdir}/
 %dir %{_jvmdir}/%{sdkdir}/bin
 %dir %{_jvmdir}/%{sdkdir}/lib
+%dir %{_jvmdir}/%{sdkdir}/lib/jfr
 %dir %{_jvmdir}/%{sdkdir}/lib/jli
 %ifarch %{arm6}
 %dir %{_jvmdir}/%{sdkdir}/lib/client
@@ -999,6 +1000,8 @@
 %endif
 %{_jvmdir}/%{sdkdir}/lib/desktop/jconsole.desktop
 %{_jvmdir}/%{sdkdir}/lib/jexec
+%{_jvmdir}/%{sdkdir}/lib/jfr/default.jfc
+%{_jvmdir}/%{sdkdir}/lib/jfr/profile.jfc
 %{_jvmdir}/%{sdkdir}/lib/jli/libjli.so
 %{_jvmdir}/%{sdkdir}/lib/jrt-fs.jar
 %{_jvmdir}/%{sdkdir}/lib/jvm.cfg

++++++ 758deedaae84.tar.bz2 -> a11c1cb542bb.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/java-11-openjdk/758deedaae84.tar.bz2 
/work/SRC/openSUSE:Factory/.java-11-openjdk.new/a11c1cb542bb.tar.bz2 differ: 
char 11, line 1


Reply via email to