Hello community,

here is the log from the commit of package java-15-openjdk for openSUSE:Factory 
checked in at 2020-12-04 21:27:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-15-openjdk (Old)
 and      /work/SRC/openSUSE:Factory/.java-15-openjdk.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-15-openjdk"

Fri Dec  4 21:27:59 2020 rev:2 rq:852046 version:15.0.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-15-openjdk/java-15-openjdk.changes  
2020-03-19 19:53:15.672275487 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-15-openjdk.new.5913/java-15-openjdk.changes    
    2020-12-04 21:28:04.226088881 +0100
@@ -1,0 +2,2999 @@
+Wed Nov 25 17:39:42 UTC 2020 - Fridrich Strba <[email protected]>
+
+- Upgrade to upstream tag jdk-15.0.1+9 (October 2020 CPU,
+  bsc#1177943)
+  * Security fixes
+    + JDK-8233624: Enhance JNI linkage
+    + JDK-8236196: Improve string pooling
+    + JDK-8236862, CVE-2020-14779: Enhance support of Proxy class
+    + JDK-8237990, CVE-2020-14781: Enhanced LDAP contexts
+    + JDK-8237995, CVE-2020-14782: Enhance certificate processing
+    + JDK-8240124: Better VM Interning
+    + JDK-8241114, CVE-2020-14792: Better range handling
+    + JDK-8242680, CVE-2020-14796: Improved URI Support
+    + JDK-8242685, CVE-2020-14797: Better Path Validation
+    + JDK-8242695, CVE-2020-14798: Enhanced buffer support
+    + JDK-8243302: Advanced class supports
+    + JDK-8244136, CVE-2020-14803: Improved Buffer supports
+    + JDK-8244479: Further constrain certificates
+    + JDK-8244955: Additional Fix for JDK-8240124
+    + JDK-8245407: Enhance zoning of times
+    + JDK-8245412: Better class definitions
+    + JDK-8245417: Improve certificate chain handling
+    + JDK-8248574: Improve jpeg processing
+    + JDK-8249927: Specify limits of jdk.serialProxyInterfaceLimit
+    + JDK-8253019: Enhanced JPEG decoding
+  * Fixes:
+    + JDK-8232114: JVM crashed at imjpapi.dll in native code
+    + JDK-8241007: Shenandoah: remove
+      ShenandoahCriticalControlThreadPriority support
+    + JDK-8241065: Shenandoah: remove leftover code after
+      JDK-8231086
+    + JDK-8241574: Shenandoah: remove ShenandoahAssertToSpaceClosure
+    + JDK-8243320: Add SSL root certificates to Oracle Root CA
+      program
+    + JDK-8243321: Add Entrust root CA - G4 to Oracle Root CA
+      program
+    + JDK-8243470: [macos] bring back O2 opt level for unsafe.cpp
+    + JDK-8247251: Assert '(_pcs_length == 0 ||
+      last_pc()->pc_offset() < pc_offset) failed: must specify a
+      new, larger pc offset' failure
+    + JDK-8247367: Shenandoah: pacer should wait on lock instead of
+      exponential backoff
+    + JDK-8247593: Shenandoah: should not block pacing reporters
+    + JDK-8247736: Shenandoah: assert(_nm->is_alive()) failed: only
+      alive nmethods here
+    + JDK-8247751: Shenandoah: options tests should run with
+      smaller heaps
+    + JDK-8247754: Shenandoah: mxbeans tests can be shorter
+    + JDK-8247757: Shenandoah: split heavy tests by heuristics to
+      improve parallelism
+    + JDK-8247845: Shenandoah: refactor TLAB/GCLAB retirement code
+    + JDK-8247860: Shenandoah: add update watermark line in rich
+      assert failure message
+    + JDK-8248041: Shenandoah: pre-Full GC root updates may miss
+      some roots
+    + JDK-8248467: C2: compiler/intrinsics/object/TestClone fails
+      with -XX:+VerifyGraphEdges
+    + JDK-8248495: [macos] zerovm is broken due to libffi headers
+      location
+    + JDK-8248632: Shenandoah: build fails without both JVMTI and
+      JFR
+    + JDK-8248634: Shenandoah: incorrect include in
+      shenandoahInitLogger.cpp
+    + JDK-8248652: Shenandoah: SATB buffer handling may assume no
+      forwarded objects
+    + JDK-8248745: Add jarsigner and keytool tests for restricted
+      algorithms
+    + JDK-8248987: AOT's Linker.java seems to eagerly fail-fast on
+      Windows
+    + JDK-8249165: Remove unneeded nops introduced by 8234160
+      changes
+    + JDK-8249183: JVM crash in "AwtFrame::WmSize" method
+    + JDK-8249230: Shenandoah: assertion failure with
+      -XX:-ResizeTLAB
+    + JDK-8249266: Bump release strings for JDK 15.0.1
+    + JDK-8249266: Change jdk 15.0.1 milestone to fcs for build b02
+    + JDK-8249649: Shenandoah: provide per-cycle pacing stats
+    + JDK-8249672: Include microcode revision in features_string on
+      x86
+    + JDK-8249801: Shenandoah: Clear soft-refs on requested GC cycle
+    + JDK-8249953: Shenandoah: gc/shenandoah/mxbeans tests should
+      account for corner cases
+    + JDK-8250548: libgraal can deadlock in -Xcomp mode
+    + JDK-8250582: Revert Principal Name type to NT-UNKNOWN when
+      requesting TGS Kerberos tickets
+    + JDK-8250612: jvmciCompilerToVM.cpp declares jio_printf with
+      "void" return type, should be "int"
+    + JDK-8250665: Wrong translation for the month name of May in
+      ar_JO,LB,SY
+    + JDK-8250841: Shenandoah: need to reset/finish dead counters
+      for StringTable/ResolvedMethodTable during STW root processing
+    + JDK-8250844: Make sure {type,obj}ArrayOopDesc accessors check
+      the bounds
+    + JDK-8250861: Crash in MinINode::Ideal(PhaseGVN*, bool)
+    + JDK-8250876: Fix issues with cross-compile on macos
+    + JDK-8250928: JFR: Improve hash algorithm for stack traces
+    + JDK-8251359: Shenandoah: filter null oops before calling
+      enqueue/SATB barrier
+    + JDK-8251451: Shenandoah: Remark ObjectSynchronizer roots with
+      I-U
+    + JDK-8251458: Parse::do_lookupswitch fails with "assert(_cnt
+      >= 0) failed"
+    + JDK-8251859: sun/security/validator/
+      /PKIXValAndRevCheckTests.java fails
+    + JDK-8251910: Shenandoah: Handshake threads between weak-roots
+      and reset phases
+    + JDK-8252120: compiler/oracle/TestCompileCommand.java
+      misspells "occured"
+    + JDK-8252292: 8240795 may cause anti-dependence to be missed
+    + JDK-8252359: HotSpot Not Identifying it is Running in a
+      Container
+    + JDK-8252367: Undo JDK-8245000: Windows GDI functions don't
+      support large pages
+    + JDK-8252368: Undo JDK-8245002: Windows GDI functions don't
+      support NUMA interleaving
+    + JDK-8252470: java/awt/dnd/DisposeFrameOnDragCrash/
+      /DisposeFrameOnDragTest.java fails on Windows
+    + JDK-8252660: Shenandoah: support manageable SoftMaxHeapSize
+      option
+    + JDK-8252754: Hash code calculation of JfrStackTrace is
+      inconsistent
+    + JDK-8253222: Shenandoah: unused AlwaysTrueClosure after
+      JDK-8246591
+    + JDK-8253224: Shenandoah: ShenandoahStrDedupQueue destructor
+      calls virtual num_queues()
+    + JDK-8253226: Shenandoah: remove unimplemented
+      ShenandoahStrDedupQueue::verify
+    + JDK-8253284: Zero OrderAccess barrier mappings are incorrect
+    + JDK-8253714: [cgroups v2] Soft memory limit incorrectly using
+      memory.high
+    + JDK-8253727: [cgroups v2] Memory and swap limits reported
+      incorrectly
+    + JDK-8253778: ShenandoahSafepoint::is_at_shenandoah_safepoint
+      should not access VMThread state from other threads
+    + JDK-8254144: Non-x86 Zero builds fail with return-type
+      warning in os_linux_zero.cpp
+    + JDK-8254177: (tz) Upgrade time-zone data to tzdata2020b
+    + JDK-8254560: Shenandoah: Concurrent Strong Roots logging is
+      incorrect
+
+-------------------------------------------------------------------
+Wed Nov 25 17:36:44 UTC 2020 - Fridrich Strba <[email protected]>
+
+- Upgrade to upstream tag jdk-15+36
+  * Official OpenJDK 15.0.0.0 release
+  * Fixes:
+    + JDK-8246031: SSLSocket.getSession() doesn't close connection
+      for timeout/ interrupts
+    + JDK-8248299: two jdeps files miss copyright header
+    + JDK-8251276: JDK-8248299 breaks JDK 15 validate-headers build
+- Modified patches:
+  * disable-doclint-by-default.patch
+  * system-pcsclite.patch
+    + rediff to changed context
+- Added patch:
+  * zgc-alignment.patch
+    + fix build with newer GCC
+
+-------------------------------------------------------------------
+Wed Nov 25 17:34:34 UTC 2020 - Fridrich Strba <[email protected]>
+
+- Upgrade to upstream tag jdk-15+35
+  * Fixes:
+    + JDK-8248597: [Graal] api/java_security/SignatureSpi/
+      /DelegationTests.html fails with Method "javasoft.sqe.tests.
+      .api.java.security.SignatureSpi.JCKSignatureSpi.clear" doesn't
+      exist.
+    + JDK-8249628: Remove EA from JDK 15 version string starting
+      with Initial RC promotion
+    + JDK-8250609: C2 crash in IfNode::fold_compares
+    + JDK-8250770: Net.java translateToSocketException does not
+      handle IOException
+
+-------------------------------------------------------------------
+Wed Nov 25 17:31:43 UTC 2020 - Fridrich Strba <[email protected]>
+
+- Upgrade to upstream tag jdk-15+34
+  * Fixes:
+    + JDK-8240777: Update all nroff manpages for JDK 15 release
+    + JDK-8246094: [macos] Sound Recording and playback is not
+      working
+    + JDK-8249787: Make TestGCLocker more resilient with concurrent
+      GCs
+    + JDK-8250216: The README need not mention retrieving source
+      code
+    + JDK-8250588: Shenandoah: LRB needs to save/restore fp
+      registers for runtime call
+    + JDK-8250688: missed open parenthesis for GTEST_FRAMEWORK_SRC
+      var in Main.gmk
+
+-------------------------------------------------------------------
+Wed Nov 25 17:29:22 UTC 2020 - Fridrich Strba <[email protected]>
+
+- Upgrade to upstream tag jdk-15+33
+  * Fixes:
+    + JDK-8242388: compiler/graalunit/CoreTest.java timed out
+    + JDK-8242895: failed: sanity at
++++ 2802 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/java-15-openjdk/java-15-openjdk.changes
++++ and 
/work/SRC/openSUSE:Factory/.java-15-openjdk.new.5913/java-15-openjdk.changes

