Hello community,

here is the log from the commit of package java-16-openjdk for openSUSE:Factory 
checked in at 2020-12-05 20:37:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-16-openjdk (Old)
 and      /work/SRC/openSUSE:Factory/.java-16-openjdk.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-16-openjdk"

Sat Dec  5 20:37:25 2020 rev:2 rq:853270 version:16.0.0.0~27

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-16-openjdk/java-16-openjdk.changes  
2020-12-04 21:28:09.222096050 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-16-openjdk.new.5913/java-16-openjdk.changes    
    2020-12-05 20:38:12.202770945 +0100
@@ -1,0 +2,553 @@
+Fri Dec  4 12:56:02 UTC 2020 - Fridrich Strba <fst...@suse.com>
+
+- Update to upstream tag jdk-16+27
+  * Fixes:
+    + JDK-6232267: TrueType Fonts which have only Apple platform
+      names cannot be loaded
+    + JDK-6388543: improve accuracy of source positions for
+      AnnotationValue param of Messager.printMessage
+    + JDK-7190595: Nimbus: Test6657026 fails
+    + JDK-8003495: [findbugs] javax.swing.* - Storing a reference
+      to an externally mutable object into the internal
+      representation
+    + JDK-8004842: Unify values of boolean make variables set in
+      configure to true/false
+    + JDK-8028544: Add SourceVersion.RELEASE_10
+    + JDK-8028546: Add -source 10 and -target 10 to javac
+    + JDK-8029942: Update VERSION_MAJOR for JDK 10
+    + JDK-8037325: Class.getConstructor() performance regression
+    + JDK-8041793: javap misses newline after printing
+      AnnotationDefault
+    + JDK-8048628: javadoc strips HTML incorrectly; causes invalid
+      generated HTML files
+    + JDK-8051768: Inconsistent output for Visible and
+      InvisibleParameterAnnotations
+    + JDK-8055206: Update SecurityManager::checkPackageAccess to
+      restrict non-exported JDK packages by default
+    + JDK-8059000: hgforest: pass options to serve command
+    + JDK-8062731: Cipher object can be created without calling
+      Cipher.getInstance
+    + JDK-8067747: javac throws exception during compilation when
+      annotation processing is enabled
+    + JDK-8071566: Improve testing for multi-version JAR file maker
+      tool
+    + JDK-8075616: Create tests to check schemagen work with
+      multi-version jar
+    + JDK-8075617: Create tests to check wsgen work with
+      multi-version jar
+    + JDK-8077395: org.omg.CORBA_2_3.portable.InputStream
+      constructor should not specify JDK-specific property
+    + JDK-8079441: Intermittent failures on Windows with
+      "Unexpected exit from test [exit code: 1080890248]"
+      (0x406d1388)
+    + JDK-8081694: Remove DISABLED_WARNINGS_gcc for libsctp
+    + JDK-8081820: javadoc does not report warnings in case of
+      multiple "@param" tags for the same parameter and multiple
+      "@return" tags for the same method
+    + JDK-8138725: Add options for Javadoc generation
+    + JDK-8140353: Improve signature checking
+    + JDK-8140588: Internal Error: gc/g1/ptrQueue.hpp:126
+      assert(_index == _sz) failed: invariant: queues are empty
+      when activated
+    + JDK-8144518: ClassVerboseTest crashes on Windows
+    + JDK-8145019: Exceptions from TIFFImageReader.read() when
+      loading bit depth test images
+    + JDK-8147414: java.nio.file.ClosedFileSystemException in
+      javadoc
+    + JDK-8149879: Examine UIDefaults::addResourceBundle(String
+      bundleName) with resource encapsulation
+    + JDK-8151465: SSLSession may not return a valid chain
+    + JDK-8151934: Resolve class resolution
+    + JDK-8152206: Simplify jvmstat modules
+    + JDK-8152561: Is it allowed to have zero value for count in
+      TIFFField.createArrayForType() for the rationals
+    + JDK-8153759: jshell tool: Smart completion detection is not
+      reliable
+    + JDK-8154228: [TIFF] IIOException: "Insufficient data offsets
+      or byte counts" when loading test image
+    + JDK-8156762: test/compiler/ciReplay/TestVMNoCompLevel.java
+      fails with - 'Unexpected exit code for negative case:
+      [-client]: expected 0 to not equal 0'
+    + JDK-8156802: Better constraint checking
+    + JDK-8157611: field visiblePackages is null for the unnamed
+      module producing NPE when accessed
+    + JDK-8158406: Limited Parameter Processing
+    + JDK-8158997: JNDI Protocols Switch
+    + JDK-8159507: RuntimeVisibleAnnotation validation
+    + JDK-8160302: Reduce number of lambdas created when loading
+      java.util.regex.Pattern
+    + JDK-8160710: Enable Thread to grant VarHandle field access to
+      ThreadLocalRandom/Striped64
+    + JDK-8160881: Remove jvisualvm from JDK9
+    + JDK-8161218: Better bytecode loading
+    + JDK-8161228: URL objects with custom protocol handlers have
+      port changed after deserializing
+    + JDK-8161732: [TEST_BUG] Test closed/java/awt/MenuBar/
+      /MenuBarPeer/MenuBarPeerDisposeTest.java fails in unix
+      enviroments with NullPointerException
+    + JDK-8161743: Provide proper login context
+    + JDK-8162577: Standardize logging levels
+    + JDK-8162973: Better component components
+    + JDK-8163889: [macosx] Can't print from browser on Mac OS X
+    + JDK-8164143: Improve components for menu items
+    + JDK-8164147: Improve streaming socket output
+    + JDK-8165071: Expand TLS support
+    + JDK-8165102: incorrect message from javac
+    + JDK-8165230: RMIConnection addNotificationListeners failing
+      with specific inputs
+    + JDK-8165344: Update concurrency support
+    + JDK-8165705: Robot.createScreenCapture produces black
+      screenshot on Oracle Linux 7.1
+    + JDK-8166002: Emulate client build on platforms with reduced
+      virtual address space
+    + JDK-8166125: [JVMCI] Missing JVMCI flag default values
+    + JDK-8166175: javadoc search doesn't work on local doc bundles
+    + JDK-8166186: ClassCastException with arguments usage
+    + JDK-8166374: compiler/loopopts/
+      /UseCountedLoopSafepointsTest.java fails with "Safepoint not
+      found"
+    + JDK-8166420: Confusing error message when reading bad module
+      declaration
+    + JDK-8166535: jshell tool: cannot handle non-ascii characters
+    + JDK-8166675: Latent bug in jar file handling during module
+      path processing
+    + JDK-8166878: Connection reset during TLS handshake
+    + JDK-8166988: Improve image processing performance
+    + JDK-8167063: spurious message "A JNI error has occurred" if
+      start-class cannot be initialized
+    + JDK-8167104: Additional class construction refinements
+    + JDK-8167178: Exported elements referring to inaccessible
+      types in java.naming
+    + JDK-8167223: URL handling improvements
+    + JDK-8167228: Update to libpng 1.6.28
+    + JDK-8167273: Calendar.getDisplayNames inconsistent with
+      DateFormatSymbols
+    + JDK-8167278: ArrayIndexOutOfBoundsException when calling
+      ImageIO.read(InputStream) with RLE4 BMP
+    + JDK-8167337: When jmxremote.port=0, JDP broadcasts "0"
+      instead of assigned port
+    + JDK-8167420: Fixes for InetAddressImpl native coding on
+      Linux/Unix platforms
+    + JDK-8167457: Fixes for InetAddressImpl native coding on
+      Windows
+    + JDK-8167519: [AOT] Failed compilation:
+      java.math.MutableBigInteger.divide3n2n
+    + JDK-8168075: Custom system class loader + security manager +
+      malformed policy file = recursive initialization
+    + JDK-8168137: import-hotspot build target not removed from
+      hotspot-ide-project
+    + JDK-8168254: Detect duplicated resources in packaged modules
+    + JDK-8168537: Test fails with AccessControlException
+    + JDK-8168705: Better ObjectIdentifier validation
+    + JDK-8168714: Tighten ECDSA validation
+    + JDK-8168724: ECDSA signing improvments
+    + JDK-8168728: DSA signing improvments
+    + JDK-8168751: Two "Direct Clip" threads are created to play
+      the same "AudioClip" object, what makes clip sound corrupted
+    + JDK-8168792: [AOT] problems in MethodHandle with aot-compiled
+      java.base
+    + JDK-8168926: C2: Bytecode escape analyzer crashes due to
+      stack overflow
+    + JDK-8169481: StackOverflowError on start when parsing PAC
+      file to autodetect Proxy settings
+    + JDK-8169588: [AOT] jaotc --classpath option is confusing
+    + JDK-8169608: Compiler Tree API's Doctrees.getDocTreePath
+      needs to accept a PackageElement
+    + JDK-8169643: [TESTBUG] GCBasher test fails with G1, CMS and
+      Serial
+    + JDK-8169748: LinkedTransferQueue bulk remove is O(n^2)
+    + JDK-8169813: The index pages are sorted in a confusing manner
+    + JDK-8170116: Remove qualified exports from java.base to
+      java.corba
+    + JDK-8170250: update/improve testing of classfile module
+      attribute
+    + JDK-8170483: Remove modules_src_jake workaround for JavaFX
+      transition to new module-info syntax
+    + JDK-8170692: inconsistent check of module-related options
+      against target version
+    + JDK-8170821: Ensure access checks result in consistent answers
+    + JDK-8170827: Correct errant "java.base" string to macro
+    + JDK-8170832: Add a new launcher environment variable
+      JAVA_OPTIONS
+    + JDK-8170855: Example for -Xlog:help do not contain one with
+      multiple tags
+    + JDK-8170857: Typo in -Xlog:help output
+    + JDK-8170860: Get rid of the humanReadableByteCount() method
+      in openjdk/hotspot
+    + JDK-8170861: Remove DcmdMBeanPermissionsTest.java from
+      ProblemList
+    + JDK-8170863: Always pass MAKE_ARGS to MAKE in Main.gmk
+    + JDK-8170868: DefaultProxySelector should use system defaults
+      on Windows, MacOS and Gnome
+    + JDK-8170918: Remove shell script from
+      test/compiler/c2/cr7200264/TestIntVect.java
+    + JDK-8170959: unloading archived shared class caused crash
+    + JDK-8170981: Possible access to char array with negative index
+    + JDK-8171045: gc/stress/TestStressG1Humongous.java fails to
+      allocate the heap
+    + JDK-8171082: [AOT] AOT'd SystemModules.modules() fails to
+      load when too large
+    + JDK-8171098: NPE when --add-modules java.corba is used
+    + JDK-8171130: jshell tool: /edit adds empty statement to brace
+      terminated snippet
+    + JDK-8171139: Simplify ResourceBundle.CacheKey and ClassLoader
+      may not be needed
+    + JDK-8171140: Re-examine ResourceBundle::clearCache method
+    + JDK-8171142: jdk_rmi registry test fail to clean up on failure
+    + JDK-8171149: java/lang/invoke/LFCaching/
++++ 356 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/java-16-openjdk/java-16-openjdk.changes
++++ and 
/work/SRC/openSUSE:Factory/.java-16-openjdk.new.5913/java-16-openjdk.changes

