git: openjdk/lanai: 9 new changesets

duke duke at openjdk.java.net
Tue Jan 5 03:01:31 UTC 2021


Changeset: a2a3f4a3
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date:      2021-01-04 04:33:30 +0000
URL:       https://git.openjdk.java.net/lanai/commit/a2a3f4a3

8258924: javax/swing/JSplitPane/4201995/bug4201995.java fails in GTk L&F

Reviewed-by: serb

! test/jdk/ProblemList.txt
! test/jdk/javax/swing/JSplitPane/4201995/bug4201995.java

Changeset: d679caa2
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date:      2021-01-04 06:35:37 +0000
URL:       https://git.openjdk.java.net/lanai/commit/d679caa2

8196466: javax/swing/JFileChooser/8062561/bug8062561.java fails

Reviewed-by: serb

! test/jdk/ProblemList.txt

Changeset: 7f04d23b
Author:    Coleen Phillimore <coleenp at openjdk.org>
Date:      2021-01-04 16:44:39 +0000
URL:       https://git.openjdk.java.net/lanai/commit/7f04d23b

8258800: Deprecate -XX:+AlwaysLockClassLoader

Reviewed-by: hseigel

! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/globals.hpp

Changeset: f80c63b3
Author:    Zhengyu Gu <zgu at openjdk.org>
Date:      2021-01-04 18:10:36 +0000
URL:       https://git.openjdk.java.net/lanai/commit/f80c63b3

8258490: Shenandoah: Full GC does not need to remark threads and drain SATB buffers

Reviewed-by: shade

! src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp

Changeset: 9d160aa1
Author:    Claes Redestad <redestad at openjdk.org>
Date:      2021-01-04 21:01:25 +0000
URL:       https://git.openjdk.java.net/lanai/commit/9d160aa1

8257815: Replace global log2 functions with efficient implementations

Reviewed-by: kbarrett, stefank

! src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/gc/z/zGlobals_aarch64.cpp
! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
! src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp
! src/hotspot/cpu/arm/c1_LIRGenerator_arm.cpp
! src/hotspot/cpu/ppc/assembler_ppc.cpp
! src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp
! src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp
! src/hotspot/cpu/ppc/macroAssembler_ppc.inline.hpp
! src/hotspot/cpu/ppc/ppc.ad
! src/hotspot/cpu/ppc/templateTable_ppc_64.cpp
! src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp
! src/hotspot/cpu/s390/c1_LIRGenerator_s390.cpp
! src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp
! src/hotspot/cpu/x86/c1_LIRGenerator_x86.cpp
! src/hotspot/cpu/x86/gc/z/zGlobals_x86.cpp
! src/hotspot/cpu/x86/interp_masm_x86.cpp
! src/hotspot/cpu/x86/vm_version_x86.cpp
! src/hotspot/cpu/x86/x86_64.ad
! src/hotspot/share/compiler/compilationPolicy.cpp
! src/hotspot/share/compiler/compilerDefinitions.cpp
! src/hotspot/share/compiler/tieredThresholdPolicy.cpp
! src/hotspot/share/gc/g1/g1BiasedArray.hpp
! src/hotspot/share/gc/g1/g1FreeIdSet.cpp
! src/hotspot/share/gc/g1/g1RemSet.cpp
! src/hotspot/share/gc/g1/heapRegion.cpp
! src/hotspot/share/gc/g1/heapRegionRemSet.cpp
! src/hotspot/share/gc/shared/partialArrayTaskStepper.cpp
! src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.inline.hpp
! src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.cpp
! src/hotspot/share/gc/shenandoah/shenandoahNumberSeq.cpp
! src/hotspot/share/gc/z/zHeuristics.cpp
! src/hotspot/share/opto/divnode.cpp
! src/hotspot/share/opto/mulnode.cpp
! src/hotspot/share/opto/parse2.cpp
! src/hotspot/share/opto/vectorIntrinsics.cpp
! src/hotspot/share/utilities/globalDefinitions.hpp
! src/hotspot/share/utilities/hashtable.cpp
! src/hotspot/share/utilities/powerOfTwo.hpp
! test/hotspot/gtest/utilities/test_globalDefinitions.cpp
! test/hotspot/gtest/utilities/test_powerOfTwo.cpp

Changeset: e6f99260
Author:    Phil Race <prr at openjdk.org>
Date:      2021-01-04 21:09:01 +0000
URL:       https://git.openjdk.java.net/lanai/commit/e6f99260

8257809: JNI warnings from Toolkit JPEG image decoding

Reviewed-by: serb

! src/java.desktop/share/native/libjavajpeg/jpegdecoder.c
+ test/jdk/java/awt/image/GetImageJNICheck/GetImageJNICheck.java
+ test/jdk/java/awt/image/GetImageJNICheck/GetImageJNICheck.sh
= test/jdk/java/awt/image/GetImageJNICheck/duke.jpg

Changeset: f0aae81e
Author:    Xin Liu <xliu at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2021-01-04 23:58:53 +0000
URL:       https://git.openjdk.java.net/lanai/commit/f0aae81e

8259020: null-check of g1 write_ref_field_pre_entry is not necessary

Reviewed-by: kbarrett, ayang, phh

! src/hotspot/share/gc/g1/g1BarrierSetRuntime.cpp

Changeset: 2499ac3d
Author:    Xue-Lei Andrew Fan <xuelei at openjdk.org>
Date:      2021-01-05 00:11:55 +0000
URL:       https://git.openjdk.java.net/lanai/commit/2499ac3d

8259069: Fields could be final

Reviewed-by: wetmore

! src/java.base/share/classes/sun/security/ssl/DHClientKeyExchange.java
! src/java.base/share/classes/sun/security/ssl/EphemeralKeyManager.java
! src/java.base/share/classes/sun/security/ssl/HelloCookieManager.java
! src/java.base/share/classes/sun/security/ssl/SSLAlgorithmConstraints.java
! src/java.base/share/classes/sun/security/ssl/SSLCipher.java
! src/java.base/share/classes/sun/security/ssl/SSLConfiguration.java
! src/java.base/share/classes/sun/security/ssl/SSLEngineOutputRecord.java
! src/java.base/share/classes/sun/security/ssl/SSLExtensions.java
! src/java.base/share/classes/sun/security/ssl/SSLKeyExchange.java
! src/java.base/share/classes/sun/security/ssl/SSLSessionImpl.java
! src/java.base/share/classes/sun/security/ssl/SunJSSE.java
! src/java.base/share/classes/sun/security/ssl/SunX509KeyManagerImpl.java
! src/java.base/share/classes/sun/security/ssl/TrustStoreManager.java

Changeset: 9a2e3d13
Author:    duke <duke at openjdk.org>
Date:      2021-01-05 03:00:25 +0000
URL:       https://git.openjdk.java.net/lanai/commit/9a2e3d13

Automatic merge of jdk:master into master




More information about the lanai-dev mailing list