Old:
----
  1d6ceb13e142.tar.bz2

New:
----
  d9b7c0759310.tar.bz2
  zgc-alignment.patch

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

Other differences:
------------------
++++++ java-15-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.H02smb/_old  2020-12-04 21:28:06.622092319 +0100
+++ /var/tmp/diff_new_pack.H02smb/_new  2020-12-04 21:28:06.630092331 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package java
+# spec file for package java-15-openjdk
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %{!?arm6:%global arm6 armv3l armv4b armv4l armv4tl armv5b armv5l armv5teb 
armv5tel armv5tejl armv6l armv6hl}
 %global jit_arches %{ix86} x86_64 ppc64 ppc64le %{aarch64} %{arm} s390x
 %global debug 0
-%global add_back_javaee_modules 1
+%global add_back_javaee_modules 0
 %global buildoutputdir build
 # Convert an absolute path to a relative path.  Each symbolic link is
 # specified relative to the directory in which it is installed so that
@@ -32,15 +32,14 @@
 # Standard JPackage naming and versioning defines.
 %global featurever      15
 %global interimver      0
-%global updatever       0
+%global updatever       1
 %global patchver        0
-%global datever         2020-09-15
-%global buildver        14
-%global hg_project      jdk
-%global hg_repository   jdk
-%global hg_revision     1d6ceb13e142
+%global datever         2020-10-20
+%global buildver        9
+%global hg_project      jdk-updates
+%global hg_repository   jdk15u
+%global hg_revision     d9b7c0759310
 %global icedtea_sound_version 1.0.1
