hg: aarch32-port/jdk8u/jdk: 49 new changesets
snazarkin at azul.com
snazarkin at azul.com
Tue Feb 9 07:50:37 UTC 2021
Changeset: fd490378af48
Author: prr
Date: 2020-06-05 16:40 -0700
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/fd490378af48
8244621: [macos10.15] Garbled FX printing plus CoreText warnings on Catalina when building with Xcode 11
Reviewed-by: kcr, psadhukhan
! src/macosx/native/sun/font/AWTFont.m
Changeset: e720b78d3083
Author: serb
Date: 2020-11-05 11:35 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/e720b78d3083
8255937: Better cleanup for test/jdk/javax/imageio/stream/StreamFlush.java
Reviewed-by: jdv
! test/javax/imageio/stream/StreamFlush.java
Changeset: f0b6b7e77cdf
Author: weijun
Date: 2015-12-02 16:44 +0800
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/f0b6b7e77cdf
8141457: keytool default cert fingerprint algorithm should be SHA-256
Reviewed-by: mullan
! src/share/classes/sun/security/tools/keytool/Main.java
! src/share/classes/sun/security/tools/keytool/Resources.java
Changeset: 1a096444c130
Author: serb
Date: 2016-08-23 20:45 +0300
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/1a096444c130
8160217: JavaSound should clean up resources better
Reviewed-by: prr
! src/share/classes/com/sun/media/sound/ModelByteBuffer.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/GetInputStream.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/GetRoot.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/Load.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/LoadAll.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArray.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferByteArrayIntInt.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFile.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/NewModelByteBufferFileLongLong.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Available.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Close.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkReset.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/MarkSupported.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Read.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByte.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/ReadByteIntInt.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/Skip.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLong.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLong.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/SubbufferLongLongBoolean.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/Unload.java
! test/javax/sound/midi/Gervill/ModelByteBuffer/WriteTo.java
! test/javax/sound/midi/Gervill/ModelByteBufferWavetable/OpenStream.java
Changeset: f910b9699402
Author: alitvinov
Date: 2020-08-31 17:06 +0100
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/f910b9699402
8249183: JVM crash in "AwtFrame::WmSize" method
Reviewed-by: serb, aivanov
! src/windows/classes/sun/awt/windows/WWindowPeer.java
! src/windows/native/sun/windows/awt_Frame.cpp
! src/windows/native/sun/windows/awt_Frame.h
! src/windows/native/sun/windows/awt_Window.cpp
! src/windows/native/sun/windows/awt_Window.h
Changeset: 59e5a46d4e31
Author: dmarkov
Date: 2020-08-29 08:10 +0100
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/59e5a46d4e31
8252470: java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java fails on Windows
Reviewed-by: serb, prr
! src/windows/native/sun/windows/awt_Toolkit.cpp
! test/java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java
Changeset: ac0a8eb96a13
Author: bpb
Date: 2016-02-15 16:59 -0800
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/ac0a8eb96a13
8150204: (fs) Enhance java/nio/file/Files/probeContentType/Basic.java debugging output
Summary: Add debugging information to the test.
Reviewed-by: alanb
! test/java/nio/file/Files/probeContentType/Basic.java
Changeset: c3057fb0470e
Author: pchopra
Date: 2015-07-15 14:05 +0300
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/c3057fb0470e
8080953: [TEST_BUG]Test java/awt/FontClass/DebugFonts.java fails due to wrongly typed bugid
Reviewed-by: azvegint, serb
! test/java/awt/FontClass/DebugFonts.java
Changeset: b8ad41e9571f
Author: alexsch
Date: 2020-12-08 23:19 +0300
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/b8ad41e9571f
8035166: Remove dependency on EC classes from pkcs11 provider
Summary: Move the sun.security.ec.ECParameters and its related classes to sun.security.util package.
Reviewed-by: andrew
Contributed-by: Sergey Chernyshev <serge.chernyshev at bell-sw.com>
- src/share/classes/sun/security/ec/CurveDB.java
! src/share/classes/sun/security/ec/ECKeyPairGenerator.java
- src/share/classes/sun/security/ec/ECParameters.java
! src/share/classes/sun/security/ec/ECPrivateKeyImpl.java
! src/share/classes/sun/security/ec/ECPublicKeyImpl.java
- src/share/classes/sun/security/ec/NamedCurve.java
! src/share/classes/sun/security/ec/SunECEntries.java
! src/share/classes/sun/security/pkcs11/P11KeyStore.java
! src/share/classes/sun/security/pkcs11/SunPKCS11.java
+ src/share/classes/sun/security/util/CurveDB.java
+ src/share/classes/sun/security/util/ECParameters.java
+ src/share/classes/sun/security/util/NamedCurve.java
Changeset: 3ad72295b457
Author: abakhtin
Date: 2020-12-09 10:18 +0300
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/3ad72295b457
8253932: SSL debug log prints incorrect caller info
Reviewed-by: phh
! src/share/classes/sun/security/ssl/SSLLogger.java
Changeset: 405c239690ed
Author: mbaesken
Date: 2020-07-16 09:52 +0200
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/405c239690ed
8249588: libwindowsaccessbridge issues on 64bit Windows
Reviewed-by: arapte, prr
! src/windows/native/sun/bridge/WinAccessBridge.cpp
! src/windows/native/sun/bridge/WinAccessBridge.h
Changeset: 60127f405b1a
Author: darcy
Date: 2015-06-30 17:48 -0700
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/60127f405b1a
8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
Reviewed-by: alanb
! test/ProblemList.txt
! test/java/beans/PropertyEditor/6380849/TestPropertyEditor.java
! test/java/beans/PropertyEditor/TestColorClass.java
! test/java/beans/PropertyEditor/TestColorClassJava.java
! test/java/beans/PropertyEditor/TestColorClassNull.java
! test/java/beans/PropertyEditor/TestColorClassValue.java
! test/java/beans/PropertyEditor/TestFontClass.java
! test/java/beans/PropertyEditor/TestFontClassJava.java
! test/java/beans/PropertyEditor/TestFontClassNull.java
! test/java/beans/PropertyEditor/TestFontClassValue.java
! test/java/beans/XMLEncoder/java_awt_ScrollPane.java
Changeset: a740fff509e6
Author: sgehwolf
Date: 2020-10-22 16:36 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/a740fff509e6
8254854: [cgroups v1] Metric limits not properly detected on some join controller combinations
Reviewed-by: phh
! src/linux/classes/jdk/internal/platform/cgroupv1/Metrics.java
Changeset: facca632f645
Author: sgehwolf
Date: 2019-03-12 10:43 +0100
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/facca632f645
8217338: [Containers] Improve systemd slice memory limit support
Summary: Use hierachical memory limit in addition to memory_limits_in_bytes
Reviewed-by: bobv, dholmes
! src/linux/classes/jdk/internal/platform/cgroupv1/Metrics.java
! src/linux/classes/jdk/internal/platform/cgroupv1/SubSystem.java
Changeset: caf8b22e4fd7
Author: jdowland
Date: 2020-12-11 12:33 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/caf8b22e4fd7
8038723: Openup some PrinterJob tests
Reviewed-by: andrew
+ test/java/awt/print/Dialog/DestinationTest.java
+ test/java/awt/print/Dialog/MediaInPrintable.java
+ test/java/awt/print/Dialog/PrintApplet.html
+ test/java/awt/print/Dialog/PrintApplet.java
+ test/java/awt/print/Dialog/PrintDialog.java
+ test/java/awt/print/Dialog/PrintDlgApp.java
+ test/java/awt/print/Dialog/PrintDlgPageable.java
+ test/java/awt/print/Dialog/RestoreActiveWindowTest/RestoreActiveWindowTest.html
+ test/java/awt/print/Dialog/RestoreActiveWindowTest/RestoreActiveWindowTest.java
+ test/java/awt/print/PageFormat/CustomPaper.java
+ test/java/awt/print/PageFormat/NullPaper.java
+ test/java/awt/print/PageFormat/Orient.java
+ test/java/awt/print/PageFormat/PDialogTest.java
+ test/java/awt/print/PageFormat/PageSetupDialog.java
+ test/java/awt/print/PageFormat/ReverseLandscapeTest.java
+ test/java/awt/print/PageFormat/SetOrient.html
+ test/java/awt/print/PageFormat/SetOrient.java
+ test/java/awt/print/PageFormat/SmallPaperPrinting.java
+ test/java/awt/print/PageFormat/ValidateCustom.java
+ test/java/awt/print/PrinterJob/Cancel/PrinterJobCancel.java
+ test/java/awt/print/PrinterJob/CheckAccess.java
+ test/java/awt/print/PrinterJob/CheckPrivilege.java
+ test/java/awt/print/PrinterJob/CompareImageable.java
+ test/java/awt/print/PrinterJob/CustomFont/A.ttf
+ test/java/awt/print/PrinterJob/CustomFont/CustomFont.java
+ test/java/awt/print/PrinterJob/DeviceScale.java
+ test/java/awt/print/PrinterJob/DrawImage.java
+ test/java/awt/print/PrinterJob/DrawStringMethods.java
+ test/java/awt/print/PrinterJob/EmptyFill.java
+ test/java/awt/print/PrinterJob/GlyphPositions.java
+ test/java/awt/print/PrinterJob/HeadlessPrintingTest.java
+ test/java/awt/print/PrinterJob/InitToBlack.java
+ test/java/awt/print/PrinterJob/InvalidPage.java
+ test/java/awt/print/PrinterJob/JobName/PrinterJobName.java
+ test/java/awt/print/PrinterJob/Legal/PrintTest.java
+ test/java/awt/print/PrinterJob/MultiThread/MultiThreadTest.java
+ test/java/awt/print/PrinterJob/NullGetName.java
+ test/java/awt/print/PrinterJob/NumCopies.java
+ test/java/awt/print/PrinterJob/PSQuestionMark.java
+ test/java/awt/print/PrinterJob/PSWindingRule.java
+ test/java/awt/print/PrinterJob/PageDialogTest.java
+ test/java/awt/print/PrinterJob/PageDlgPrnButton.java
+ test/java/awt/print/PrinterJob/PaintText.java
+ test/java/awt/print/PrinterJob/PrintAllFonts.java
+ test/java/awt/print/PrinterJob/PrintBadImage.java
+ test/java/awt/print/PrinterJob/PrintCompoundString.java
+ test/java/awt/print/PrinterJob/PrintDialog.java
+ test/java/awt/print/PrinterJob/PrintDialogCancel.java
+ test/java/awt/print/PrinterJob/PrintFontStyle.java
+ test/java/awt/print/PrinterJob/PrintImage.java
+ test/java/awt/print/PrinterJob/PrintNullString.java
+ test/java/awt/print/PrinterJob/PrintParenString.java
+ test/java/awt/print/PrinterJob/PrintRotatedText.java
+ test/java/awt/print/PrinterJob/PrintTextLayout.java
+ test/java/awt/print/PrinterJob/PrintTextPane.java
- test/java/awt/print/PrinterJob/PrintTextTest.html
! test/java/awt/print/PrinterJob/PrintTextTest.java
+ test/java/awt/print/PrinterJob/PrintTranslatedFont.java
+ test/java/awt/print/PrinterJob/PrintVolatileImage.java
+ test/java/awt/print/PrinterJob/PrinterDevice.java
+ test/java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html
+ test/java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.java
+ test/java/awt/print/PrinterJob/PrinterJobDialogBugDemo.java
+ test/java/awt/print/PrinterJob/RemoveListener.java
+ test/java/awt/print/PrinterJob/ScaledText/ScaledText.java
+ test/java/awt/print/PrinterJob/SecurityDialogTest.java
+ test/java/awt/print/PrinterJob/SetCopies/Test.java
+ test/java/awt/print/PrinterJob/SwingUIText.java
+ test/java/awt/print/PrinterJob/ThinLines.java
+ test/java/awt/print/PrinterJob/XparColor.java
+ test/java/awt/print/PrinterJob/raster/RasterTest.java
Changeset: c1d3b72824ea
Author: prr
Date: 2020-05-18 17:16 -0700
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/c1d3b72824ea
6949753: [TEST BUG]: java/awt/print/PageFormat/PDialogTest.java needs update by removing a infinite loop
Reviewed-by: jdv
- test/java/awt/print/PageFormat/PDialogTest.java
Changeset: 040629aab099
Author: dongbohe
Date: 2020-11-19 21:13 +0800
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/040629aab099
8256642: [TEST_BUG] jdk/test/javax/sound/midi/MidiSystem/DefaultProperties.java failed
Reviewed-by: zgu
Contributed-by: wangshuai94 at huawei.com
! test/javax/sound/midi/MidiSystem/DefaultDevices.java
! test/javax/sound/midi/MidiSystem/DefaultProperties.java
! test/javax/sound/midi/MidiSystem/ProviderCacheing.java
- test/javax/sound/midi/MidiSystem/testdata/lib/conf/sound.properties
+ test/javax/sound/midi/MidiSystem/testdata/lib/sound.properties
! test/javax/sound/sampled/AudioSystem/DefaultMixers.java
! test/javax/sound/sampled/AudioSystem/DefaultProperties.java
! test/javax/sound/sampled/AudioSystem/ProviderCacheing.java
- test/javax/sound/sampled/AudioSystem/testdata/lib/conf/sound.properties
+ test/javax/sound/sampled/AudioSystem/testdata/lib/sound.properties
Changeset: 7208c8539f75
Author: pbansal
Date: 2019-09-11 15:58 +0530
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/7208c8539f75
8225805: Java Access Bridge does not close the logger
Reviewed-by: dmarkov, jdv
! src/windows/native/sun/bridge/WinAccessBridge.cpp
Changeset: c85c408581cb
Author: sgehwolf
Date: 2020-12-14 18:12 +0100
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/c85c408581cb
8258241: [8u] Missing doPrivileged() hunks from JDK-8226575
Reviewed-by: andrew
! src/linux/classes/jdk/internal/platform/cgroupv1/SubSystem.java
Changeset: 9d7ac5cdf6be
Author: alexsch
Date: 2014-05-21 14:13 +0400
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/9d7ac5cdf6be
8041561: Inconsistent opacity behaviour between JCheckBox and JRadioButton
Reviewed-by: malenkov
! src/share/classes/javax/swing/plaf/metal/MetalIconFactory.java
+ test/javax/swing/JRadioButton/8041561/bug8041561.java
Changeset: e9cd2dd86b79
Author: hseigel
Date: 2020-09-29 19:59 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/e9cd2dd86b79
8253476: TestUseContainerSupport.java fails on some Linux kernels w/o swap limit capabilities
Reviewed-by: bobv, coleenp
! test/jdk/internal/platform/docker/TestUseContainerSupport.java
Changeset: 17c2b3fda521
Author: hseigel
Date: 2020-09-25 17:16 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/17c2b3fda521
8250984: Memory Docker tests fail on some Linux kernels w/o cgroupv1 swap limit capabilities
Reviewed-by: bobv, sgehwolf, phh
! src/linux/classes/jdk/internal/platform/cgroupv1/Metrics.java
! src/linux/classes/jdk/internal/platform/cgroupv1/SubSystem.java
! test/jdk/internal/platform/docker/MetricsMemoryTester.java
! test/lib/jdk/test/lib/containers/cgroup/MetricsTester.java
Changeset: e587e2d238a0
Author: sgehwolf
Date: 2019-07-12 19:37 +0200
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/e587e2d238a0
8227642: [TESTBUG] Make docker tests podman compatible
Reviewed-by: mseledtsov, iignatyev, phh
! test/lib/jdk/test/lib/Platform.java
! test/lib/jdk/test/lib/containers/cgroup/MetricsTester.java
! test/lib/jdk/test/lib/containers/docker/DockerTestUtils.java
Changeset: ac977b45cfa9
Author: sgehwolf
Date: 2019-07-22 10:48 +0200
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/ac977b45cfa9
8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
Summary: Move container constant to separate test lib class
Reviewed-by: alanb, phh
+ test/lib/jdk/test/lib/Container.java
! test/lib/jdk/test/lib/Platform.java
! test/lib/jdk/test/lib/containers/docker/DockerTestUtils.java
Changeset: cf0f3b64a18f
Author: phh
Date: 2020-12-22 19:56 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/cf0f3b64a18f
8258430: 8u backport of JDK-8063107 missing test/javax/swing/JRadioButton/8041561/bug8041561.java changes
Summary: Update test/javax/swing/JRadioButton/8041561/bug8041561.java
Reviewed-by: sgehwolf
! test/javax/swing/JRadioButton/8041561/bug8041561.java
Changeset: c3569076f6c6
Author: andrew
Date: 2021-01-07 17:25 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/c3569076f6c6
Merge
- test/javax/sound/midi/MidiSystem/testdata/lib/conf/sound.properties
- test/javax/sound/sampled/AudioSystem/testdata/lib/conf/sound.properties
Changeset: 7432d3558458
Author: andrew
Date: 2021-01-07 17:54 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/7432d3558458
Merge
Changeset: fe8ad62762dd
Author: sgehwolf
Date: 2020-09-17 13:42 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/fe8ad62762dd
8251397: NPE on ClassValue.ClassValueMap.cacheArray
Summary: Add release fence to ClassValueMap constructor.
Reviewed-by: shade, psandoz
Contributed-by: Galder Zamarreno <galder at redhat.com>
! src/share/classes/java/lang/ClassValue.java
Changeset: 15c578880963
Author: vlivanov
Date: 2014-05-29 13:27 +0400
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/15c578880963
8035186: j2se_jdk/jdk/test/java/lang/invoke/lambda/LogGeneratedClassesTest.java - assertion error
Reviewed-by: psandoz
! test/java/lang/invoke/lambda/LogGeneratedClassesTest.java
Changeset: 886fa7874189
Author: alexsch
Date: 2021-01-12 12:45 +0300
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/886fa7874189
8233228: Disable weak named curves by default in TLS, CertPath, and Signed JAR
Reviewed-by: andrew
Contributed-by: Sergey Chernyshev <serge.chernyshev at bell-sw.com>
! src/share/classes/sun/security/tools/keytool/Main.java
! src/share/classes/sun/security/util/AbstractAlgorithmConstraints.java
! src/share/classes/sun/security/util/ConstraintsParameters.java
! src/share/classes/sun/security/util/CurveDB.java
! src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java
! src/share/classes/sun/security/util/LegacyAlgorithmConstraints.java
! src/share/lib/security/java.security-aix
! src/share/lib/security/java.security-linux
! src/share/lib/security/java.security-macosx
! src/share/lib/security/java.security-solaris
! src/share/lib/security/java.security-windows
Changeset: b7be27e5e8ea
Author: rhalade
Date: 2021-01-06 16:39 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/b7be27e5e8ea
8259312: VerifyCACerts.java fails as soneraclass2ca cert will
Reviewed-by: mullan
! test/sun/security/lib/cacerts/VerifyCACerts.java
Changeset: b3a2a55962b2
Author: sgehwolf
Date: 2020-11-20 18:40 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/b3a2a55962b2
8255908: ExceptionInInitializerError due to UncheckedIOException while initializing cgroupv1 subsystem
Reviewed-by: clanger, aph
! src/linux/classes/jdk/internal/platform/cgroupv1/Metrics.java
! src/linux/classes/jdk/internal/platform/cgroupv1/SubSystem.java
Changeset: 90cbca4d2c6b
Author: mbaesken
Date: 2019-08-28 14:22 +0200
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/90cbca4d2c6b
8229284: jdk/internal/platform/cgroup/TestCgroupMetrics.java fails for - memory:getMemoryUsage
Reviewed-by: mseledtsov, sgehwolf
! test/lib/jdk/test/lib/containers/cgroup/MetricsTester.java
Changeset: 4d9881c6049d
Author: andrew
Date: 2021-01-19 20:49 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/4d9881c6049d
Merge
Changeset: 46d30306b027
Author: andrew
Date: 2021-01-20 01:23 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/46d30306b027
8259384: CUP version wrong in THIRD_PARTY_README after JDK-8233548
Reviewed-by: sgehwolf
! THIRD_PARTY_README
Changeset: bfadd8e82337
Author: xuelei
Date: 2020-04-22 10:51 -0700
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/bfadd8e82337
8242141: New System Properties to configure the TLS signature schemes
Reviewed-by: ascarpino, jnimeh, mullan, andrew
! src/share/classes/sun/security/ssl/CertSignAlgsExtension.java
! src/share/classes/sun/security/ssl/CertificateRequest.java
! src/share/classes/sun/security/ssl/PreSharedKeyExtension.java
! src/share/classes/sun/security/ssl/SSLConfiguration.java
! src/share/classes/sun/security/ssl/SSLServerSocketImpl.java
! src/share/classes/sun/security/ssl/ServerHello.java
! src/share/classes/sun/security/ssl/SignatureAlgorithmsExtension.java
! src/share/classes/sun/security/ssl/SignatureScheme.java
! src/share/classes/sun/security/ssl/TransportContext.java
+ test/sun/security/ssl/SignatureScheme/CustomizedClientSchemes.java
+ test/sun/security/ssl/SignatureScheme/CustomizedServerSchemes.java
Changeset: 941a82f69e91
Author: ascarpino
Date: 2018-11-06 10:10 -0800
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/941a82f69e91
8211339: NPE during SSL handshake caused by HostnameChecker
Reviewed-by: xuelei
! src/share/classes/sun/security/util/HostnameChecker.java
+ test/sun/security/util/HostnameMatcher/NullHostnameCheck.java
Changeset: 1c7a96e0ff00
Author: jdv
Date: 2016-10-17 13:04 +0530
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/1c7a96e0ff00
8167281: IIOMetadataNode bugs in getElementsByTagName and NodeList.item methods
Reviewed-by: prr, pnarayanan, sgehwolf
! src/share/classes/javax/imageio/metadata/IIOMetadataNode.java
+ test/javax/imageio/metadata/GetElementsByTagNameTest.java
+ test/javax/imageio/metadata/NthItemNodeListTest.java
Changeset: 6336cdcdcb3e
Author: coffeys
Date: 2020-12-23 12:26 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/6336cdcdcb3e
8253368: TLS connection always receives close_notify exception
Reviewed-by: xuelei
! src/share/classes/sun/security/ssl/SSLSocketImpl.java
! test/sun/security/ssl/SSLSocketImpl/SSLSocketCloseHang.java
Changeset: 7c7b1d67d6e6
Author: vtewari
Date: 2020-03-07 18:35 +0530
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/7c7b1d67d6e6
8238579: HttpsURLConnection drops the timeout and hangs forever in read
Summary: HttpsURLConnection drops the timeout and hangs forever in read
Reviewed-by: dfuchs
! src/share/classes/sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java
Changeset: b9d3fa975c60
Author: weijun
Date: 2017-08-08 21:37 +0800
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/b9d3fa975c60
8185934: keytool shows "Signature algorithm: SHA1withECDSA, -1-bit key"
Reviewed-by: mullan, andrew
! src/share/classes/sun/security/tools/jarsigner/Main.java
! src/share/classes/sun/security/tools/jarsigner/Resources.java
! src/share/classes/sun/security/tools/keytool/Main.java
! src/share/classes/sun/security/tools/keytool/Resources.java
Changeset: 466b007eedbb
Author: ssahoo
Date: 2019-12-13 01:43 -0800
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/466b007eedbb
8234728: Some security tests should support TLSv1.3
Summary: Tests were updated to support TLSv1.3 and cipher suite order
Reviewed-by: xuelei, andrew
! src/share/classes/sun/security/ssl/CipherSuite.java
! test/javax/net/ssl/sanity/ciphersuites/CipherSuitesInOrder.java
+ test/javax/net/ssl/sanity/ciphersuites/SystemPropCipherSuitesOrder.java
+ test/javax/net/ssl/sanity/ciphersuites/TLSCipherSuitesOrder.java
! test/javax/net/ssl/templates/SSLSocketTemplate.java
! test/sun/security/ssl/HandshakeHash/DigestBase.java
! test/sun/security/ssl/HandshakeHash/HandshakeHashCloneExhaustion.java
! test/sun/security/util/HostnameMatcher/NullHostnameCheck.java
Changeset: 25ef0910e622
Author: ssahoo
Date: 2019-12-16 00:23 -0800
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/25ef0910e622
8235874: The ordering of Cipher Suites is not maintained provided through jdk.tls.client.cipherSuites and jdk.tls.server.cipherSuites system property.
Summary: Corrected Cipher Suites ordering through system properties
Reviewed-by: xuelei, sgehwolf
! src/share/classes/sun/security/ssl/SSLContextImpl.java
! test/javax/net/ssl/sanity/ciphersuites/SystemPropCipherSuitesOrder.java
Changeset: f2f0ceec19fb
Author: mullan
Date: 2020-11-19 14:15 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/f2f0ceec19fb
8202343: Disable TLS 1.0 and 1.1
Reviewed-by: xuelei, dfuchs, coffeys, sgehwolf
! src/share/lib/security/java.security-aix
! src/share/lib/security/java.security-linux
! src/share/lib/security/java.security-macosx
! src/share/lib/security/java.security-solaris
! src/share/lib/security/java.security-windows
! test/javax/net/ssl/SSLEngine/Arrays.java
! test/javax/net/ssl/TLS/TLSClientPropertyTest.java
! test/javax/net/ssl/TLSv11/GenericBlockCipher.java
! test/javax/net/ssl/sanity/ciphersuites/SystemPropCipherSuitesOrder.java
! test/javax/net/ssl/sanity/ciphersuites/TLSCipherSuitesOrder.java
! test/lib/security/SecurityUtils.java
! test/sun/security/ssl/ClientHandshaker/LengthCheckTest.java
! test/sun/security/ssl/EngineArgs/DebugReportsOneExtraByte.java
- test/sun/security/ssl/EngineArgs/DebugReportsOneExtraByte.sh
! test/sun/security/ssl/HandshakeHash/HandshakeHashCloneExhaustion.java
! test/sun/security/ssl/SSLContextImpl/IllegalProtocolProperty.java
+ test/sun/security/ssl/SSLContextImpl/SSLContextDefault.java
! test/sun/security/ssl/SSLContextImpl/SSLContextVersion.java
! test/sun/security/ssl/SSLEngineImpl/EmptyExtensionData.java
! test/sun/security/ssl/SSLEngineImpl/SSLEngineBadBufferArrayAccess.java
Changeset: c2ca20f62520
Author: jjiang
Date: 2019-12-21 06:28 +0800
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/c2ca20f62520
8234727: sun/security/ssl/X509TrustManagerImpl tests support TLSv1.3
Reviewed-by: xuelei
! test/sun/security/ssl/X509TrustManagerImpl/BasicConstraints.java
! test/sun/security/ssl/X509TrustManagerImpl/SelfIssuedCert.java
Changeset: 56a21314ba4b
Author: andrew
Date: 2021-02-01 03:35 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/56a21314ba4b
8257192: Integrate AArch64 JIT port into 8u
8163363: AArch64: Stack size in tools/launcher/Settings.java needs to be adjusted
8186090: java.nio.Bits.unaligned() doesn't handle aarch64
8215961: jdk/jfr/event/os/TestCPUInformation.java fails on AArch64
Reviewed-by: shade, aph
! make/lib/SoundLibraries.gmk
! src/share/classes/java/nio/Bits.java
! src/share/classes/sun/security/provider/ByteArrayAccess.java
! src/share/native/com/sun/media/sound/SoundDefs.h
+ src/solaris/bin/aarch64/jvm.cfg
! test/jdk/jfr/event/os/TestCPUInformation.java
! test/tools/launcher/Settings.java
Changeset: 09d51037f62f
Author: andrew
Date: 2021-02-01 04:00 +0000
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/09d51037f62f
Added tag jdk8u292-b00 for changeset 78c875107d40
! .hgtags
Changeset: 3730c5d7acbc
Author: snazarki
Date: 2021-02-08 23:27 +0300
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/3730c5d7acbc
Merge
! .hgtags
! make/lib/SoundLibraries.gmk
- src/share/classes/sun/security/ec/CurveDB.java
- src/share/classes/sun/security/ec/ECParameters.java
- src/share/classes/sun/security/ec/NamedCurve.java
! src/share/native/com/sun/media/sound/SoundDefs.h
- test/java/awt/print/PrinterJob/PrintTextTest.html
- test/javax/sound/midi/MidiSystem/testdata/lib/conf/sound.properties
- test/javax/sound/sampled/AudioSystem/testdata/lib/conf/sound.properties
- test/sun/security/ssl/EngineArgs/DebugReportsOneExtraByte.sh
Changeset: 4b36a9862764
Author: snazarki
Date: 2021-02-09 10:33 +0300
URL: https://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/4b36a9862764
Added tag jdk8u292-b01-aarch32-20210209 for changeset 3730c5d7acbc
! .hgtags
More information about the aarch32-port-dev
mailing list