Old:
----
  0001-8256486-Linux-Windows-x86-builds-broken-after-JDK-82.patch
  0001-8256986-PPC64-C2-crashes-when-accessing-nonexisting-.patch
  jdk-16+26.tar.gz

New:
----
  jdk-16+27.tar.gz

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

Other differences:
------------------
++++++ java-16-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.Kb1RtS/_old  2020-12-05 20:38:17.290776110 +0100
+++ /var/tmp/diff_new_pack.Kb1RtS/_new  2020-12-05 20:38:17.294776113 +0100
@@ -35,10 +35,10 @@
 %global updatever       0
 %global patchver        0
 %global datever         2021-03-16
-%global buildver        26
+%global buildver        27
 %global openjdk_repo    jdk
-%global openjdk_tag     jdk-16+26
-%global openjdk_dir     jdk-jdk-16-26
+%global openjdk_tag     jdk-16+27
+%global openjdk_dir     jdk-jdk-16-27
 %global icedtea_sound_version 1.0.1
 # JavaEE modules
 %global java_atk_wrapper_version 0.33.2
@@ -206,9 +206,7 @@
 Patch12:        adlc-parser.patch
 # Fix: implicit-pointer-decl
 Patch13:        implicit-pointer-decl.patch
-Patch14:        0001-8256486-Linux-Windows-x86-builds-broken-after-JDK-82.patch
 Patch15:        system-pcsclite.patch
-Patch16:        0001-8256986-PPC64-C2-crashes-when-accessing-nonexisting-.patch
 #
 Patch20:        loadAssistiveTechnologies.patch
 #
@@ -484,14 +482,11 @@
 %patch10 -p1
 %patch12 -p1
 %patch13 -p1
-%patch14 -p1
 
 %if %{with_system_pcsc}
 %patch15 -p1
 %endif
 
-%patch16 -p1
-
 %patch20 -p1
 
 # s390 build fixes

++++++ jdk-16+26.tar.gz -> jdk-16+27.tar.gz ++++++
/work/SRC/openSUSE:Factory/java-16-openjdk/jdk-16+26.tar.gz 
/work/SRC/openSUSE:Factory/.java-16-openjdk.new.5913/jdk-16+27.tar.gz differ: 
char 25, line 1
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to