-%global java_atk_wrapper_version 0.33.2
 # JavaEE modules
 %global java_atk_wrapper_version 0.33.2
 %global java_activation_repository activation
@@ -145,7 +144,7 @@
 %global tapsetdir %{tapsetroot}/tapset/%{_build_cpu}
 %endif
 Name:           java-%{featurever}-openjdk
-Version:        
%{featurever}.%{interimver}.%{updatever}.%{patchver}~%{buildver}
+Version:        %{featurever}.%{interimver}.%{updatever}.%{patchver}
 Release:        0
 Summary:        OpenJDK %{featurever} Runtime Environment
 License:        Apache-1.1 AND Apache-2.0 AND GPL-1.0-or-later AND 
GPL-2.0-only AND GPL-2.0-only WITH Classpath-exception-2.0 AND LGPL-2.0-only 
AND MPL-1.0 AND MPL-1.1 AND SUSE-Public-Domain AND W3C
@@ -154,7 +153,7 @@
 # Sources from upstream OpenJDK project.
 Source0:        
http://hg.openjdk.java.net/%{hg_project}/%{hg_repository}/archive/%{hg_revision}.tar.bz2
 # Accessibility support
-Source8:        
ftp://ftp.gnome.org/pub/GNOME/sources/java-atk-wrapper/0.33/java-atk-wrapper-%{java_atk_wrapper_version}.tar.xz
+Source8:        
https://download.gnome.org/sources/java-atk-wrapper/0.33/java-atk-wrapper-%{java_atk_wrapper_version}.tar.xz
 # Pulseaudio support
 Source9:        
