Update to jdk-17.0.6+9
Update release notes to 17.0.6+9 Drop local copy of JDK-8293834 now this is upstream Require tzdata 2022g due to inclusion of JDK-8296108, JDK-8296715 & JDK-8297804 Update TestTranslations.java to test the new America/Ciudad_Juarez zone Resolves: rhbz#2150198
This commit is contained in:
parent
0d998e66b2
commit
8022ecd645
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
|||||||
/openjdk-jdk17u-jdk-17.0.5+7.tar.xz
|
/openjdk-jdk17u-jdk-17.0.5+7.tar.xz
|
||||||
/openjdk-jdk17u-jdk-17.0.5+8.tar.xz
|
/openjdk-jdk17u-jdk-17.0.5+8.tar.xz
|
||||||
/openjdk-jdk17u-jdk-17.0.6+1.tar.xz
|
/openjdk-jdk17u-jdk-17.0.6+1.tar.xz
|
||||||
|
/openjdk-jdk17u-jdk-17.0.6+9.tar.xz
|
||||||
|
118
NEWS
118
NEWS
@ -13,10 +13,15 @@ Live versions of these release notes can be found at:
|
|||||||
- JDK-6829250: Reg test: java/awt/Toolkit/ScreenInsetsTest/ScreenInsetsTest.java fails in Windows
|
- JDK-6829250: Reg test: java/awt/Toolkit/ScreenInsetsTest/ScreenInsetsTest.java fails in Windows
|
||||||
- JDK-7001973: java/awt/Graphics2D/CopyAreaOOB.java fails
|
- JDK-7001973: java/awt/Graphics2D/CopyAreaOOB.java fails
|
||||||
- JDK-7188098: TEST_BUG: closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails
|
- JDK-7188098: TEST_BUG: closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails
|
||||||
|
- JDK-8022403: sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java fails
|
||||||
|
- JDK-8029633: Raw inner class constructor ref should not perform diamond inference
|
||||||
- JDK-8030121: java/awt/dnd/MissingDragExitEventTest/MissingDragExitEventTest.java fails
|
- JDK-8030121: java/awt/dnd/MissingDragExitEventTest/MissingDragExitEventTest.java fails
|
||||||
|
- JDK-8065422: Trailing dot in hostname causes TLS handshake to fail with SNI disabled
|
||||||
- JDK-8129827: [TEST_BUG] Test java/awt/Robot/RobotWheelTest/RobotWheelTest.java fails
|
- JDK-8129827: [TEST_BUG] Test java/awt/Robot/RobotWheelTest/RobotWheelTest.java fails
|
||||||
- JDK-8159599: [TEST_BUG] java/awt/Modal/ModalInternalFrameTest/ModalInternalFrameTest.java
|
- JDK-8159599: [TEST_BUG] java/awt/Modal/ModalInternalFrameTest/ModalInternalFrameTest.java
|
||||||
- JDK-8169187: [macosx] Aqua: java/awt/image/multiresolution/MultiresolutionIconTest.java
|
- JDK-8169187: [macosx] Aqua: java/awt/image/multiresolution/MultiresolutionIconTest.java
|
||||||
|
- JDK-8178698: javax/sound/midi/Sequencer/MetaCallback.java failed with timeout
|
||||||
|
- JDK-8202836: [macosx] test java/awt/Graphics/TextAAHintsTest.java fails
|
||||||
- JDK-8210558: serviceability/sa/TestJhsdbJstackLock.java fails to find '^\s+- waiting to lock <0x[0-9a-f]+> \(a java\.lang\.Class ...'
|
- JDK-8210558: serviceability/sa/TestJhsdbJstackLock.java fails to find '^\s+- waiting to lock <0x[0-9a-f]+> \(a java\.lang\.Class ...'
|
||||||
- JDK-8222323: ChildAlwaysOnTopTest.java fails with "RuntimeException: Failed to unset alwaysOnTop"
|
- JDK-8222323: ChildAlwaysOnTopTest.java fails with "RuntimeException: Failed to unset alwaysOnTop"
|
||||||
- JDK-8233557: [TESTBUG] DoubleClickTitleBarTest.java fails on macOs
|
- JDK-8233557: [TESTBUG] DoubleClickTitleBarTest.java fails on macOs
|
||||||
@ -24,38 +29,59 @@ Live versions of these release notes can be found at:
|
|||||||
- JDK-8233648: [TESTBUG] DefaultMenuBarTest.java failing on macos
|
- JDK-8233648: [TESTBUG] DefaultMenuBarTest.java failing on macos
|
||||||
- JDK-8244670: convert clhsdb "whatis" command from javascript to java
|
- JDK-8244670: convert clhsdb "whatis" command from javascript to java
|
||||||
- JDK-8251466: test/java/io/File/GetXSpace.java fails on Windows with mapped network drives.
|
- JDK-8251466: test/java/io/File/GetXSpace.java fails on Windows with mapped network drives.
|
||||||
|
- JDK-8255439: System Tray icons get corrupted when Windows scaling changes
|
||||||
- JDK-8256811: Delayed/missed jdwp class unloading events
|
- JDK-8256811: Delayed/missed jdwp class unloading events
|
||||||
- JDK-8257722: Improve "keytool -printcert -jarfile" output
|
- JDK-8257722: Improve "keytool -printcert -jarfile" output
|
||||||
- JDK-8262721: Add Tests to verify single iteration loops are properly optimized
|
- JDK-8262721: Add Tests to verify single iteration loops are properly optimized
|
||||||
|
- JDK-8265489: Stress test times out because of long ObjectSynchronizer::monitors_iterate(...) operation
|
||||||
- JDK-8266082: AssertionError in Annotate.fromAnnotations with -Xdoclint
|
- JDK-8266082: AssertionError in Annotate.fromAnnotations with -Xdoclint
|
||||||
|
- JDK-8266519: Cleanup resolve() leftovers from BarrierSet et al
|
||||||
- JDK-8267138: Stray suffix when starting gtests via GTestWrapper.java
|
- JDK-8267138: Stray suffix when starting gtests via GTestWrapper.java
|
||||||
- JDK-8268033: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails with "fatal error: Not compilable at tier 3: CodeBuffer overflow"
|
- JDK-8268033: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails with "fatal error: Not compilable at tier 3: CodeBuffer overflow"
|
||||||
|
- JDK-8268276: Base64 Decoding optimization for x86 using AVX-512
|
||||||
- JDK-8268297: jdk/jfr/api/consumer/streaming/TestLatestEvent.java times out
|
- JDK-8268297: jdk/jfr/api/consumer/streaming/TestLatestEvent.java times out
|
||||||
- JDK-8268779: ZGC: runtime/InternalApi/ThreadCpuTimesDeadlock.java#id1 failed with "OutOfMemoryError: Java heap space"
|
- JDK-8268779: ZGC: runtime/InternalApi/ThreadCpuTimesDeadlock.java#id1 failed with "OutOfMemoryError: Java heap space"
|
||||||
- JDK-8269029: compiler/codegen/TestCharVect2.java fails for client VMs
|
- JDK-8269029: compiler/codegen/TestCharVect2.java fails for client VMs
|
||||||
|
- JDK-8269404: Base64 Encoding optimization enhancements for x86 using AVX-512
|
||||||
- JDK-8269571: NMT should print total malloc bytes and invocation count
|
- JDK-8269571: NMT should print total malloc bytes and invocation count
|
||||||
- JDK-8269743: test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/Test.java crash with small heap (-Xmx50m)
|
- JDK-8269743: test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/Test.java crash with small heap (-Xmx50m)
|
||||||
|
- JDK-8270086: ARM32-softfp: Do not load CONSTANT_double using the condy helper methods in the interpreter
|
||||||
|
- JDK-8270155: ARM32: Improve register dump in hs_err
|
||||||
- JDK-8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not show instruction
|
- JDK-8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not show instruction
|
||||||
- JDK-8270848: Redundant unsafe opmask register allocation in some instruction patterns.
|
- JDK-8270848: Redundant unsafe opmask register allocation in some instruction patterns.
|
||||||
- JDK-8270947: AArch64: C1: use zero_words to initialize all objects
|
- JDK-8270947: AArch64: C1: use zero_words to initialize all objects
|
||||||
- JDK-8271015: Split cds/SharedBaseAddress.java test into smaller parts
|
- JDK-8271015: Split cds/SharedBaseAddress.java test into smaller parts
|
||||||
|
- JDK-8271834: TestStringDeduplicationAgeThreshold intermittent failures on Shenandoah
|
||||||
- JDK-8271956: AArch64: C1 build failed after JDK-8270947
|
- JDK-8271956: AArch64: C1 build failed after JDK-8270947
|
||||||
- JDK-8272094: compiler/codecache/TestStressCodeBuffers.java crashes with "failed to allocate space for trampoline"
|
- JDK-8272094: compiler/codecache/TestStressCodeBuffers.java crashes with "failed to allocate space for trampoline"
|
||||||
- JDK-8272123: Problem list 4 jtreg tests which regularly fail on macos-aarch64
|
- JDK-8272123: Problem list 4 jtreg tests which regularly fail on macos-aarch64
|
||||||
|
- JDK-8272608: java_lang_System::allow_security_manager() doesn't set its initialization flag
|
||||||
- JDK-8272776: NullPointerException not reported
|
- JDK-8272776: NullPointerException not reported
|
||||||
- JDK-8272791: java -XX:BlockZeroingLowLimit=1 crashes after 8270947
|
- JDK-8272791: java -XX:BlockZeroingLowLimit=1 crashes after 8270947
|
||||||
|
- JDK-8272809: JFR thread sampler SI_KERNEL SEGV in metaspace::VirtualSpaceList::contains
|
||||||
- JDK-8273043: [TEST_BUG] Automate NimbusJTreeSelTextColor.java
|
- JDK-8273043: [TEST_BUG] Automate NimbusJTreeSelTextColor.java
|
||||||
|
- JDK-8273108: RunThese24H crashes with SEGV in markWord::displaced_mark_helper() after JDK-8268276
|
||||||
- JDK-8273236: keytool does not accurately warn about algorithms that are disabled but have additional constraints
|
- JDK-8273236: keytool does not accurately warn about algorithms that are disabled but have additional constraints
|
||||||
|
- JDK-8273380: ARM32: Default to {ldrexd,strexd} in StubRoutines::atomic_{load|store}_long
|
||||||
|
- JDK-8273459: Update code segment alignment to 64 bytes
|
||||||
|
- JDK-8273497: building.md should link to both md and html
|
||||||
- JDK-8273553: sun.security.ssl.SSLEngineImpl.closeInbound also has similar error of JDK-8253368
|
- JDK-8273553: sun.security.ssl.SSLEngineImpl.closeInbound also has similar error of JDK-8253368
|
||||||
- JDK-8273578: javax/swing/JMenu/4515762/bug4515762.java fails on macOS 12
|
- JDK-8273578: javax/swing/JMenu/4515762/bug4515762.java fails on macOS 12
|
||||||
|
- JDK-8273685: Remove jtreg tag manual=yesno for java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction
|
||||||
|
- JDK-8273880: Zero: Print warnings when unsupported intrinsics are enabled
|
||||||
- JDK-8273881: Metaspace: test repeated deallocations
|
- JDK-8273881: Metaspace: test repeated deallocations
|
||||||
|
- JDK-8274029: Remove jtreg tag manual=yesno for java/awt/print/Dialog/DialogOrient.java
|
||||||
- JDK-8274032: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java & show test UI
|
- JDK-8274032: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java & show test UI
|
||||||
- JDK-8274160: java/awt/Window/ShapedAndTranslucentWindows/Common.java delay is too high
|
- JDK-8274160: java/awt/Window/ShapedAndTranslucentWindows/Common.java delay is too high
|
||||||
- JDK-8274296: Update or Problem List tests which may fail with uiScale=2 on macOS
|
- JDK-8274296: Update or Problem List tests which may fail with uiScale=2 on macOS
|
||||||
|
- JDK-8274456: Remove jtreg tag manual=yesno java/awt/print/PrinterJob/PageDialogTest.java
|
||||||
|
- JDK-8274527: Minimal VM build fails after JDK-8273459
|
||||||
- JDK-8274563: jfr/event/oldobject/TestClassLoaderLeak.java fails when GC cycles are not happening
|
- JDK-8274563: jfr/event/oldobject/TestClassLoaderLeak.java fails when GC cycles are not happening
|
||||||
|
- JDK-8274903: Zero: Support AsyncGetCallTrace
|
||||||
- JDK-8275170: Some jtreg sound tests should be marked with sound keyword
|
- JDK-8275170: Some jtreg sound tests should be marked with sound keyword
|
||||||
- JDK-8275234: java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java is entered twice in ProblemList
|
- JDK-8275234: java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java is entered twice in ProblemList
|
||||||
- JDK-8275535: Retrying a failed authentication on multiple LDAP servers can lead to users blocked
|
- JDK-8275535: Retrying a failed authentication on multiple LDAP servers can lead to users blocked
|
||||||
|
- JDK-8275569: Add linux-aarch64 to test-make profiles
|
||||||
- JDK-8276108: Wrong instruction generation in aarch64 backend
|
- JDK-8276108: Wrong instruction generation in aarch64 backend
|
||||||
- JDK-8276904: Optional.toString() is unnecessarily expensive
|
- JDK-8276904: Optional.toString() is unnecessarily expensive
|
||||||
- JDK-8277092: TestMetaspaceAllocationMT2.java#ndebug-default fails with "RuntimeException: Committed seems high: NNNN expected at most MMMM"
|
- JDK-8277092: TestMetaspaceAllocationMT2.java#ndebug-default fails with "RuntimeException: Committed seems high: NNNN expected at most MMMM"
|
||||||
@ -66,32 +92,48 @@ Live versions of these release notes can be found at:
|
|||||||
- JDK-8277576: ProblemList runtime/ErrorHandling/CreateCoredumpOnCrash.java on macosx-X64
|
- JDK-8277576: ProblemList runtime/ErrorHandling/CreateCoredumpOnCrash.java on macosx-X64
|
||||||
- JDK-8277577: ProblemList compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java on linux-aarch64
|
- JDK-8277577: ProblemList compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java on linux-aarch64
|
||||||
- JDK-8277578: ProblemList applications/jcstress/acqrel.java on linux-aarch64
|
- JDK-8277578: ProblemList applications/jcstress/acqrel.java on linux-aarch64
|
||||||
|
- JDK-8277866: gc/epsilon/TestMemoryMXBeans.java failed with wrong initial heap size
|
||||||
- JDK-8277881: Missing SessionID in TLS1.3 resumption in compatibility mode
|
- JDK-8277881: Missing SessionID in TLS1.3 resumption in compatibility mode
|
||||||
- JDK-8277928: Fix compilation on macosx-aarch64 after 8276108
|
- JDK-8277928: Fix compilation on macosx-aarch64 after 8276108
|
||||||
|
- JDK-8277970: Test jdk/sun/security/ssl/SSLSessionImpl/NoInvalidateSocketException.java fails with "tag mismatch"
|
||||||
|
- JDK-8278826: Print error if Shenandoah flags are empty (instead of crashing)
|
||||||
- JDK-8279066: entries.remove(entry) is useless in PKCS12KeyStore
|
- JDK-8279066: entries.remove(entry) is useless in PKCS12KeyStore
|
||||||
- JDK-8279398: jdk/jfr/api/recording/time/TestTimeMultiple.java failed with "RuntimeException: getStopTime() > afterStop"
|
- JDK-8279398: jdk/jfr/api/recording/time/TestTimeMultiple.java failed with "RuntimeException: getStopTime() > afterStop"
|
||||||
|
- JDK-8279536: jdk/nio/zipfs/ZipFSOutputStreamTest.java timed out
|
||||||
- JDK-8279662: serviceability/sa/ClhsdbScanOops.java can fail due to unexpected GC
|
- JDK-8279662: serviceability/sa/ClhsdbScanOops.java can fail due to unexpected GC
|
||||||
|
- JDK-8279941: sun/security/pkcs11/Signature/TestDSAKeyLength.java fails when NSS version detection fails
|
||||||
|
- JDK-8280016: gc/g1/TestShrinkAuxiliaryData30 test fails on large machines
|
||||||
- JDK-8280124: Reduce branches decoding latin-1 chars from UTF-8 encoded bytes
|
- JDK-8280124: Reduce branches decoding latin-1 chars from UTF-8 encoded bytes
|
||||||
- JDK-8280234: AArch64 "core" variant does not build after JDK-8270947
|
- JDK-8280234: AArch64 "core" variant does not build after JDK-8270947
|
||||||
|
- JDK-8280391: NMT: Correct NMT tag on CollectedHeap
|
||||||
- JDK-8280511: AArch64: Combine shift and negate to a single instruction
|
- JDK-8280511: AArch64: Combine shift and negate to a single instruction
|
||||||
- JDK-8280554: resourcehogs/serviceability/sa/ClhsdbRegionDetailsScanOopsForG1.java can fail if GC is triggered
|
- JDK-8280554: resourcehogs/serviceability/sa/ClhsdbRegionDetailsScanOopsForG1.java can fail if GC is triggered
|
||||||
- JDK-8280555: serviceability/sa/TestObjectMonitorIterate.java is failing due to ObjectMonitor referencing a null Object
|
- JDK-8280555: serviceability/sa/TestObjectMonitorIterate.java is failing due to ObjectMonitor referencing a null Object
|
||||||
- JDK-8280872: Reorder code cache segments to improve code density
|
- JDK-8280872: Reorder code cache segments to improve code density
|
||||||
|
- JDK-8280890: Cannot use '-Djava.system.class.loader' with class loader in signed JAR
|
||||||
- JDK-8280948: Write a regression test for JDK-4659800
|
- JDK-8280948: Write a regression test for JDK-4659800
|
||||||
- JDK-8281296: Create a regression test for JDK-4515999
|
- JDK-8281296: Create a regression test for JDK-4515999
|
||||||
|
- JDK-8281744: x86: Use short jumps in TIG::set_vtos_entry_points
|
||||||
- JDK-8282049: AArch64: Use ZR for integer zero immediate volatile stores
|
- JDK-8282049: AArch64: Use ZR for integer zero immediate volatile stores
|
||||||
- JDK-8282276: Problem list failing two Robot Screen Capture tests
|
- JDK-8282276: Problem list failing two Robot Screen Capture tests
|
||||||
- JDK-8282347: AARCH64: Untaken branch in has_negatives stub
|
- JDK-8282347: AARCH64: Untaken branch in has_negatives stub
|
||||||
|
- JDK-8282398: EndingDotHostname.java test fails because SSL cert expired
|
||||||
- JDK-8282402: Create a regression test for JDK-4666101
|
- JDK-8282402: Create a regression test for JDK-4666101
|
||||||
|
- JDK-8282511: Use fixed certificate validation date in SSLExampleCert template
|
||||||
- JDK-8282528: AArch64: Incorrect replicate2L_zero rule
|
- JDK-8282528: AArch64: Incorrect replicate2L_zero rule
|
||||||
|
- JDK-8282600: SSLSocketImpl should not use user_canceled workaround when not necessary
|
||||||
- JDK-8282642: vmTestbase/gc/gctests/LoadUnloadGC2/LoadUnloadGC2.java fails intermittently with exit code 1
|
- JDK-8282642: vmTestbase/gc/gctests/LoadUnloadGC2/LoadUnloadGC2.java fails intermittently with exit code 1
|
||||||
- JDK-8282730: LdapLoginModule throw NPE from logout method after login failure
|
- JDK-8282730: LdapLoginModule throw NPE from logout method after login failure
|
||||||
- JDK-8282777: Create a Regression test for JDK-4515031
|
- JDK-8282777: Create a Regression test for JDK-4515031
|
||||||
- JDK-8282857: Create a regression test for JDK-4702690
|
- JDK-8282857: Create a regression test for JDK-4702690
|
||||||
- JDK-8283059: Uninitialized warning in check_code.c with GCC 11.2
|
- JDK-8283059: Uninitialized warning in check_code.c with GCC 11.2
|
||||||
|
- JDK-8283199: Linux os::cpu_microcode_revision() stalls cold startup
|
||||||
- JDK-8283298: Make CodeCacheSegmentSize a product flag
|
- JDK-8283298: Make CodeCacheSegmentSize a product flag
|
||||||
|
- JDK-8283337: Posix signal handler modification warning triggering incorrectly
|
||||||
- JDK-8283353: compiler/c2/cr6865031/Test.java and compiler/runtime/Test6826736.java fails on x86_32
|
- JDK-8283353: compiler/c2/cr6865031/Test.java and compiler/runtime/Test6826736.java fails on x86_32
|
||||||
- JDK-8283383: [macos] a11y : Screen magnifier shows extra characters (0) at the end JButton accessibility name
|
- JDK-8283383: [macos] a11y : Screen magnifier shows extra characters (0) at the end JButton accessibility name
|
||||||
|
- JDK-8283999: Update JMH devkit to 1.35
|
||||||
|
- JDK-8284533: Improve InterpreterCodelet data footprint
|
||||||
- JDK-8284681: compiler/c2/aarch64/TestFarJump.java fails with "RuntimeException: for CodeHeap < 250MB the far jump is expected to be encoded with a single branch instruction"
|
- JDK-8284681: compiler/c2/aarch64/TestFarJump.java fails with "RuntimeException: for CodeHeap < 250MB the far jump is expected to be encoded with a single branch instruction"
|
||||||
- JDK-8284690: [macos] VoiceOver : Getting java.lang.IllegalArgumentException: Invalid location on Editable JComboBox
|
- JDK-8284690: [macos] VoiceOver : Getting java.lang.IllegalArgumentException: Invalid location on Editable JComboBox
|
||||||
- JDK-8284732: FFI_GO_CLOSURES macro not defined but required for zero build on Mac OS X
|
- JDK-8284732: FFI_GO_CLOSURES macro not defined but required for zero build on Mac OS X
|
||||||
@ -99,24 +141,33 @@ Live versions of these release notes can be found at:
|
|||||||
- JDK-8284771: java/util/zip/CloseInflaterDeflaterTest.java failed with "AssertionError: Expected IOException to be thrown, but nothing was thrown"
|
- JDK-8284771: java/util/zip/CloseInflaterDeflaterTest.java failed with "AssertionError: Expected IOException to be thrown, but nothing was thrown"
|
||||||
- JDK-8284892: java/net/httpclient/http2/TLSConnection.java fails intermittently
|
- JDK-8284892: java/net/httpclient/http2/TLSConnection.java fails intermittently
|
||||||
- JDK-8284980: Test vmTestbase/nsk/stress/except/except010.java times out with -Xcomp -XX:+DeoptimizeALot
|
- JDK-8284980: Test vmTestbase/nsk/stress/except/except010.java times out with -Xcomp -XX:+DeoptimizeALot
|
||||||
|
- JDK-8285093: Introduce UTIL_ARG_WITH
|
||||||
- JDK-8285305: Create an automated test for JDK-4495286
|
- JDK-8285305: Create an automated test for JDK-4495286
|
||||||
- JDK-8285373: Create an automated test for JDK-4702233
|
- JDK-8285373: Create an automated test for JDK-4702233
|
||||||
|
- JDK-8285604: closed sun/java2d/GdiRendering/ClipShapeRendering.java failed with "Incorrect color ffeeeeee instead of ff0000ff in pixel (100, 100)"
|
||||||
- JDK-8285612: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java
|
- JDK-8285612: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java
|
||||||
- JDK-8285687: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PageRangesDlgTest.java
|
- JDK-8285687: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PageRangesDlgTest.java
|
||||||
- JDK-8285698: Create a test to check the focus stealing of JPopupMenu from JComboBox
|
- JDK-8285698: Create a test to check the focus stealing of JPopupMenu from JComboBox
|
||||||
|
- JDK-8285794: AsyncGetCallTrace might acquire a lock via JavaThread::thread_from_jni_environment
|
||||||
- JDK-8285836: sun/net/www/http/KeepAliveCache/KeepAliveProperty.java failed with "RuntimeException: Failed in server"
|
- JDK-8285836: sun/net/www/http/KeepAliveCache/KeepAliveProperty.java failed with "RuntimeException: Failed in server"
|
||||||
|
- JDK-8286172: Create an automated test for JDK-4516019
|
||||||
- JDK-8286263: compiler/c1/TestPinnedIntrinsics.java failed with "RuntimeException: testCurrentTimeMillis failed with -3"
|
- JDK-8286263: compiler/c1/TestPinnedIntrinsics.java failed with "RuntimeException: testCurrentTimeMillis failed with -3"
|
||||||
- JDK-8286313: [macos] Voice over reads the boolean value as null in the JTable
|
- JDK-8286313: [macos] Voice over reads the boolean value as null in the JTable
|
||||||
- JDK-8286452: The array length of testSmallConstArray should be small and const
|
- JDK-8286452: The array length of testSmallConstArray should be small and const
|
||||||
- JDK-8286460: Remove dependence on JAR filename in CDS tests
|
- JDK-8286460: Remove dependence on JAR filename in CDS tests
|
||||||
- JDK-8286551: JDK-8286460 causes tests to fail to compile in Tier2
|
- JDK-8286551: JDK-8286460 causes tests to fail to compile in Tier2
|
||||||
|
- JDK-8286624: Regression Test CoordinateTruncationBug.java fails on OL8.3
|
||||||
- JDK-8286663: Resolve IDE warnings in WTrayIconPeer and SystemTray
|
- JDK-8286663: Resolve IDE warnings in WTrayIconPeer and SystemTray
|
||||||
- JDK-8286772: java/awt/dnd/DropTargetInInternalFrameTest/DropTargetInInternalFrameTest.html times out and fails in Windows
|
- JDK-8286772: java/awt/dnd/DropTargetInInternalFrameTest/DropTargetInInternalFrameTest.html times out and fails in Windows
|
||||||
|
- JDK-8286872: Refactor add/modify notification icon (TrayIcon)
|
||||||
|
- JDK-8287011: Improve container information
|
||||||
- JDK-8287076: Document.normalizeDocument() produces different results
|
- JDK-8287076: Document.normalizeDocument() produces different results
|
||||||
- JDK-8287349: AArch64: Merge LDR instructions to improve C1 OSR performance
|
- JDK-8287349: AArch64: Merge LDR instructions to improve C1 OSR performance
|
||||||
- JDK-8287425: Remove unnecessary register push for MacroAssembler::check_klass_subtype_slow_path
|
- JDK-8287425: Remove unnecessary register push for MacroAssembler::check_klass_subtype_slow_path
|
||||||
- JDK-8287609: macOS: SIGSEGV at [CoreFoundation] CFArrayGetCount / sun.font.CFont.getTableBytesNative
|
- JDK-8287609: macOS: SIGSEGV at [CoreFoundation] CFArrayGetCount / sun.font.CFont.getTableBytesNative
|
||||||
|
- JDK-8287740: NSAccessibilityShowMenuAction not working for text editors
|
||||||
- JDK-8287826: javax/accessibility/4702233/AccessiblePropertiesTest.java fails to compile
|
- JDK-8287826: javax/accessibility/4702233/AccessiblePropertiesTest.java fails to compile
|
||||||
|
- JDK-8288132: Update test artifacts in QuoVadis CA interop tests
|
||||||
- JDK-8288302: Shenandoah: SIGSEGV in vm maybe related to jit compiling xerces
|
- JDK-8288302: Shenandoah: SIGSEGV in vm maybe related to jit compiling xerces
|
||||||
- JDK-8288377: [REDO] DST not applying properly with zone id offset set with TZ env variable
|
- JDK-8288377: [REDO] DST not applying properly with zone id offset set with TZ env variable
|
||||||
- JDK-8288445: AArch64: C2 compilation fails with guarantee(!true || (true && (shift != 0))) failed: impossible encoding
|
- JDK-8288445: AArch64: C2 compilation fails with guarantee(!true || (true && (shift != 0))) failed: impossible encoding
|
||||||
@ -124,10 +175,13 @@ Live versions of these release notes can be found at:
|
|||||||
- JDK-8289044: ARM32: missing LIR_Assembler::cmove metadata type support
|
- JDK-8289044: ARM32: missing LIR_Assembler::cmove metadata type support
|
||||||
- JDK-8289146: containers/docker/TestMemoryWithCgroupV1.java fails on linux ppc64le machine with missing Memory and Swap Limit output
|
- JDK-8289146: containers/docker/TestMemoryWithCgroupV1.java fails on linux ppc64le machine with missing Memory and Swap Limit output
|
||||||
- JDK-8289257: Some custom loader tests failed due to symbol refcount not decremented
|
- JDK-8289257: Some custom loader tests failed due to symbol refcount not decremented
|
||||||
|
- JDK-8289301: P11Cipher should not throw out of bounds exception during padding
|
||||||
|
- JDK-8289524: Add JFR JIT restart event
|
||||||
- JDK-8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with java.lang.NullPointerException
|
- JDK-8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with java.lang.NullPointerException
|
||||||
- JDK-8289562: Change bugs.java.com and bugreport.java.com URL's to https
|
- JDK-8289562: Change bugs.java.com and bugreport.java.com URL's to https
|
||||||
- JDK-8290207: Missing notice in dom.md
|
- JDK-8290207: Missing notice in dom.md
|
||||||
- JDK-8290209: jcup.md missing additional text
|
- JDK-8290209: jcup.md missing additional text
|
||||||
|
- JDK-8290374: Shenandoah: Remove inaccurate comment on SBS::load_reference_barrier()
|
||||||
- JDK-8290451: Incorrect result when switching to C2 OSR compilation from C1
|
- JDK-8290451: Incorrect result when switching to C2 OSR compilation from C1
|
||||||
- JDK-8290529: C2: assert(BoolTest(btest).is_canonical()) failure
|
- JDK-8290529: C2: assert(BoolTest(btest).is_canonical()) failure
|
||||||
- JDK-8290532: Adjust PKCS11Exception and handle more PKCS11 error codes
|
- JDK-8290532: Adjust PKCS11Exception and handle more PKCS11 error codes
|
||||||
@ -135,7 +189,9 @@ Live versions of these release notes can be found at:
|
|||||||
- JDK-8290705: StringConcat::validate_mem_flow asserts with "unexpected user: StoreI"
|
- JDK-8290705: StringConcat::validate_mem_flow asserts with "unexpected user: StoreI"
|
||||||
- JDK-8290711: assert(false) failed: infinite loop in PhaseIterGVN::optimize
|
- JDK-8290711: assert(false) failed: infinite loop in PhaseIterGVN::optimize
|
||||||
- JDK-8290781: Segfault at PhaseIdealLoop::clone_loop_handle_data_uses
|
- JDK-8290781: Segfault at PhaseIdealLoop::clone_loop_handle_data_uses
|
||||||
|
- JDK-8290839: jdk/jfr/event/compiler/TestJitRestart.java failed with "RuntimeException: No JIT restart event found: expected true, was false"
|
||||||
- JDK-8290908: misc tests fail: assert(!thread->owns_locks()) failed: must release all locks when leaving VM
|
- JDK-8290908: misc tests fail: assert(!thread->owns_locks()) failed: must release all locks when leaving VM
|
||||||
|
- JDK-8290920: sspi_bridge.dll not built if BUILD_CRYPTO is false
|
||||||
- JDK-8291456: com/sun/jdi/ClassUnloadEventTest.java failed with: Wrong number of class unload events: expected 10 got 4
|
- JDK-8291456: com/sun/jdi/ClassUnloadEventTest.java failed with: Wrong number of class unload events: expected 10 got 4
|
||||||
- JDK-8291459: JVM crash with GenerateOopMap::error_work(char const*, __va_list_tag*)
|
- JDK-8291459: JVM crash with GenerateOopMap::error_work(char const*, __va_list_tag*)
|
||||||
- JDK-8291599: Assertion in PhaseIdealLoop::skeleton_predicate_has_opaque after JDK-8289127
|
- JDK-8291599: Assertion in PhaseIdealLoop::skeleton_predicate_has_opaque after JDK-8289127
|
||||||
@ -147,6 +203,7 @@ Live versions of these release notes can be found at:
|
|||||||
- JDK-8292541: [Metrics] Reported memory limit may exceed physical machine memory
|
- JDK-8292541: [Metrics] Reported memory limit may exceed physical machine memory
|
||||||
- JDK-8292586: simplify cleanups in NTLMAuthSequence getCredentialsHandle
|
- JDK-8292586: simplify cleanups in NTLMAuthSequence getCredentialsHandle
|
||||||
- JDK-8292682: Code change of JDK-8282730 not updated to reflect CSR update
|
- JDK-8292682: Code change of JDK-8282730 not updated to reflect CSR update
|
||||||
|
- JDK-8292695: SIGQUIT and jcmd attaching mechanism does not work with signal chaining library
|
||||||
- JDK-8292778: EncodingSupport_md.c convertUtf8ToPlatformString wrong placing of free
|
- JDK-8292778: EncodingSupport_md.c convertUtf8ToPlatformString wrong placing of free
|
||||||
- JDK-8292816: GPL Classpath exception missing from assemblyprefix.h
|
- JDK-8292816: GPL Classpath exception missing from assemblyprefix.h
|
||||||
- JDK-8292866: Java_sun_awt_shell_Win32ShellFolder2_getLinkLocation check MultiByteToWideChar return value for failures
|
- JDK-8292866: Java_sun_awt_shell_Win32ShellFolder2_getLinkLocation check MultiByteToWideChar return value for failures
|
||||||
@ -155,23 +212,31 @@ Live versions of these release notes can be found at:
|
|||||||
- JDK-8292888: Bump update version for OpenJDK: jdk-17.0.6
|
- JDK-8292888: Bump update version for OpenJDK: jdk-17.0.6
|
||||||
- JDK-8292899: CustomTzIDCheckDST.java testcase failed on AIX platform
|
- JDK-8292899: CustomTzIDCheckDST.java testcase failed on AIX platform
|
||||||
- JDK-8292903: enhance round_up_power_of_2 assertion output
|
- JDK-8292903: enhance round_up_power_of_2 assertion output
|
||||||
|
- JDK-8293010: JDI ObjectReference/referringObjects/referringObjects001 fails: assert(env->is_enabled(JVMTI_EVENT_OBJECT_FREE)) failed: checking
|
||||||
- JDK-8293044: C1: Missing access check on non-accessible class
|
- JDK-8293044: C1: Missing access check on non-accessible class
|
||||||
- JDK-8293232: Fix race condition in pkcs11 SessionManager
|
- JDK-8293232: Fix race condition in pkcs11 SessionManager
|
||||||
- JDK-8293319: [C2 cleanup] Remove unused other_path arg in Parse::adjust_map_after_if
|
- JDK-8293319: [C2 cleanup] Remove unused other_path arg in Parse::adjust_map_after_if
|
||||||
- JDK-8293472: Incorrect container resource limit detection if manual cgroup fs mounts present
|
- JDK-8293472: Incorrect container resource limit detection if manual cgroup fs mounts present
|
||||||
- JDK-8293489: Accept CAs with BasicConstraints without pathLenConstraint
|
- JDK-8293489: Accept CAs with BasicConstraints without pathLenConstraint
|
||||||
|
- JDK-8293535: jdk/javadoc/doclet/testJavaFX/TestJavaFxMode.java fail with jfx
|
||||||
- JDK-8293540: [Metrics] Incorrectly detected resource limits with additional cgroup fs mounts
|
- JDK-8293540: [Metrics] Incorrectly detected resource limits with additional cgroup fs mounts
|
||||||
|
- JDK-8293550: Optionally add get-task-allow entitlement to macos binaries
|
||||||
- JDK-8293578: Duplicate ldc generated by javac
|
- JDK-8293578: Duplicate ldc generated by javac
|
||||||
- JDK-8293657: sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 failed with "SSLHandshakeException: Remote host terminated the handshake"
|
- JDK-8293657: sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 failed with "SSLHandshakeException: Remote host terminated the handshake"
|
||||||
- JDK-8293659: Improve UnsatisfiedLinkError error message to include dlopen error details
|
- JDK-8293659: Improve UnsatisfiedLinkError error message to include dlopen error details
|
||||||
- JDK-8293672: Update freetype md file
|
- JDK-8293672: Update freetype md file
|
||||||
- JDK-8293701: jdeps InverseDepsAnalyzer runs into NoSuchElementException: No value present
|
- JDK-8293701: jdeps InverseDepsAnalyzer runs into NoSuchElementException: No value present
|
||||||
- JDK-8293808: mscapi destroyKeyContainer enhance KeyStoreException: Access is denied exception
|
- JDK-8293808: mscapi destroyKeyContainer enhance KeyStoreException: Access is denied exception
|
||||||
|
- JDK-8293815: P11PSSSignature.engineUpdate should not print debug messages during normal operation
|
||||||
- JDK-8293816: CI: ciBytecodeStream::get_klass() is not consistent
|
- JDK-8293816: CI: ciBytecodeStream::get_klass() is not consistent
|
||||||
- JDK-8293826: Closed test fails after JDK-8276108 on aarch64
|
- JDK-8293826: Closed test fails after JDK-8276108 on aarch64
|
||||||
- JDK-8293828: JFR: jfr/event/oldobject/TestClassLoaderLeak.java still fails when GC cycles are not happening
|
- JDK-8293828: JFR: jfr/event/oldobject/TestClassLoaderLeak.java still fails when GC cycles are not happening
|
||||||
|
- JDK-8293834: Update CLDR data following tzdata 2022c update
|
||||||
- JDK-8293891: gc/g1/mixedgc/TestOldGenCollectionUsage.java (still) assumes that GCs take 1ms minimum
|
- JDK-8293891: gc/g1/mixedgc/TestOldGenCollectionUsage.java (still) assumes that GCs take 1ms minimum
|
||||||
|
- JDK-8293965: Code signing warnings after JDK-8293550
|
||||||
- JDK-8293998: [PPC64] JfrGetCallTrace: assert(_pc != nullptr) failed: must have PC
|
- JDK-8293998: [PPC64] JfrGetCallTrace: assert(_pc != nullptr) failed: must have PC
|
||||||
|
- JDK-8294307: ISO 4217 Amendment 173 Update
|
||||||
|
- JDK-8294310: compare.sh fails on macos after JDK-8293550
|
||||||
- JDK-8294357: (tz) Update Timezone Data to 2022d
|
- JDK-8294357: (tz) Update Timezone Data to 2022d
|
||||||
- JDK-8294578: [PPC64] C2: Missing is_oop information when using disjoint compressed oops mode
|
- JDK-8294578: [PPC64] C2: Missing is_oop information when using disjoint compressed oops mode
|
||||||
- JDK-8294740: Add cgroups keyword to TestDockerBasic.java
|
- JDK-8294740: Add cgroups keyword to TestDockerBasic.java
|
||||||
@ -179,10 +244,63 @@ Live versions of these release notes can be found at:
|
|||||||
- JDK-8294840: langtools OptionalDependencyTest.java use File.pathSeparator
|
- JDK-8294840: langtools OptionalDependencyTest.java use File.pathSeparator
|
||||||
- JDK-8295173: (tz) Update Timezone Data to 2022e
|
- JDK-8295173: (tz) Update Timezone Data to 2022e
|
||||||
- JDK-8295288: Some vm_flags tests associate with a wrong BugID
|
- JDK-8295288: Some vm_flags tests associate with a wrong BugID
|
||||||
|
- JDK-8295405: Add cause in a couple of IllegalArgumentException and InvalidParameterException shown by sun/security/pkcs11 tests
|
||||||
- JDK-8295412: support latest VS2022 MSC_VER in abstract_vm_version.cpp
|
- JDK-8295412: support latest VS2022 MSC_VER in abstract_vm_version.cpp
|
||||||
|
- JDK-8295419: JFR: Change name of jdk.JitRestart
|
||||||
- JDK-8295429: Update harfbuzz md file
|
- JDK-8295429: Update harfbuzz md file
|
||||||
- JDK-8295469: S390X: Optimized builds are broken
|
- JDK-8295469: S390X: Optimized builds are broken
|
||||||
|
- JDK-8295554: Move the "sizecalc.h" to the correct location
|
||||||
- JDK-8295641: Fix DEFAULT_PROMOTED_VERSION_PRE=ea for -dev
|
- JDK-8295641: Fix DEFAULT_PROMOTED_VERSION_PRE=ea for -dev
|
||||||
|
- JDK-8295714: GHA ::set-output is deprecated and will be removed
|
||||||
|
- JDK-8295872: [PPC64] JfrGetCallTrace: Need pc == nullptr check before frame constructor
|
||||||
|
- JDK-8295952: Problemlist existing compiler/rtm tests also on x86
|
||||||
|
- JDK-8296083: javax/swing/JTree/6263446/bug6263446.java fails intermittently on a VM
|
||||||
|
- JDK-8296108: (tz) Update Timezone Data to 2022f
|
||||||
|
- JDK-8296480: java/security/cert/pkix/policyChanges/TestPolicy.java is failing
|
||||||
|
- JDK-8296485: BuildEEBasicConstraints.java test fails with SunCertPathBuilderException
|
||||||
|
- JDK-8296496: Overzealous check in sizecalc.h prevents large memory allocation
|
||||||
|
- JDK-8296632: Write a test to verify the content change of TextArea sends TextEvent
|
||||||
|
- JDK-8296715: CLDR v42 update for tzdata 2022f
|
||||||
|
- JDK-8296733: JFR: File Read event for RandomAccessFile::write(byte[]) is incorrect
|
||||||
|
- JDK-8296945: PublicMethodsTest is slow due to dependency verification with debug builds
|
||||||
|
- JDK-8296956: [JVMCI] HotSpotResolvedJavaFieldImpl.getIndex returns wrong value
|
||||||
|
- JDK-8296957: One more cast in SAFE_SIZE_NEW_ARRAY2
|
||||||
|
- JDK-8296958: [JVMCI] add API for retrieving ConstantValue attributes
|
||||||
|
- JDK-8296960: [JVMCI] list HotSpotConstantPool.loadReferencedType to ConstantPool
|
||||||
|
- JDK-8296961: [JVMCI] Access to j.l.r.Method/Constructor/Field for ResolvedJavaMethod/ResolvedJavaField
|
||||||
|
- JDK-8296967: [JVMCI] rationalize relationship between getCodeSize and getCode in ResolvedJavaMethod
|
||||||
|
- JDK-8297147: UnexpectedSourceImageSize test times out on slow machines when fastdebug is used
|
||||||
|
- JDK-8297153: sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java fails again
|
||||||
|
- JDK-8297241: Update sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java
|
||||||
|
- JDK-8297309: Memory leak in ShenandoahFullGC
|
||||||
|
- JDK-8297481: Create a regression test for JDK-4424517
|
||||||
|
- JDK-8297530: java.lang.IllegalArgumentException: Negative length on strings concatenation
|
||||||
|
- JDK-8297590: [TESTBUG] HotSpotResolvedJavaFieldTest does not run
|
||||||
|
- JDK-8297656: AArch64: Enable AES/GCM Intrinsics
|
||||||
|
- JDK-8297804: (tz) Update Timezone Data to 2022g
|
||||||
|
|
||||||
|
Notes on individual issues:
|
||||||
|
===========================
|
||||||
|
|
||||||
|
security-libs/java.security:
|
||||||
|
|
||||||
|
JDK-8282730: New Implementation Note for LoginModule on Removing Null from a Principals or Credentials Set
|
||||||
|
==========================================================================================================
|
||||||
|
Back in OpenJDK 9, JDK-8015081 changed the Set implementation used to
|
||||||
|
hold principals and credentials so that it rejected null
|
||||||
|
values. Attempts to call add(null), contains(null) or remove(null)
|
||||||
|
were changed to throw a NullPointerException.
|
||||||
|
|
||||||
|
However, the logout() methods in the LoginModule implementations
|
||||||
|
within the JDK were not updated to check for null values, which may
|
||||||
|
occur in the event of a failed login. As a result, a logout() call may
|
||||||
|
throw a NullPointerException.
|
||||||
|
|
||||||
|
The LoginModule implementations have now been updated with such checks
|
||||||
|
and an implementation note added to the specification to suggest that
|
||||||
|
the same change is made in third party modules. Developers of third
|
||||||
|
party modules are advised to verify that their logout() method does not
|
||||||
|
throw a NullPointerException.
|
||||||
|
|
||||||
New in release OpenJDK 17.0.5 (2022-10-18):
|
New in release OpenJDK 17.0.5 (2022-10-18):
|
||||||
===========================================
|
===========================================
|
||||||
|
@ -30,7 +30,7 @@ import java.util.TimeZone;
|
|||||||
|
|
||||||
public class TestTranslations {
|
public class TestTranslations {
|
||||||
|
|
||||||
private static Map<Locale,String[]> KYIV;
|
private static Map<Locale,String[]> KYIV, CIUDAD_JUAREZ;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
Map<Locale,String[]> map = new HashMap<Locale,String[]>();
|
Map<Locale,String[]> map = new HashMap<Locale,String[]>();
|
||||||
@ -44,6 +44,18 @@ public class TestTranslations {
|
|||||||
"Osteurop\u00e4ische Sommerzeit", "OESZ", "OESZ",
|
"Osteurop\u00e4ische Sommerzeit", "OESZ", "OESZ",
|
||||||
"Osteurop\u00e4ische Zeit", "OEZ", "OEZ"});
|
"Osteurop\u00e4ische Zeit", "OEZ", "OEZ"});
|
||||||
KYIV = Collections.unmodifiableMap(map);
|
KYIV = Collections.unmodifiableMap(map);
|
||||||
|
|
||||||
|
map = new HashMap<Locale,String[]>();
|
||||||
|
map.put(Locale.US, new String[] { "Mountain Standard Time", "MST", "MST",
|
||||||
|
"Mountain Daylight Time", "MDT", "MDT",
|
||||||
|
"Mountain Time", "MT", "MT"});
|
||||||
|
map.put(Locale.FRANCE, new String[] { "heure normale des Rocheuses", "UTC\u221207:00", "MST",
|
||||||
|
"heure d\u2019\u00e9t\u00e9 des Rocheuses", "UTC\u221206:00", "MDT",
|
||||||
|
"heure des Rocheuses", "UTC\u221207:00", "MT"});
|
||||||
|
map.put(Locale.GERMANY, new String[] { "Rocky Mountain-Normalzeit", "GMT-07:00", "MST",
|
||||||
|
"Rocky-Mountain-Sommerzeit", "GMT-06:00", "MDT",
|
||||||
|
"Rocky-Mountain-Zeit", "GMT-07:00", "MT"});
|
||||||
|
CIUDAD_JUAREZ = Collections.unmodifiableMap(map);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -53,7 +65,6 @@ public class TestTranslations {
|
|||||||
System.exit(1);
|
System.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
String localeProvider = args[0];
|
|
||||||
System.out.println("Checking sanity of full zone string set...");
|
System.out.println("Checking sanity of full zone string set...");
|
||||||
boolean invalid = Arrays.stream(Locale.getAvailableLocales())
|
boolean invalid = Arrays.stream(Locale.getAvailableLocales())
|
||||||
.peek(l -> System.out.println("Locale: " + l))
|
.peek(l -> System.out.println("Locale: " + l))
|
||||||
@ -68,9 +79,18 @@ public class TestTranslations {
|
|||||||
System.exit(2);
|
System.exit(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (Locale l : KYIV.keySet()) {
|
String localeProvider = args[0];
|
||||||
String[] expected = KYIV.get(l);
|
testZone(localeProvider, KYIV,
|
||||||
for (String id : new String[] { "Europe/Kiev", "Europe/Kyiv", "Europe/Uzhgorod", "Europe/Zaporozhye" }) {
|
new String[] { "Europe/Kiev", "Europe/Kyiv", "Europe/Uzhgorod", "Europe/Zaporozhye" });
|
||||||
|
testZone(localeProvider, CIUDAD_JUAREZ,
|
||||||
|
new String[] { "America/Cambridge_Bay", "America/Ciudad_Juarez" });
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void testZone(String localeProvider, Map<Locale,String[]> exp, String[] ids) {
|
||||||
|
for (Locale l : exp.keySet()) {
|
||||||
|
String[] expected = exp.get(l);
|
||||||
|
System.out.printf("Expected values for %s are %s\n", l, Arrays.toString(expected));
|
||||||
|
for (String id : ids) {
|
||||||
String expectedShortStd = null;
|
String expectedShortStd = null;
|
||||||
String expectedShortDST = null;
|
String expectedShortDST = null;
|
||||||
String expectedShortGen = null;
|
String expectedShortGen = null;
|
||||||
@ -124,7 +144,7 @@ public class TestTranslations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!expected[6].equals(longGen)) {
|
if (!expected[6].equals(longGen)) {
|
||||||
System.err.printf("Long standard display name for %s in %s was %s, expected %s\n",
|
System.err.printf("Long generic display name for %s in %s was %s, expected %s\n",
|
||||||
id, l, longGen, expected[6]);
|
id, l, longGen, expected[6]);
|
||||||
System.exit(8);
|
System.exit(8);
|
||||||
}
|
}
|
||||||
|
@ -368,7 +368,7 @@
|
|||||||
%global origin_nice OpenJDK
|
%global origin_nice OpenJDK
|
||||||
%global top_level_dir_name %{origin}
|
%global top_level_dir_name %{origin}
|
||||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||||
%global buildver 1
|
%global buildver 9
|
||||||
%global rpmrelease 3
|
%global rpmrelease 3
|
||||||
# Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
# Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
||||||
%if %is_system_jdk
|
%if %is_system_jdk
|
||||||
@ -1118,8 +1118,8 @@ Requires: ca-certificates
|
|||||||
# Require javapackages-filesystem for ownership of /usr/lib/jvm/ and macros
|
# Require javapackages-filesystem for ownership of /usr/lib/jvm/ and macros
|
||||||
Requires: javapackages-filesystem
|
Requires: javapackages-filesystem
|
||||||
# Require zone-info data provided by tzdata-java sub-package
|
# Require zone-info data provided by tzdata-java sub-package
|
||||||
# 2022e required as of JDK-8295173
|
# 2022g required as of JDK-8297804
|
||||||
Requires: tzdata-java >= 2022e
|
Requires: tzdata-java >= 2022g
|
||||||
# for support of kernel stream control
|
# for support of kernel stream control
|
||||||
# libsctp.so.1 is being `dlopen`ed on demand
|
# libsctp.so.1 is being `dlopen`ed on demand
|
||||||
Requires: lksctp-tools%{?_isa}
|
Requires: lksctp-tools%{?_isa}
|
||||||
@ -1384,8 +1384,6 @@ Patch1001: fips-17u-%{fipsver}.patch
|
|||||||
# OpenJDK patches targetted for 17.0.6
|
# OpenJDK patches targetted for 17.0.6
|
||||||
#
|
#
|
||||||
#############################################
|
#############################################
|
||||||
# JDK-8293834: Update CLDR data following tzdata 2022c update
|
|
||||||
Patch2001: jdk8293834-kyiv_cldr_update.patch
|
|
||||||
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -1419,8 +1417,8 @@ BuildRequires: java-17-openjdk-devel
|
|||||||
%ifarch %{zero_arches}
|
%ifarch %{zero_arches}
|
||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
%endif
|
%endif
|
||||||
# 2022e required as of JDK-8295173
|
# 2022g required as of JDK-8297804
|
||||||
BuildRequires: tzdata-java >= 2022e
|
BuildRequires: tzdata-java >= 2022g
|
||||||
# Earlier versions have a bug in tree vectorization on PPC
|
# Earlier versions have a bug in tree vectorization on PPC
|
||||||
BuildRequires: gcc >= 4.8.3-8
|
BuildRequires: gcc >= 4.8.3-8
|
||||||
|
|
||||||
@ -1818,8 +1816,6 @@ pushd %{top_level_dir_name}
|
|||||||
%patch1001 -p1
|
%patch1001 -p1
|
||||||
# nss.cfg PKCS11 support; must come last as it also alters java.security
|
# nss.cfg PKCS11 support; must come last as it also alters java.security
|
||||||
%patch1000 -p1
|
%patch1000 -p1
|
||||||
# tzdata updates targetted for 17.0.6
|
|
||||||
%patch2001 -p1
|
|
||||||
popd # openjdk
|
popd # openjdk
|
||||||
|
|
||||||
%patch600
|
%patch600
|
||||||
@ -2626,6 +2622,14 @@ cjc.mainProgram(args)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 04 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.6.0.9-0.3.ea
|
||||||
|
- Update to jdk-17.0.6+9
|
||||||
|
- Update release notes to 17.0.6+9
|
||||||
|
- Drop local copy of JDK-8293834 now this is upstream
|
||||||
|
- Require tzdata 2022g due to inclusion of JDK-8296108, JDK-8296715 & JDK-8297804
|
||||||
|
- Update TestTranslations.java to test the new America/Ciudad_Juarez zone
|
||||||
|
- Resolves: rhbz#2150198
|
||||||
|
|
||||||
* Sat Dec 03 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.6.0.1-0.3.ea
|
* Sat Dec 03 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.6.0.1-0.3.ea
|
||||||
- Update to jdk-17.0.6+1
|
- Update to jdk-17.0.6+1
|
||||||
- Update release notes to 17.0.6+1
|
- Update release notes to 17.0.6+1
|
||||||
|
@ -1,51 +0,0 @@
|
|||||||
diff --git a/make/data/cldr/common/bcp47/timezone.xml b/make/data/cldr/common/bcp47/timezone.xml
|
|
||||||
index 41ff6d236c8..e703020dcdd 100644
|
|
||||||
--- a/make/data/cldr/common/bcp47/timezone.xml
|
|
||||||
+++ b/make/data/cldr/common/bcp47/timezone.xml
|
|
||||||
@@ -393,7 +393,7 @@ For terms of use, see http://www.unicode.org/copyright.html
|
|
||||||
<type name="tvfun" description="Funafuti, Tuvalu" alias="Pacific/Funafuti"/>
|
|
||||||
<type name="twtpe" description="Taipei, Taiwan" alias="Asia/Taipei ROC"/>
|
|
||||||
<type name="tzdar" description="Dar es Salaam, Tanzania" alias="Africa/Dar_es_Salaam"/>
|
|
||||||
- <type name="uaiev" description="Kiev, Ukraine" alias="Europe/Kiev"/>
|
|
||||||
+ <type name="uaiev" description="Kyiv, Ukraine" alias="Europe/Kiev Europe/Kyiv"/>
|
|
||||||
<type name="uaozh" description="Zaporizhia (Zaporozhye), Ukraine" alias="Europe/Zaporozhye"/>
|
|
||||||
<type name="uasip" description="Simferopol, Ukraine" alias="Europe/Simferopol"/>
|
|
||||||
<type name="uauzh" description="Uzhhorod (Uzhgorod), Ukraine" alias="Europe/Uzhgorod"/>
|
|
||||||
diff --git a/test/jdk/sun/util/resources/cldr/TimeZoneNamesTest.java b/test/jdk/sun/util/resources/cldr/TimeZoneNamesTest.java
|
|
||||||
index eb56c087ad6..e398af3c151 100644
|
|
||||||
--- a/test/jdk/sun/util/resources/cldr/TimeZoneNamesTest.java
|
|
||||||
+++ b/test/jdk/sun/util/resources/cldr/TimeZoneNamesTest.java
|
|
||||||
@@ -23,7 +23,7 @@
|
|
||||||
|
|
||||||
/*
|
|
||||||
* @test
|
|
||||||
- * @bug 8181157 8202537 8234347 8236548 8261279
|
|
||||||
+ * @bug 8181157 8202537 8234347 8236548 8261279 8293834
|
|
||||||
* @modules jdk.localedata
|
|
||||||
* @summary Checks CLDR time zone names are generated correctly at runtime
|
|
||||||
* @run testng/othervm -Djava.locale.providers=CLDR TimeZoneNamesTest
|
|
||||||
@@ -102,6 +102,24 @@ public class TimeZoneNamesTest {
|
|
||||||
"UTC+04:00",
|
|
||||||
"heure : Astrakhan",
|
|
||||||
"UTC+04:00"},
|
|
||||||
+ {"Europe/Kyiv", Locale.US, "Eastern European Standard Time",
|
|
||||||
+ "GMT+02:00",
|
|
||||||
+ "Eastern European Summer Time",
|
|
||||||
+ "GMT+03:00",
|
|
||||||
+ "Eastern European Time",
|
|
||||||
+ "GMT+02:00"},
|
|
||||||
+ {"Europe/Kyiv", Locale.FRANCE, "heure normale d\u2019Europe de l\u2019Est",
|
|
||||||
+ "UTC+02:00",
|
|
||||||
+ "heure d\u2019\u00e9t\u00e9 d\u2019Europe de l\u2019Est",
|
|
||||||
+ "UTC+03:00",
|
|
||||||
+ "heure d\u2019Europe de l\u2019Est",
|
|
||||||
+ "UTC+02:00"},
|
|
||||||
+ {"Europe/Kyiv", Locale.GERMANY, "Osteurop\u00e4ische Normalzeit",
|
|
||||||
+ "OEZ",
|
|
||||||
+ "Osteurop\u00e4ische Sommerzeit",
|
|
||||||
+ "OESZ",
|
|
||||||
+ "Osteurop\u00e4ische Zeit",
|
|
||||||
+ "OEZ"},
|
|
||||||
{"Europe/Saratov", Locale.US, "Saratov Standard Time",
|
|
||||||
"GMT+04:00",
|
|
||||||
"Saratov Daylight Time",
|
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz) = 97d026212363b3c83f6a04100ad7f6fdde833d16579717f8756e2b8c2eb70e144a41a330cb9ccde9c3badd37a2d54fdf4650a950ec21d8b686d545ecb2a64d30
|
SHA512 (tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz) = 97d026212363b3c83f6a04100ad7f6fdde833d16579717f8756e2b8c2eb70e144a41a330cb9ccde9c3badd37a2d54fdf4650a950ec21d8b686d545ecb2a64d30
|
||||||
SHA512 (openjdk-jdk17u-jdk-17.0.6+1.tar.xz) = eceba28c43d2b5b3172df828faca2a8068067d133a14ca003978bae6405c0ac00d34dafa0f1b123049b13df1555b1b38af0ae89969ac927c1a2a441ed0b3febc
|
SHA512 (openjdk-jdk17u-jdk-17.0.6+9.tar.xz) = bad612ec3b5cf9287b4fdfa4ae6618751e9d50e9347c66c87af9d9eba06276ef1c95abb1b72f381bc629d0e7f2a520fdd26cb6d7f782c517a16102c7dd236ca2
|
||||||
|
Loading…
Reference in New Issue
Block a user