http://icedtea.classpath.org/download/source/icedtea-sound-%{icedtea_sound_version}.tar.xz
 # Systemtap tapsets. Zipped up to keep it small.
@@ -207,7 +206,8 @@
 Patch12:        adlc-parser.patch
 # Fix: implicit-pointer-decl
 Patch13:        implicit-pointer-decl.patch
-#
+# Fix: error: requested alignment is not an integer constant with gcc < 4.9
+Patch14:        zgc-alignment.patch
 Patch15:        system-pcsclite.patch
 Patch16:        missing-return.patch
 #
@@ -298,7 +298,7 @@
 Provides:       jre-%{javaver}-%{bits}
 Provides:       jre-%{javaver}-openjdk-%{bits} = %{version}-%{release}
 Provides:       jre-openjdk-%{bits} = %{version}-%{release}
-Provides:       jre1.10.x
+Provides:       jre1.1openSUSE_Leap_42.30.x
 Provides:       jre1.3.x
 Provides:       jre1.4.x
 Provides:       jre1.5.x
@@ -307,8 +307,8 @@
 Provides:       jre1.8.x
 Provides:       jre1.9.x
 %if %{bootcycle}
-BuildRequires:  java-devel >= 13
-BuildConflicts: java-devel >= 15
+BuildRequires:  java-devel >= 14
+BuildConflicts: java-devel >= 16
 %else
 BuildRequires:  %{name}-devel
 %endif
@@ -481,6 +481,7 @@
 %patch10 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 %if %{with_system_pcsc}
 %patch15 -p1
@@ -576,7 +577,7 @@
     --with-version-patch=%{patchver} \
     --with-version-date=%{datever} \
     --with-version-build=%{buildver} \
-%if 0
+%if 1
     --with-version-pre="" \
 %endif
     --with-version-opt="suse-%{release}-%{_arch}" \
@@ -608,9 +609,6 @@
 %ifarch s390
     --with-boot-jdk-jvmargs="-Xms256M -Xmx768M" \
 %endif
-%ifarch x86_64
-    --with-jvm-features=zgc \
-%endif
     --with-extra-cxxflags="$EXTRA_CPP_FLAGS" \
     --with-extra-cflags="$EXTRA_CFLAGS" \
     --disable-javac-server
@@ -976,14 +974,11 @@
 update-alternatives \
   --install %{_bindir}/java java %{jrebindir}/java %{priority} \
   --slave %{_jvmdir}/jre jre %{_jvmdir}/%{jrelnk} \
-  --slave %{_bindir}/jjs jjs %{jrebindir}/jjs \
   --slave %{_bindir}/keytool keytool %{jrebindir}/keytool \
   --slave %{_bindir}/rmid rmid %{jrebindir}/rmid \
   --slave %{_bindir}/rmiregistry rmiregistry %{jrebindir}/rmiregistry \
   --slave %{_mandir}/man1/java.1$ext java.1$ext \
   %{_mandir}/man1/java-%{sdklnk}.1$ext \
-  --slave %{_mandir}/man1/jjs.1$ext jjs.1$ext \
-  %{_mandir}/man1/jjs-%{sdklnk}.1$ext \
   --slave %{_mandir}/man1/keytool.1$ext keytool.1$ext \
   %{_mandir}/man1/keytool-%{sdklnk}.1$ext \
   --slave %{_mandir}/man1/rmid.1$ext rmid.1$ext \
@@ -1072,7 +1067,6 @@
   --slave %{_bindir}/jstack jstack %{sdkbindir}/jstack \
   --slave %{_bindir}/jstat jstat %{sdkbindir}/jstat \
   --slave %{_bindir}/jstatd jstatd %{sdkbindir}/jstatd \
-  --slave %{_bindir}/rmic rmic %{sdkbindir}/rmic \
   --slave %{_bindir}/serialver serialver %{sdkbindir}/serialver \
 %if %{with aot}
   --slave %{_mandir}/man1/jaotc.1$ext jaotc.1$ext \
@@ -1126,8 +1120,6 @@
   %{_mandir}/man1/jstat-%{sdklnk}.1$ext \
   --slave %{_mandir}/man1/jstatd.1$ext jstatd.1$ext \
   %{_mandir}/man1/jstatd-%{sdklnk}.1$ext \
-  --slave %{_mandir}/man1/rmic.1$ext rmic.1$ext \
-  %{_mandir}/man1/rmic-%{sdklnk}.1$ext \
   --slave %{_mandir}/man1/serialver.1$ext serialver.1$ext \
   %{_mandir}/man1/serialver-%{sdklnk}.1$ext \
   --slave %{_datadir}/applications/jconsole.desktop jconsole.desktop \
@@ -1206,7 +1198,6 @@
 
 %{_jvmdir}/%{sdkdir}/bin/java
 %{_jvmdir}/%{sdkdir}/bin/jfr
-%{_jvmdir}/%{sdkdir}/bin/jjs
 %{_jvmdir}/%{sdkdir}/bin/keytool
 %{_jvmdir}/%{sdkdir}/bin/rmid
 %{_jvmdir}/%{sdkdir}/bin/rmiregistry
@@ -1271,7 +1262,7 @@
 %{_jvmdir}/%{sdkdir}/lib/*/libjvm.so
 %if ! %{with zero}
 %{_jvmdir}/%{sdkdir}/lib/classlist
-%{_jvmdir}/%{sdkdir}/lib/*/classes.jsa
+%{_jvmdir}/%{sdkdir}/lib/*/classes*.jsa
 %endif
 
 %config(noreplace) %{_jvmdir}/%{sdkdir}/lib/security/blacklisted.certs
@@ -1281,7 +1272,6 @@
 
 %{_mandir}/man1/java-%{sdklnk}.1%{?ext_man}
 %{_mandir}/man1/jfr-%{sdklnk}.1%{?ext_man}
-%{_mandir}/man1/jjs-%{sdklnk}.1%{?ext_man}
 %{_mandir}/man1/keytool-%{sdklnk}.1%{?ext_man}
 %{_mandir}/man1/rmid-%{sdklnk}.1%{?ext_man}
 %{_mandir}/man1/rmiregistry-%{sdklnk}.1%{?ext_man}
@@ -1325,7 +1315,6 @@
 %{_jvmdir}/%{sdkdir}/bin/jstack
 %{_jvmdir}/%{sdkdir}/bin/jstat
 %{_jvmdir}/%{sdkdir}/bin/jstatd
-%{_jvmdir}/%{sdkdir}/bin/rmic
 %{_jvmdir}/%{sdkdir}/bin/serialver
 %{_jvmdir}/%{sdkdir}/include/classfile_constants.h
 %{_jvmdir}/%{sdkdir}/include/jawt.h
@@ -1376,7 +1365,6 @@
 %{_mandir}/man1/jstack-%{sdklnk}.1%{?ext_man}
 %{_mandir}/man1/jstat-%{sdklnk}.1%{?ext_man}
 %{_mandir}/man1/jstatd-%{sdklnk}.1%{?ext_man}
-%{_mandir}/man1/rmic-%{sdklnk}.1%{?ext_man}
 %{_mandir}/man1/serialver-%{sdklnk}.1%{?ext_man}
 
 %if %{with_systemtap}

++++++ 1d6ceb13e142.tar.bz2 -> d9b7c0759310.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/java-15-openjdk/1d6ceb13e142.tar.bz2 
/work/SRC/openSUSE:Factory/.java-15-openjdk.new.5913/d9b7c0759310.tar.bz2 
differ: char 11, line 1

++++++ disable-doclint-by-default.patch ++++++
--- /var/tmp/diff_new_pack.H02smb/_old  2020-12-04 21:28:06.790092560 +0100
+++ /var/tmp/diff_new_pack.H02smb/_new  2020-12-04 21:28:06.794092566 +0100
@@ -28,7 +28,7 @@
  
  //            test(List.of("-Xdoclint:none"),
  //                    Main.Result.OK,
-@@ -175,8 +175,8 @@
+@@ -183,8 +183,8 @@
                      EnumSet.of(Message.DL_WRN12));
  
              test(List.of(htmlVersion, rawDiags, "-private"),
@@ -37,5 +37,5 @@
 +                    Main.Result.OK,
 +                    EnumSet.of(Message.JD_WRN10, Message.JD_WRN13));
  
-             test(List.of(htmlVersion, rawDiags, "-Xdoclint:syntax", 
"-private"),
+             test(List.of(htmlVersion, rawDiags, "-Xdoclint:missing,syntax", 
"-private"),
                      Main.Result.ERROR,

++++++ system-pcsclite.patch ++++++
--- /var/tmp/diff_new_pack.H02smb/_old  2020-12-04 21:28:06.942092778 +0100
+++ /var/tmp/diff_new_pack.H02smb/_new  2020-12-04 21:28:06.942092778 +0100
@@ -1,6 +1,6 @@
---- jdk13/make/autoconf/lib-bundled.m4 2019-03-27 22:25:03.000000000 +0100
-+++ jdk13/make/autoconf/lib-bundled.m4 2019-04-04 08:18:52.952572757 +0200
-@@ -37,6 +37,7 @@
+--- jdk15/make/autoconf/lib-bundled.m4 2020-05-07 13:35:09.825368428 +0200
++++ jdk15/make/autoconf/lib-bundled.m4 2020-05-07 13:37:41.358280752 +0200
+@@ -40,6 +40,7 @@
    LIB_SETUP_LIBPNG
    LIB_SETUP_ZLIB
    LIB_SETUP_LCMS
@@ -8,7 +8,7 @@
  ])
  
  
################################################################################
-@@ -260,3 +261,41 @@
+@@ -263,3 +264,41 @@
    AC_SUBST(LCMS_CFLAGS)
    AC_SUBST(LCMS_LIBS)
  ])
@@ -50,9 +50,9 @@
 +
 +  AC_SUBST(USE_EXTERNAL_PCSCLITE)
 +])
---- jdk13/make/autoconf/spec.gmk.in    2019-03-27 22:25:03.000000000 +0100
-+++ jdk13/make/autoconf/spec.gmk.in    2019-04-04 08:18:52.952572757 +0200
-@@ -767,6 +767,7 @@
+--- jdk15/make/autoconf/spec.gmk.in    2020-05-07 13:35:09.825368428 +0200
++++ jdk15/make/autoconf/spec.gmk.in    2020-05-07 13:37:41.358280752 +0200
+@@ -769,6 +769,7 @@
  ENABLE_INTREE_EC:=@ENABLE_INTREE_EC@
  USE_EXTERNAL_LIBJPEG:=@USE_EXTERNAL_LIBJPEG@
  USE_EXTERNAL_LIBGIF:=@USE_EXTERNAL_LIBGIF@
@@ -60,8 +60,8 @@
  USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@
  LIBZ_CFLAGS:=@LIBZ_CFLAGS@
  LIBZ_LIBS:=@LIBZ_LIBS@
---- jdk13/make/lib/Lib-java.smartcardio.gmk    2019-03-27 22:25:03.000000000 
+0100
-+++ jdk13/make/lib/Lib-java.smartcardio.gmk    2019-04-04 08:18:52.952572757 
+0200
+--- jdk15/make/modules/java.smartcardio/Lib.gmk        2020-05-07 
13:35:09.933369079 +0200
++++ jdk15/make/modules/java.smartcardio/Lib.gmk        2020-05-07 
13:40:06.651155470 +0200
 @@ -30,12 +30,12 @@
  $(eval $(call SetupJdkLibrary, BUILD_LIBJ2PCSC, \
      NAME := j2pcsc, \
@@ -78,8 +78,8 @@
      LIBS_windows := winscard.lib, \
  ))
  
---- jdk13/src/java.smartcardio/unix/native/libj2pcsc/pcsc_md.c 2019-03-27 
22:25:03.000000000 +0100
-+++ jdk13/src/java.smartcardio/unix/native/libj2pcsc/pcsc_md.c 2019-04-04 
08:18:52.952572757 +0200
+--- jdk15/src/java.smartcardio/unix/native/libj2pcsc/pcsc_md.c 2020-05-07 
13:35:10.301371295 +0200
++++ jdk15/src/java.smartcardio/unix/native/libj2pcsc/pcsc_md.c 2020-05-07 
13:37:55.482365786 +0200
 @@ -36,6 +36,7 @@
  
  #include "pcsc_md.h"
@@ -122,8 +122,8 @@
  #endif // __APPLE__
 +#endif
  }
---- jdk13/src/java.smartcardio/unix/native/libj2pcsc/pcsc_md.h 2019-03-27 
22:25:03.000000000 +0100
-+++ jdk13/src/java.smartcardio/unix/native/libj2pcsc/pcsc_md.h 2019-04-04 
08:19:49.820857713 +0200
+--- jdk15/src/java.smartcardio/unix/native/libj2pcsc/pcsc_md.h 2020-05-07 
13:35:10.301371295 +0200
++++ jdk15/src/java.smartcardio/unix/native/libj2pcsc/pcsc_md.h 2020-05-07 
13:37:55.482365786 +0200
 @@ -23,6 +23,8 @@
   * questions.
   */

++++++ zgc-alignment.patch ++++++
--- jdk15/src/hotspot/share/utilities/globalDefinitions_gcc.hpp 2020-06-11 
18:24:51.000000000 +0200
+++ jdk15/src/hotspot/share/utilities/globalDefinitions_gcc.hpp 2020-09-23 
10:31:32.259975543 +0200
@@ -162,6 +162,6 @@
 
 // Alignment
 //
-#define ATTRIBUTE_ALIGNED(x) __attribute__((aligned(x)))
+#define ATTRIBUTE_ALIGNED(x) __attribute__((aligned(x+0)))
 
 #endif // SHARE_UTILITIES_GLOBALDEFINITIONS_GCC_HPP
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to