Vitaly Provodin
1cc319caf5
update exclude list on results of 17.0.10_b829.27 test runs
2024-03-21 09:48:29 +07:00
Fredrik Bredberg
b4bc53a8ff
8320317: ObjectMonitor NotRunnable is not really an optimization
...
Reviewed-by: eosterlund, dholmes, shade, dcubed
JBR-6819 Backport 8320317
2024-03-18 20:50:01 +07:00
Alexey Bakhtin
29ddb24bef
8320597: RSA signature verification fails on signed data that does not encode params correctly
...
Reviewed-by: mbalao
Backport-of: 11e4a925be
2024-01-26 15:48:50 +07:00
Alexey Bakhtin
6f42646b98
8317547: Enhance TLS connection support
2024-01-26 15:48:50 +07:00
Weijun Wang
fabd569cee
8316976: Improve signature handling
...
Reviewed-by:
2024-01-26 15:48:50 +07:00
Yuri Nesterenko
3418baf098
8314468: Improve Compiler loops
...
Backport-of: 2621f68c06
2024-01-26 15:48:49 +07:00
Roland Westrelin
76f2783db8
8314307: Improve loop handling
...
Reviewed-by: mbalao, fferrari
2024-01-26 15:48:49 +07:00
Coleen Phillimore
5aa008a582
8314295: Enhance verification of verifier
...
Reviewed-by: dholmes, poonam, dlong
2024-01-26 15:48:49 +07:00
Alexey Bakhtin
0c746b5ecd
8308204: Enhanced certificate processing
...
Backport-of: ef0ea85bf1398b73bd308ba2b395c917b449aa3b
2024-01-26 15:48:49 +07:00
Saint Wesonga
7b09fa698f
8302017: Allocate BadPaddingException only if it will be thrown
...
Reviewed-by: bstafford, mbalao
Backport-of: 334b977259
2024-01-26 15:48:48 +07:00
Lance Andersen
2e460a216f
8276123: ZipFile::getEntry will not return a file entry when there is a directory entry of the same name within a Zip File
...
Reviewed-by: redestad, alanb
2024-01-26 15:48:48 +07:00
Christoph Langer
dab0450647
8320601: ProblemList java/lang/invoke/lambda/LambdaFileEncodingSerialization.java on linux-all
...
Backport-of: ab7380e2d9
2024-01-26 15:48:48 +07:00
Martin Balao
3d1207c3b9
8271566: DSA signature length value is not accurate in P11Signature
...
Reviewed-by: adinn
Backport-of: ea8d3c92c6
2024-01-26 15:48:48 +07:00
Andrew Lu
c3620d2efd
8319187: Add three eMudhra emSign roots
...
Reviewed-by: mbaesken
Backport-of: 0bda467f6e
2024-01-26 15:48:47 +07:00
Soumadipta Roy
88752b5233
8315692: Parallelize gc/stress/TestStressRSetCoarsening.java test
...
Backport-of: a564d436c7
2024-01-26 15:48:47 +07:00
Francisco Ferrari Bihurriet
9e2351a97b
8277307: Pre shared key sent under both session_ticket and pre_shared_key extensions
...
Backport-of: 4662e06bff
2024-01-26 15:48:47 +07:00
Sandhya Viswanathan
e892964911
8320209: VectorMaskGen clobbers rflags on x86_64
...
Backport-of: b05e69f789
2024-01-26 15:48:47 +07:00
Goetz Lindenmaier
18f1e3ee83
8293343: sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.java failed with "Agent communication error: java.io.EOFException"
...
8293335: sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1failed with "Agent communication error: java.io.EOFException"
Backport-of: 91c9091d7e
2024-01-26 15:48:46 +07:00
Christoph Langer
86b6f8d64e
8313781: Add regression tests for large page logging and user-facing error messages
...
Backport-of: 99d260c0cc
2024-01-26 15:48:46 +07:00
Christoph Langer
d1fd772560
8313782: Add user-facing warning if THPs are enabled but cannot be used
...
Backport-of: 44b5b81f76
2024-01-26 15:48:46 +07:00
Martin Doerr
d404e0df72
8316746: Top of lock-stack does not match the unlocked object
...
Reviewed-by: rrich
Backport-of: 7d8adfa855
2024-01-26 15:48:45 +07:00
Ludovic Henry
e4a81e89fc
8310656: RISC-V: __builtin___clear_cache can fail silently.
...
Reviewed-by: vkempik, rehn
Backport-of: 5f1d762750
2024-01-26 15:48:44 +07:00
Roman Kennke
d2f3127faf
8279856: Parallel: Use PreservedMarks to record promotion-failed objects
...
Backport-of: 16ec47d5e5
2024-01-26 15:48:44 +07:00
Goetz Lindenmaier
1ec0018102
8262186: Call X509KeyManager.chooseClientAlias once for all key types
...
Reviewed-by: phh
Backport-of: 3d657eb0a6
2024-01-26 15:48:44 +07:00
Goetz Lindenmaier
329e91b8a4
8302109: Trivial fixes to btree tests
...
Backport-of: 97d0c8720d
2024-01-26 15:48:44 +07:00
Goetz Lindenmaier
6159a7f95b
8292067: Convert test/sun/management/jmxremote/bootstrap shell tests to java version
...
Backport-of: 3993a1f9ea
2024-01-26 15:48:43 +07:00
Aleksey Shipilev
675f93ae02
8320053: GHA: Cross-compile gtest code
...
Backport-of: 77a6966114
2024-01-26 15:48:43 +07:00
Aleksey Shipilev
ace2a5d993
8317834: java/lang/Thread/IsAlive.java timed out
...
Backport-of: 5522656af7
2024-01-26 15:48:43 +07:00
Gui Cao
4be9e2b492
8316645: RISC-V: Remove dependency on libatomic by adding cmpxchg 1b
...
Reviewed-by: luhenry, fyang
Backport-of: fb055e7e53
2024-01-26 15:48:43 +07:00
Stewart X Addison
0ba27f0882
8319958: test/jdk/java/io/File/libGetXSpace.c does not compile on Windows 32-bit
...
Backport-of: 6a75c2406b
2024-01-26 15:48:42 +07:00
Goetz Lindenmaier
ed4260215c
8318759: Add four DigiCert root certificates
...
Reviewed-by: mbaesken
Backport-of: 0ea58048f9
2024-01-26 15:48:42 +07:00
Goetz Lindenmaier
3112c02256
8307311: Timeouts on one macOS 12.6.1 host of two Swing JTableHeader tests
...
Backport-of: b3cb82b859
2024-01-26 15:48:42 +07:00
Goetz Lindenmaier
39025906ae
8294402: Add diagnostic logging to VMProps.checkDockerSupport
...
Backport-of: 03d613bbab
2024-01-26 15:48:42 +07:00
Robbin Ehn
cd586797ad
8315195: RISC-V: Update hwprobe query for new extensions
...
Backport-of: 0d4cadb824
2024-01-26 15:48:41 +07:00
Gui Cao
120edaeb25
8319184: RISC-V: improve MD5 intrinsic
...
Backport-of: fa331d7128
2024-01-26 15:48:41 +07:00
Goetz Lindenmaier
1e74b0ba63
8285785: CheckCleanerBound test fails with PasswordCallback object is not released
...
Reviewed-by: mbaesken
Backport-of: b9d1e85151
2024-01-26 15:48:41 +07:00
Goetz Lindenmaier
c87d9e7111
8268433: serviceability/dcmd/framework/VMVersionTest.java fails with Unable to send object throw not established PipeIO Listener Thread connection
...
Backport-of: 280f2d57d1
2024-01-26 15:48:41 +07:00
Andrew John Hughes
d4d360e217
8312126: NullPointerException in CertStore.getCRLs after 8297955
...
Backport-of: 3c743cfea0
2024-01-26 15:48:40 +07:00
Robbin Ehn
74e9438bdf
8309258: RISC-V: Add riscv_hwprobe syscall
...
8315206: RISC-V: hwprobe query is_set return wrong value
8316859: RISC-V: Disable detection of V through HWCAP
Reviewed-by: fyang
Backport-of: 31b6fd775f
2024-01-26 15:48:40 +07:00
Feilong Jiang
d5df97d26f
8319525: RISC-V: Rename *_riscv64.ad files to *_riscv.ad under riscv/gc
...
Reviewed-by: fyang
Backport-of: b2504a0f9c
2024-01-26 15:48:39 +07:00
Goetz Lindenmaier
e39d7e78ec
8317374: Add Let's Encrypt ISRG Root X2
...
Reviewed-by: mdoerr
Backport-of: e6f46a4326
2024-01-26 15:48:39 +07:00
Goetz Lindenmaier
89529a75f1
8316461: Fix: make test outputs TEST SUCCESS after unsuccessful exit
...
Backport-of: e30e356442
2024-01-26 15:48:39 +07:00
Sergey Bylokhov
0bd5fbd6c8
8276819: javax/print/PrintServiceLookup/FlushCustomClassLoader.java fails to free
...
Backport-of: 7c2c58587d
2024-01-26 15:48:39 +07:00
Sergey Bylokhov
958079eee8
8273831: PrintServiceLookup spawns 2 threads in the current classloader, getting orphaned
...
Backport-of: 687567822a
2024-01-26 15:48:38 +07:00
Goetz Lindenmaier
792c924daf
8315415: OutputAnalyzer.shouldMatchByLine() fails in some cases
...
Backport-of: 7b1e2bfe0f
2024-01-26 15:48:38 +07:00
Goetz Lindenmaier
d95e18bc79
8161536: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with ProviderException
...
Backport-of: 939d7c5d84
2024-01-26 15:48:38 +07:00
Goetz Lindenmaier
58a2312a13
8314242: Update applications/scimark/Scimark.java to accept VM flags
...
Backport-of: 6bf4a33593
2024-01-26 15:48:38 +07:00
Goetz Lindenmaier
2f8343683a
8307123: Fix deprecation warnings in DPrinter
...
Backport-of: b76f320e76
2024-01-26 15:48:37 +07:00
Goetz Lindenmaier
b5216b2069
8299241: jdk/jfr/api/consumer/streaming/TestJVMCrash.java generates unnecessary core file
...
Backport-of: 188911c925
2024-01-26 15:48:37 +07:00
Johannes Bechberger
ae95134d53
8317920: JDWP-agent sends broken exception event with onthrow option
...
Reviewed-by: phh
2024-01-26 15:48:37 +07:00
Aleksey Shipilev
cb0cd4c0ad
8318889: C2: add bailout after assert Bad graph detected in build_loop_late
...
Backport-of: 83eb20651f
2024-01-26 15:48:37 +07:00
Goetz Lindenmaier
038ca68e93
8317327: Remove JT_JAVA dead code in jib-profiles.js
...
Backport-of: 69489427e9
2024-01-26 15:48:36 +07:00
Goetz Lindenmaier
39c25bcb50
8301457: Code in SendPortZero.java is uncommented even after JDK-8236852 was fixed
...
Backport-of: 298dda4c98
2024-01-26 15:48:36 +07:00
Goetz Lindenmaier
4a2d5692c4
8309778: java/nio/file/Files/CopyAndMove.java fails when using second test directory
...
Backport-of: cfae6ef2f6
2024-01-26 15:48:36 +07:00
Goetz Lindenmaier
5b01c8b4f2
8298905: Test "java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java" fails because the frames of instruction does not display
...
Backport-of: d1026720d3
2024-01-26 15:48:36 +07:00
Goetz Lindenmaier
370bdf49c4
8269425: 2 jdk/jfr/api/consumer/streaming tests failed to attach
...
Backport-of: fffa73c1ef
2024-01-26 15:48:36 +07:00
Goetz Lindenmaier
38bb8fca61
8271826: mark hotspot runtime/condy tests which ignore external VM flags
...
Backport-of: d3b40cb683
2024-01-26 15:48:35 +07:00
Ludovic Henry
34c03e6e5b
8310265: (process) jspawnhelper should not use argv[0]
...
Reviewed-by: stuefe
Backport-of: 47d00a4cbe
2024-01-26 15:48:35 +07:00
Goetz Lindenmaier
a1311c88da
8318855: Extra file added by mistake during the backport of JDK-8283326
...
Reviewed-by: mdoerr
2024-01-26 15:48:35 +07:00
Frederic Thevenet
5b9f859072
8318669: Target OS detection in 'test-prebuilt' makefile target is incorrect when running on MSYS2
...
Backport-of: 202c0137b8
2024-01-26 15:48:35 +07:00
Gui Cao
f97257558e
8318953: RISC-V: Small refactoring for MacroAssembler::test_bit
...
Reviewed-by: fyang
Backport-of: 988e1dfe6e
2024-01-26 15:48:34 +07:00
Matthias Baesken
498a9160d3
8312467: relax the builddir check in make/autoconf/basic.m4
...
Backport-of: 6e3cc131da
2024-01-26 15:48:34 +07:00
Matthias Baesken
0910f58a5e
8312612: handle WideCharToMultiByte return values
...
Backport-of: d9559f9b24
2024-01-26 15:48:34 +07:00
Terry Chow
e137d58ba1
8308593: Add KEEPALIVE Extended Socket Options Support for Windows
...
Reviewed-by: djelinski, phh
Backport-of: f3ade388da
2024-01-26 15:48:34 +07:00
Goetz Lindenmaier
203aa8d83b
8318705: [macos] ProblemList java/rmi/registry/multipleRegistries/MultipleRegistries.java
...
Backport-of: 37c40a11a7
2024-01-26 15:48:34 +07:00
Goetz Lindenmaier
d0df72ed8b
8314144: gc/g1/ihop/TestIHOPStatic.java fails due to extra concurrent mark with -Xcomp
...
Backport-of: 1925508425
2024-01-26 15:48:33 +07:00
Goetz Lindenmaier
bd2648d78b
6445283: ProgressMonitorInputStream not large file aware (>2GB)
...
Backport-of: a17fce7507
2024-01-26 15:48:33 +07:00
Matthias Baesken
8361bd514a
8315499: build using devkit on Linux ppc64le RHEL puts path to devkit into libsplashscreen
...
Backport-of: ed2b4673de
2024-01-26 15:48:33 +07:00
Matthias Baesken
e00c7cfbc6
8313164: src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp GetRGBPixels adjust releasing of resources
...
Backport-of: b7545a69a2
2024-01-26 15:48:32 +07:00
Matthias Baesken
84d9d2cf2c
8314883: Java_java_util_prefs_FileSystemPreferences_lockFile0 write result errno in missing case
...
Backport-of: 97b94cb1cd
2024-01-26 15:48:32 +07:00
Goetz Lindenmaier
e1818440ab
8317373: Add Telia Root CA v2
...
Reviewed-by: phh
Backport-of: d3ebb4a155
2024-01-26 15:48:32 +07:00
Goetz Lindenmaier
fa7ad1e7a2
8308910: Allow executeAndLog to accept running process
...
Reviewed-by: lucy
Backport-of: 024d9b131d
2024-01-26 15:48:32 +07:00
Goetz Lindenmaier
b54fbba370
8291911: java/io/File/GetXSpace.java fails with "53687091200 != 161051996160"
...
8298619: java/io/File/GetXSpace.java is failing
8305646: compile error on Alpine with gcc12 after 8298619 in libGetXSpace.c
8309216: Cast from jchar* to char* in test java/io/GetXSpace.java
Reviewed-by: lucy
Backport-of: 749335d34a
2024-01-26 15:48:31 +07:00
Goetz Lindenmaier
e0d50faa2e
8228990: JFR: TestNetworkUtilizationEvent.java expects 2+ Network interfaces on Linux but finding 1
...
Backport-of: e21b527b18
2024-01-26 15:48:31 +07:00
Goetz Lindenmaier
1ce56ecd97
8273456: Do not hold ttyLock around stack walking
...
8273629: compiler/uncommontrap/TestDeoptOOM.java fails with release VMs
Reviewed-by: lucy, phh
Backport-of: 461a467f91
2024-01-26 15:48:31 +07:00
Matthias Baesken
30299a1fd2
8313252: Java_sun_awt_windows_ThemeReader_paintBackground release resources in early returns
...
Backport-of: 3671d83c87
2024-01-26 15:48:31 +07:00
Matthias Baesken
efee69c8ce
8315644: increase timeout of sun/security/tools/jarsigner/Warning.java
...
Backport-of: 8bbebbba8f
2024-01-26 15:48:31 +07:00
Aleksey Shipilev
daa22f96f3
8316778: test hprof lib: invalid array element type from JavaValueArray.elementSize
...
Backport-of: f7deaf4bef
2024-01-26 15:48:30 +07:00
Aleksey Shipilev
2da93d2b62
8312592: New parentheses warnings after HarfBuzz 7.2.0 update
...
Reviewed-by: phh
Backport-of: ea067fc3d2
2024-01-26 15:48:30 +07:00
Goetz Lindenmaier
a00e8f6e57
8299207: [Testbug] Add back test/jdk/java/awt/Graphics2D/DrawPrimitivesTest.java
...
Backport-of: 5e001d6ff3
2024-01-26 15:48:30 +07:00
Goetz Lindenmaier
073306e814
8202931: [macos] java/awt/Choice/ChoicePopupLocation/ChoicePopupLocation.java fails
...
Backport-of: f80faced6e
2024-01-26 15:48:30 +07:00
Goetz Lindenmaier
9ec853d5bd
8239801: [macos] java/awt/Focus/UnaccessibleChoice/AccessibleChoiceTest.java fails
...
Backport-of: b6dddf4ce6
2024-01-26 15:48:29 +07:00
Goetz Lindenmaier
e0277fd9cd
8293563: [macos-aarch64] SA core file tests failing with sun.jvm.hotspot.oops.UnknownOopException
...
Reviewed-by: lucy
Backport-of: 76f1865124
2024-01-26 15:48:29 +07:00
Goetz Lindenmaier
7effbbb1a7
8176567: nsk/jdi/ReferenceType/instances/instances002: TestFailure: Unexpected size of referenceType.instances(nsk.share.jdi.TestInterfaceImplementer1): 11, expected: 10
...
Backport-of: 46fd683820
2024-01-26 15:48:29 +07:00
Goetz Lindenmaier
70f712a0fb
8275329: ZGC: vmTestbase/gc/gctests/SoftReference/soft004/soft004.java fails with assert(_phases->length() <= 1000) failed: Too many recored phases?
...
Backport-of: 6b833db3f9
2024-01-26 15:48:28 +07:00
Matthias Baesken
5539e64d08
8311511: Improve description of NativeLibrary JFR event
...
Backport-of: 848abd2831
2024-01-26 15:48:28 +07:00
Goetz Lindenmaier
49f0406eca
8268916: Tests for AffirmTrust roots
...
Backport-of: 8c1bb2b280
2024-01-26 15:48:27 +07:00
Goetz Lindenmaier
5d23fe4cab
8317967: Enhance test/jdk/javax/net/ssl/TLSCommon/SSLEngineTestCase.java to handle default cases
...
Backport-of: 9728e21db1
2024-01-26 15:48:27 +07:00
Goetz Lindenmaier
ba25029ae5
8291154: Create a non static nested class without enclosing class throws VerifyError
...
Backport-of: f96aee7401
2024-01-26 15:48:27 +07:00
Goetz Lindenmaier
451c71f3ac
8275333: Print count in "Too many recored phases?" assert
...
Backport-of: 45ebf85ca9
2024-01-26 15:48:26 +07:00
Matthias Baesken
a09ac1f385
8312395: Improve assertions in growableArray
...
Reviewed-by: clanger
Backport-of: b772e67e29
2024-01-26 15:48:26 +07:00
Deepa Kumari
777ae4672b
8312078: [PPC] JcmdScale.java Failing on AIX
...
Backport-of: c1a3f143bf
2024-01-26 15:48:26 +07:00
amosshi
7db91ce5e9
8297296: java/awt/Mouse/EnterExitEvents/DragWindowTest.java fails with "No MouseReleased event on label!"
...
Reviewed-by: goetz
Backport-of: 0ed6d0b456
2024-01-26 15:48:26 +07:00
Ralf Schmelter
59f06d8d8c
8297142: jdk/jfr/event/runtime/TestShutdown.java fails on Linux ppc64le and Linux aarch64
...
Backport-of: bde0e35ded
2024-01-26 15:48:26 +07:00
Goetz Lindenmaier
71776042e2
8306280: Open source several choice AWT tests
...
Backport-of: d03128d0e5
2024-01-26 15:48:25 +07:00
Goetz Lindenmaier
46d0d46eb5
8262901: [macos_aarch64] NativeCallTest expected:<-3.8194101E18> but was:<3.02668882E10>
...
8296821: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java fails after JDK-8262901
Reviewed-by: lucy
Backport-of: 6b456f7a9b
2024-01-26 15:48:25 +07:00
Matthias Baesken
b5c029876e
8315214: Do not run sun/tools/jhsdb tests concurrently
...
Reviewed-by: mdoerr
Backport-of: 1e7e2bcf35
2024-01-26 15:48:25 +07:00
Olga Mikhaltsova
5edfbb066b
8310268: RISC-V: misaligned memory access in String.Compare intrinsic
...
Reviewed-by: vkempik
Backport-of: d6245b6832
2024-01-26 15:48:25 +07:00
Aleksey Shipilev
47fdda0419
8315062: [GHA] get-bootjdk action should return the abolute path
...
Reviewed-by: xliu
Backport-of: 99ea8bf2b9
2024-01-26 15:48:24 +07:00
Sonia Zaldana Calles
71b67553d9
8302525: Write a test to check various components send Events while mouse and key are used simultaneously
...
Backport-of: c7517b3dec
2024-01-26 15:48:24 +07:00
amosshi
a77daf62bf
8300259: Add test coverage for processing of pending block files in signed JARs
...
Backport-of: c129ce4660
2024-01-26 15:48:24 +07:00
amosshi
dc89928932
8301570: Test runtime/jni/nativeStack/ needs to detach the native thread
...
Backport-of: d269ebbad2
2024-01-26 15:48:24 +07:00
amosshi
8325184322
8300272: Improve readability of the test JarWithOneNonDisabledDigestAlg
...
Backport-of: cf46004f27
2024-01-26 15:48:23 +07:00
amosshi
9248f0103b
8296275: Write a test to verify setAccelerator method of JMenuItem
...
Backport-of: b005013a00
2024-01-26 15:48:23 +07:00
Matthias Baesken
d04c31ad52
8313691: use close after failing os::fdopen in vmError and ciEnv
...
Backport-of: 96304f37f8
2024-01-26 15:48:23 +07:00
Matthias Baesken
2a20c23f38
8310321: make JDKOPT_CHECK_CODESIGN_PARAMS more verbose
...
Backport-of: 9eed049098
2024-01-26 15:48:23 +07:00
Thomas Stuefe
e88304b9d2
8317772: NMT: Make peak values available in release builds
...
Backport-of: 32ccf018eb
2024-01-26 15:48:23 +07:00
Goetz Lindenmaier
4be896d3cd
8041447: Test javax/swing/dnd/7171812/bug7171812.java fails with java.lang.RuntimeException: Test failed, scroll on drag doesn't work
...
Backport-of: 2c52cf0746
2024-01-26 15:48:22 +07:00
Goetz Lindenmaier
893186a736
8297640: Increase buffer size for buf (insert_features_names) in Abstract_VM_Version::insert_features_names
...
Backport-of: 2f83b5c487
2024-01-26 15:48:22 +07:00
Goetz Lindenmaier
3992ea6f17
8270199: Most SA tests are skipped on macosx-aarch64 because all executables are signed
...
Reviewed-by: lucy
Backport-of: 16e0ad0ad0
2024-01-26 15:48:22 +07:00
Christoph Langer
2f88875ba4
8317705: ProblemList sun/tools/jstat/jstatLineCountsX.sh on linux-ppc64le and aix due to JDK-8248691
...
Backport-of: 7d0a937446
2024-01-26 15:48:22 +07:00
Christoph Langer
1fb15810e0
8317706: Exclude java/awt/Graphics2D/DrawString/RotTransText.java on linux
...
Backport-of: 064a21d6d7
2024-01-26 15:48:21 +07:00
Ilya Gavrilin
a0ed5af18c
8313779: RISC-V: use andn / orn in the MD5 instrinsic
...
Backport-of: 4726960fcd
2024-01-26 15:48:21 +07:00
Goetz Lindenmaier
5b37120c92
8316906: Clarify TLABWasteTargetPercent flag
...
Backport-of: 77fac0f4c6
2024-01-26 15:48:21 +07:00
Goetz Lindenmaier
49371bd691
8301247: JPackage app-image exe launches multiple exe's in JDK 17+
...
Reviewed-by: lucy
Backport-of: dcea9bf087
2024-01-26 15:48:21 +07:00
Goetz Lindenmaier
6d84a4c72f
8309974: some JVMCI tests fail when VM options include -XX:+EnableJVMCI
...
Backport-of: 8b4af46be4
2024-01-26 15:48:21 +07:00
Goetz Lindenmaier
36e7144722
8232839: JDI AfterThreadDeathTest.java failed due to "FAILED: Did not get expected IllegalThreadStateException on a StepRequest.enable()"
...
Backport-of: 84184f9473
2024-01-26 15:48:20 +07:00
Goetz Lindenmaier
77edc4072d
8308116: jdk.test.lib.compiler.InMemoryJavaCompiler.compile does not close files
...
Reviewed-by: lucy
Backport-of: e9320f31dc
2024-01-26 15:48:20 +07:00
Goetz Lindenmaier
cd4424a4d7
8284047: Harmonize/Standardize the SSLSocket/SSLEngine/SSLSocketSSLEngine test templates
...
Reviewed-by: lucy
Backport-of: 824a5e4c60
2024-01-26 15:48:20 +07:00
Goetz Lindenmaier
ecc5839d38
8300727: java/awt/List/ListGarbageCollectionTest/AwtListGarbageCollectionTest.java failed with "List wasn't garbage collected"
...
Backport-of: f835aaafc7
2024-01-26 15:48:19 +07:00
Goetz Lindenmaier
74fb0c717f
8294881: test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose003/TestDescription.java fails
...
Backport-of: 216c6f6340
2024-01-26 15:48:19 +07:00
Goetz Lindenmaier
e834596792
8287596: Reorg jdk.test.lib.util.ForceGC
...
Reviewed-by: lucy
Backport-of: 82a8bd7e92
2024-01-26 15:48:19 +07:00
Goetz Lindenmaier
b25e91bb09
8273921: Refactor NSK/JDI tests to create thread using factory
...
Backport-of: a72c8aa6ad
2024-01-26 15:48:19 +07:00
Olga Mikhaltsova
73440601d4
8309502: RISC-V: String.indexOf intrinsic may produce misaligned memory loads
...
Reviewed-by: vkempik
Backport-of: 6b94289386
2024-01-26 15:48:18 +07:00
Goetz Lindenmaier
553522cab8
8287671: Adjust ForceGC to invoke System::gc fewer times for negative case
...
8287867: Bad merge of jdk/test/lib/util/ForceGC.java causing test compilation error
Backport-of: 2e332c2760
2024-01-26 15:48:18 +07:00
Goetz Lindenmaier
99698352c9
8266593: vmTestbase/nsk/jvmti/PopFrame/popframe011 fails with "assert(java_thread == _state->get_thread()) failed: Must be"
...
Backport-of: 32839ba012
2024-01-26 15:48:18 +07:00
Jenny Shivayogi
c55c83d234
8272998: ImageIO.read() throws incorrect exception type
...
Backport-of: 6ad6b1c454
2024-01-26 15:48:18 +07:00
Mat Carter
0c1aa0be0d
8303607: SunMSCAPI provider leaks memory and keys
...
Backport-of: c51d40cfeb
2024-01-26 15:48:17 +07:00
Soumadipta Roy
f017f33e56
8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java
...
Reviewed-by: phh
Backport-of: 4415261688
2024-01-26 15:48:17 +07:00
Goetz Lindenmaier
65b877e4a6
8311585: Add JRadioButtonMenuItem to bug8031573.java
...
Backport-of: 4f90abaf17
2024-01-26 15:48:17 +07:00
Goetz Lindenmaier
17d5130a62
8308223: failure handler missed jcmd.vm.info command
...
Backport-of: 563152f32d
2024-01-26 15:48:17 +07:00
Goetz Lindenmaier
0f011e62f7
8290909: MemoryPoolMBean/isUsageThresholdExceeded tests failed with "isUsageThresholdExceeded() returned false, and is still false, while threshold = MMMMMMM and used peak = NNNNNNN"
...
Backport-of: 3601e30df7
2024-01-26 15:48:16 +07:00
Goetz Lindenmaier
fc79165013
8298868: Update EngineCloseOnAlert.java for changes to TLS implementation
...
Backport-of: 7fd440d97c
2024-01-26 15:48:16 +07:00
Olga Mikhaltsova
bb90103ee5
8291550: RISC-V: jdk uses misaligned memory access when AvoidUnalignedAccess enabled
...
Reviewed-by: vkempik
Backport-of: 3709344166
2024-01-26 15:48:16 +07:00
Goetz Lindenmaier
f37511fd3a
8308047: java/util/concurrent/ScheduledThreadPoolExecutor/BasicCancelTest.java timed out and also had jcmd pipe errors
...
Backport-of: 8c9d091f19
2024-01-26 15:48:16 +07:00
Goetz Lindenmaier
c8d07b02f4
8315606: Open source few swing text/html tests
...
Backport-of: 4127fbb9ed
2024-01-26 15:48:15 +07:00
Goetz Lindenmaier
ff8fca6825
8309104: [JVMCI] compiler/unsafe/UnsafeGetStableArrayElement test asserts wrong values with Graal
...
Backport-of: 11fb5b2209
2024-01-26 15:48:15 +07:00
Goetz Lindenmaier
2dfbf3ed80
8281149: (fs) java/nio/file/FileStore/Basic.java fails with java.lang.RuntimeException: values differ by more than 1GB
...
Backport-of: a5343fa605
2024-01-26 15:48:15 +07:00
Goetz Lindenmaier
53e12306ab
8258951: java/net/httpclient/HandshakeFailureTest.java failed with "RuntimeException: Not found expected SSLHandshakeException in java.io.IOException"
...
Backport-of: db9834ff82
2024-01-26 15:48:15 +07:00
Goetz Lindenmaier
aedeb862ba
8315377: C2: assert(u->find_out_with(Op_AddP) == nullptr) failed: more than 2 chained AddP nodes?
...
Backport-of: ba1a46392f
2024-01-26 15:48:14 +07:00
Goetz Lindenmaier
aff5831b0a
8312440: assert(cast != nullptr) failed: must have added a cast to pin the node
...
Backport-of: 01e135c910
2024-01-26 15:48:14 +07:00
Goetz Lindenmaier
56ee7dc636
8308103: Massive (up to ~30x) increase in C2 compilation time since JDK 17
...
Backport-of: c6ab9c2905
2024-01-26 15:48:14 +07:00
Goetz Lindenmaier
4a7573007c
8301489: C1: ShortLoopOptimizer might lift instructions before their inputs
...
Backport-of: 73d7aa1d2c
2024-01-26 15:48:13 +07:00
Goetz Lindenmaier
509b533372
8299075: TestStringDeduplicationInterned.java fails because extra deduplication
...
Backport-of: 682359cb48
2024-01-26 15:48:13 +07:00
Goetz Lindenmaier
99bc7ac02b
8307403: java/util/zip/DeInflate.java timed out
...
Backport-of: d22bcc813e
2024-01-26 15:48:13 +07:00
Goetz Lindenmaier
4d7b5bd1ea
8301455: comments in TestTypeAnnotations still refer to resolved JDK-8068737
...
Backport-of: 35e75c131d
2024-01-26 15:48:13 +07:00
Goetz Lindenmaier
3f60e3c81b
8305505: NPE in javazic compiler
...
Backport-of: 544bd260b6
2024-01-26 15:48:12 +07:00
Goetz Lindenmaier
13d20475f6
8298298: NMT: count deltas are printed with 32-bit signed size
...
Reviewed-by: lucy, stuefe
Backport-of: f729f5b6d0
2024-01-26 15:48:12 +07:00
Goetz Lindenmaier
380c0d11ed
8301377: adjust timeout for JLI GetObjectSizeIntrinsicsTest.java subtest again
...
8302607: increase timeout for ContinuousCallSiteTargetChange.java
8305502: adjust timeouts in three more M&M tests
Backport-of: 4b23bef51d
2024-01-26 15:48:12 +07:00
Goetz Lindenmaier
1581d33925
8298872: Update CheckStatus.java for changes to TLS implementation
...
Backport-of: e7247b10cc
2024-01-26 15:48:12 +07:00
Goetz Lindenmaier
085b2c5cd3
8298874: Update TestAllSuites.java for TLS v1.2 and 1.3
...
Backport-of: 3361a26df4
2024-01-26 15:48:12 +07:00
Christoph Langer
393aaf52bc
8316710: Exclude java/awt/font/Rotate/RotatedTextTest.java
...
Backport-of: f4550497ea
2024-01-26 15:48:11 +07:00
Soumadipta Roy
1c65082e9d
8315937: Enable parallelism in vmTestbase/nsk/stress/numeric tests
...
Backport-of: eb1f67b160
2024-01-26 15:48:11 +07:00
Goetz Lindenmaier
6ebb1be365
8297958: NMT: Display peak values
...
Backport-of: 336d230a39
2024-01-26 15:48:11 +07:00
Goetz Lindenmaier
77eadde932
8292072: NMT: repurpose Tracking overhead counter as global malloc counter
...
Reviewed-by: lucy
Backport-of: 1c1c4410b2
2024-01-26 15:48:11 +07:00
Goetz Lindenmaier
1d02cf7d98
8281015: Further simplify NMT backend
...
Reviewed-by: lucy
Backport-of: b96b743727
2024-01-26 15:48:10 +07:00
Soumadipta Roy
993a1f166e
8315766: Parallelize gc/stress/TestStressIHOPMultiThread.java test
...
Backport-of: edd454b502
2024-01-26 15:48:10 +07:00
Aleksey Shipilev
3a85b9d82e
8316514: Better diagnostic header for VtableStub
...
Backport-of: 6c61bc1950
2024-01-26 15:48:10 +07:00
Fei Yang
9844a95437
8316743: RISC-V: Change UseVectorizedMismatchIntrinsic option result to warning
...
Backport-of: 750da00129
2024-01-26 15:48:10 +07:00
Goetz Lindenmaier
319ccbee78
8295424: adjust timeout for another JLI GetObjectSizeIntrinsicsTest.java subtest
...
8297367: disable TestRedirectLinks.java in slowdebug mode
Backport-of: 6e5470525d
2024-01-26 15:48:10 +07:00
Goetz Lindenmaier
ab21a4fa8d
8299748: java/util/zip/Deinflate.java failing on s390x
...
Backport-of: fee02f0668
2024-01-26 15:48:09 +07:00
Goetz Lindenmaier
c534b0a0d3
8298869: Update ConnectionTest.java for changes to TLS implementation
...
Backport-of: d6007a356f
2024-01-26 15:48:09 +07:00
Goetz Lindenmaier
c5f9a3558b
8298873: Update IllegalRecordVersion.java for changes to TLS implementation
...
8301189: validate-source fails after JDK-8298873
Backport-of: fc26d3e577
2024-01-26 15:48:09 +07:00
Goetz Lindenmaier
00d59a49ed
8198668: MemoryPoolMBean/isUsageThresholdExceeded/isexceeded001/TestDescription.java still failing
...
Backport-of: d1249aa5cb
2024-01-26 15:48:09 +07:00
Goetz Lindenmaier
73ac7c2ceb
8271887: mark hotspot runtime/CDSCompressedKPtrs tests which ignore external VM flags
...
Backport-of: a3b0143970
2024-01-26 15:48:08 +07:00
Goetz Lindenmaier
d953884e36
8271828: mark hotspot runtime/classFileParserBug tests which ignore external VM flags
...
Backport-of: e49b7d958c
2024-01-26 15:48:08 +07:00
Goetz Lindenmaier
6a537cd92e
8271829: mark hotspot runtime/Throwable tests which ignore external VM flags
...
Backport-of: 659498a07f
2024-01-26 15:48:08 +07:00
Goetz Lindenmaier
7cf9bddfc5
8296437: NMT incurs costs if disabled
...
Backport-of: 9f8b6d2aa6
2024-01-26 15:48:07 +07:00
Andrew John Hughes
0a97f56035
8308592: Framework for CA interoperability testing
...
Backport-of: da57d2a1eb
2024-01-26 15:48:07 +07:00
Goetz Lindenmaier
578f2db52d
8298867: Basics.java fails with SSL handshake exception
...
Backport-of: 06f9374e0c
2024-01-26 15:48:07 +07:00
Goetz Lindenmaier
7981b5b8df
8293156: Dcmd VM.classloaders fails to print the full hierarchy
...
Backport-of: c6be2cd347
2024-01-26 15:48:07 +07:00
Goetz Lindenmaier
6cb767b387
8283670: gtest os.release_multi_mappings_vm is still racy
...
Backport-of: 2e9fd56524
2024-01-26 15:48:06 +07:00
Matthias Baesken
58ebc96939
8314121: test tools/jpackage/share/RuntimePackageTest.java#id0 fails on RHEL8
...
Backport-of: 8107eab3c0
2024-01-26 15:48:06 +07:00
Johannes Bechberger
4fa6cffd5b
8307732: build-test-lib is broken
...
8274345: make build-test-lib is broken
8303922: build-test-lib target is broken
Reviewed-by: shade
Backport-of: 0da48f19cb
2024-01-26 15:48:06 +07:00
Ralf Schmelter
bb3ca9aaaa
8289745: JfrStructCopyFailed uses heap words instead of bytes for object sizes
...
Backport-of: 7f0e9bd632
2024-01-26 15:48:06 +07:00
Aleksey Shipilev
43ee177b0b
8276054: JMH benchmarks for Fences
...
Backport-of: 5a768f75c9
2024-01-26 15:48:05 +07:00
Aleksey Shipilev
fe05ee2ce4
8300997: Add curl support to createJMHBundle.sh
...
Backport-of: 61775c85b0
2024-01-26 15:48:05 +07:00
Ilya Gavrilin
7b703956fa
8313322: RISC-V: implement MD5 intrinsic
...
Reviewed-by: fyang
Backport-of: b093880acd
2024-01-26 15:48:05 +07:00
Andrew Lu
af5cbb3547
8313792: Verify 4th party information in src/jdk.internal.le/share/legal/jline.md
...
Backport-of: 87a6acbeee
2024-01-26 15:48:05 +07:00
Goetz Lindenmaier
360bec2403
8316206: Test StretchedFontTest.java fails for Baekmuk font
...
Ignore broken fonts, i.e. the fonts for which
GlyphVector(TEXT).getVisualBounds().isEmpty() returns true
Backport-of: 00f585bd22
2024-01-26 15:48:05 +07:00
Goetz Lindenmaier
1c65ffd40e
8304174: Remove delays from httpserver tests
...
Backport-of: 450567031e
2024-01-26 15:48:04 +07:00
Goetz Lindenmaier
73e29bc661
8298735: Some tools/jpackage/windows/* tests fails with jtreg test timeout
...
Backport-of: 3c99e786ab
2024-01-26 15:48:04 +07:00
Goetz Lindenmaier
627767728c
8249826: 5 javax/net/ssl/SSLEngine tests use @ignore w/o bug-id
...
Backport-of: bf9a8ce0bb
2024-01-26 15:48:04 +07:00
Goetz Lindenmaier
0fe5f39748
8297798: Timeout with DTLSOverDatagram test template
...
Backport-of: 4b313b51b1
2024-01-26 15:48:04 +07:00
Goetz Lindenmaier
381ca294b7
8292261: adjust timeouts in JLI GetObjectSizeIntrinsicsTest.java
...
Backport-of: 8a0c3e53d5
2024-01-26 15:48:03 +07:00
Goetz Lindenmaier
aac1f8d74e
8288961: jpackage: test MSI installation fix
...
Backport-of: c67149be4b
2024-01-26 15:48:03 +07:00
Goetz Lindenmaier
90ddb3ced1
8286475: Drop --enable-preview from instanceof pattern matching related tests
...
Backport-of: 8c977050aa
2024-01-26 15:48:03 +07:00
Goetz Lindenmaier
d3e6d72094
8286473: Drop --enable-preview from Record related tests
...
Backport-of: 73c5e993e1
2024-01-26 15:48:03 +07:00
Goetz Lindenmaier
5c4d98272b
8282011: test/jdk/tools/jpackage/windows/WinL10nTest.java test fails if light.exe is not in %PATH%
...
Backport-of: 0b00ce17cd
2024-01-26 15:48:03 +07:00
Goetz Lindenmaier
4a2cf2b1a4
8281874: Can't unpack msi installers from test/jdk/tools/jpackage/windows/test/jdk/tools/jpackage/windows/WinShortcutPromptTest.java test
...
Backport-of: 81645521c8
2024-01-26 15:48:02 +07:00
Goetz Lindenmaier
378f86698a
8275440: Remove VirtualSpaceList::is_full()
...
Backport-of: c9e65f8ef9
2024-01-26 15:48:02 +07:00
Goetz Lindenmaier
126abb4d66
8274211: Test man page that options are documented
...
Backport-of: 734d1fbd33
2024-01-26 15:48:02 +07:00
Goetz Lindenmaier
0a9d1fd2ff
8272291: mark hotspot runtime/logging tests which ignore external VM flags
...
Backport-of: 05d64da7f3
2024-01-26 15:48:01 +07:00
Goetz Lindenmaier
4f6c50e384
8272552: mark hotspot runtime/cds tests which ignore external VM flags
...
Backport-of: 989f39f810
2024-01-26 15:48:01 +07:00
Matthias Baesken
00fbf3ee3c
8311631: When multiple users run tools/jpackage/share/LicenseTest.java, Permission denied for writing /var/tmp/*.files
...
Backport-of: acf28f4cd9
2024-01-26 15:48:01 +07:00
Soumadipta Roy
109176e3c7
8315770: serviceability/sa/TestJmapCoreMetaspace.java should run with -XX:-VerifyDependencies
...
Backport-of: 877731d2a2
2024-01-26 15:48:01 +07:00
Goetz Lindenmaier
372977875c
8271892: mark hotspot runtime/PrintStringTableStats/PrintStringTableStatsTest.java test as ignoring external VM flags
...
Backport-of: 9654fd73cd
2024-01-26 15:48:01 +07:00
Goetz Lindenmaier
3402c2766e
8292381: java/net/httpclient/SpecialHeadersTest.java fails with "ERROR: Shutting down connection: HTTP/2 client stopped"
...
Backport-of: 256b52387b
2024-01-26 15:48:00 +07:00
Goetz Lindenmaier
2e20447cac
8289584: (fs) Print size values in java/nio/file/FileStore/Basic.java when they differ by > 1GiB
...
Backport-of: e291a67e96
2024-01-26 15:48:00 +07:00
Goetz Lindenmaier
f307122d72
8286969: Add a new test library API to execute kinit in SecurityTools.java
...
Backport-of: dbda0e2bda
2024-01-26 15:48:00 +07:00
Goetz Lindenmaier
95cf7371b1
8285867: Convert applet manual tests SelectionVisible.java to Frame and automate
...
Backport-of: 44a60ce172
2024-01-26 15:48:00 +07:00
Goetz Lindenmaier
38162d202d
8286474: Drop --enable-preview from Sealed Classes related tests
...
Backport-of: d547a707bf
2024-01-26 15:47:59 +07:00
Goetz Lindenmaier
674f7e67cb
8202790: DnD test DisposeFrameOnDragTest.java does not clean up
...
Backport-of: 102a305f73
2024-01-26 15:47:59 +07:00
Goetz Lindenmaier
39c36ad7f1
8271073: Improve testing with VM option VerifyArchivedFields
...
Reviewed-by: lucy
Backport-of: b98290444a
2024-01-26 15:47:59 +07:00
Goetz Lindenmaier
7d6b2ec077
8272551: mark hotspot runtime/modules tests which ignore external VM flags
...
Backport-of: fe72197102
2024-01-26 15:47:59 +07:00
Goetz Lindenmaier
bbb23cb2ba
8272099: mark hotspot runtime/Monitor tests which ignore external VM flags
...
Backport-of: c495ede2c2
2024-01-26 15:47:58 +07:00
Goetz Lindenmaier
b08902b4d4
8271904: mark hotspot runtime/ClassFile tests which ignore external VM flags
...
Backport-of: e882087f7a
2024-01-26 15:47:58 +07:00
Goetz Lindenmaier
95490ea01f
8271905: mark hotspot runtime/Metaspace tests which ignore external VM flags
...
Backport-of: 3ab95d1917
2024-01-26 15:47:58 +07:00
Goetz Lindenmaier
3fb71ff4f1
8271893: mark hotspot runtime/PerfMemDestroy/PerfMemDestroy.java test as ignoring external VM flags
...
Backport-of: 359c7084a1
2024-01-26 15:47:58 +07:00
Masanori Yano
afb995d2f6
8293579: tools/jpackage/share/jdk/jpackage/tests/UnicodeArgsTest.java fails on Japanese Windows platform
...
Backport-of: 121d4a5119
2024-01-26 15:47:58 +07:00
Elif Aslan
f1b402972a
8276036: The value of full_count in the message of insufficient codecache is wrong
...
Backport-of: 61cb4bc6b0
2024-01-26 15:47:57 +07:00
Aleksey Shipilev
1627587f2d
8316178: Better diagnostic header for CodeBlobs
...
Backport-of: d575968b4b
2024-01-26 15:47:57 +07:00
Aleksey Shipilev
dc9344195a
8314045: ArithmeticException in GaloisCounterMode
...
Backport-of: f41c267f85
2024-01-26 15:47:57 +07:00
Goetz Lindenmaier
80fcf91558
8314263: Signed jars triggering Logger finder recursion and StackOverflowError
...
8315696: SignedLoggerFinderTest.java test failed
8316087: Test SignedLoggerFinderTest.java is still failing
Reviewed-by: lucy
Backport-of: 7daae1fb42
2024-01-26 15:47:57 +07:00
Goetz Lindenmaier
9d41d79c9e
8292636: (dc) Problem listing of java/nio/channels/DatagramChannel/Unref.java has incorrect issue ID
...
Backport-of: 5ca268ca65
2024-01-26 15:47:56 +07:00
Goetz Lindenmaier
07b7685bf2
8193543: Regression automated test '/open/test/jdk/java/awt/TrayIcon/SystemTrayInstance/SystemTrayInstanceTest.java' fails
...
Backport-of: 08024d9583
2024-01-26 15:47:56 +07:00
Goetz Lindenmaier
3a3543a1cd
8271891: mark hotspot runtime/Safepoint tests which ignore external VM flags
...
Backport-of: 6c17e6deb2
2024-01-26 15:47:56 +07:00
Goetz Lindenmaier
5c42f8500e
8271890: mark hotspot runtime/Dictionary tests which ignore external VM flags
...
Backport-of: cdf3d55c82
2024-01-26 15:47:56 +07:00
Goetz Lindenmaier
88b297f44c
8271824: mark hotspot runtime/CompressedOops tests which ignore external VM flags
...
Backport-of: 9e769090a0
2024-01-26 15:47:55 +07:00
Goetz Lindenmaier
e92e6ffea0
8314063: The socket is not closed in Connection::createSocket when the handshake failed for LDAP connection
...
Backport-of: f2383b3cbd
2024-01-26 15:47:55 +07:00
Goetz Lindenmaier
fc6e27335b
8288325: [windows] Actual and Preferred Size of AWT Non-resizable frame are different
...
Backport-of: eca9749da0
2024-01-26 15:47:55 +07:00
Goetz Lindenmaier
c47cf74c6c
8273522: Rename test property vm.cds.archived.java.heap to vm.cds.write.archived.java.heap
...
Reviewed-by: lucy
Backport-of: 922e86f4ff
2024-01-26 15:47:55 +07:00
Elif Aslan
e1a8cefe6c
8311514: Incorrect regex in TestMetaSpaceLog.java
...
Backport-of: 9084b6c9d5
2024-01-26 15:47:55 +07:00
Chad Rakoczy
d0dd5bd0e2
8311813: C1: Uninitialized PhiResolver::_loop field
...
Backport-of: 489a32fe40
2024-01-26 15:47:54 +07:00
Aleksey Shipilev
f30f0edf9f
8315863: [GHA] Update checkout action to use v4
...
Backport-of: b74805d383
2024-01-26 15:47:54 +07:00
Sergey Chernyshev
edfe803de1
8168469: Memory leak in JceSecurity
...
Backport-of: a284920b34
2024-01-26 15:47:54 +07:00
Goetz Lindenmaier
894a9d8cc5
8314679: SA fails to properly attach to JVM after having just detached from a different JVM
...
Reviewed-by: phh
Backport-of: 38a9edfb7e
2024-01-26 15:47:53 +07:00
Goetz Lindenmaier
5efec73f54
8313657: com.sun.jndi.ldap.Connection.cleanup does not close connections on SocketTimeoutErrors
...
Backport-of: e56d3bc2da
2024-01-26 15:47:53 +07:00
Goetz Lindenmaier
c43fd40da2
8294427: Check boxes and radio buttons have rendering issues on Windows in High DPI env
...
Reviewed-by: phh
Backport-of: a63afa4aa6
2024-01-26 15:47:53 +07:00
Goetz Lindenmaier
44bde05332
8265586: [windows] last button is not shown in AWT Frame with BorderLayout and MenuBar set.
...
8288993: Make AwtFramePackTest generic by removing @requires tag
Backport-of: bbaeacb597
2024-01-26 15:47:53 +07:00
Goetz Lindenmaier
bc1a15b600
8061729: Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs
...
8282017: sun/net/www/protocol/https/HttpsURLConnection/B6216082.java fails with "SocketException: Unexpected end of file from server"
Backport-of: 0f3d3ac32c
2024-01-26 15:47:52 +07:00
Goetz Lindenmaier
32806257e6
8270447: [IR Framework] Add missing compilation level restriction when using FlipC1C2 stress option
...
Backport-of: 36aefa351a
2024-01-26 15:47:52 +07:00
Goetz Lindenmaier
9a2376c4b9
8247351: [aarch64] NullPointerException during stack walking (clhsdb "where -a")
...
Backport-of: 357fe09f2e
2024-01-26 15:47:52 +07:00
Long Yang
c6efb84b01
8312065: Socket.connect does not timeout when profiling
...
Reviewed-by: phh, vtewari, apangin
2024-01-26 15:47:51 +07:00
Goetz Lindenmaier
9a3e879515
8312909: C1 should not inline through interface calls with non-subtype receiver
...
Reviewed-by: phh
Backport-of: ab1c212ac1
2024-01-26 15:47:51 +07:00
Goetz Lindenmaier
d949530cd6
8312573: Failure during CompileOnly parsing leads to ShouldNotReachHere
...
Reviewed-by: phh
Backport-of: 6f76b65ace
2024-01-26 15:47:51 +07:00
Goetz Lindenmaier
8918a30899
8304954: SegmentedCodeCache fails when using large pages
...
Reviewed-by: phh
Backport-of: cad6114e1c
2024-01-26 15:47:51 +07:00
Goetz Lindenmaier
71459e749c
8311592: ECKeySizeParameterSpec causes too many exceptions on third party providers
...
Backport-of: e554fdee25
2024-01-26 15:47:50 +07:00
Goetz Lindenmaier
5fb2022a3b
8301065: Handle control characters in java_lang_String::print
...
Backport-of: 41d6be4d80
2024-01-26 15:47:50 +07:00
Goetz Lindenmaier
ba1bfcb308
8299255: Unexpected round errors in FreetypeFontScaler
...
Backport-of: 26868c1ac4
2024-01-26 15:47:50 +07:00
Goetz Lindenmaier
732dc20c64
8232933: Javac inferred type does not conform to equality constraint
...
Reviewed-by: vromero
Backport-of: 7a85441a85
2024-01-26 15:47:49 +07:00
Ao Qi
740b770c6e
8315020: The macro definition for LoongArch64 zero build is not accurate.
...
Reviewed-by: fyang
Backport-of: 725ec0ce1b
2024-01-26 15:47:49 +07:00
Christoph Langer
5e38ed493e
8314094: java/lang/ProcessHandle/InfoTest.java fails on Windows when run as user with Administrator privileges
...
Backport-of: 69c9ec92d0
2024-01-26 15:47:49 +07:00
Matthias Baesken
393f12df7e
8315751: RandomTestBsi1999 fails often with timeouts on Linux ppc64le
...
Backport-of: 9887cd8adc
2024-01-26 15:47:49 +07:00
Goetz Lindenmaier
9c59013cf9
8301701: java/net/DatagramSocket/DatagramSocketMulticasting.java should be hardened
...
Reviewed-by: phh
Backport-of: 5feb13b55d
2024-01-26 15:47:48 +07:00
Chad Rakoczy
ceda134a6b
8285516: clearPassword should be called in a finally try block
...
Backport-of: 36e4df9d66
2024-01-26 15:47:48 +07:00
Evgeny Astigeevich
a8d999bdf0
8276711: compiler/codecache/cli tests failing when SegmentedCodeCache used with -Xint
...
Backport-of: 7822cbce10
2024-01-26 15:47:48 +07:00
Christoph Langer
e1a1c9a6f2
8312625: Test serviceability/dcmd/vm/TrimLibcHeapTest.java failed: RSS use increased
...
Backport-of: 117f42dbe9
2024-01-26 15:47:48 +07:00
airsquared
24a084a68e
8309032: jpackage does not work for module projects unless --module-path is specified
...
Backport-of: dfe764e3f8
2024-01-26 15:47:48 +07:00
Aleksey Shipilev
f2bed19692
8315549: CITime misreports code/total nmethod sizes
...
Reviewed-by: phh
Backport-of: ab12c5d32f
2024-01-26 15:47:47 +07:00
Aleksey Shipilev
e51d280bda
8244289: fatal error: Possible safepoint reached by thread that does not allow it
...
Backport-of: 61932f49a5
2024-01-26 15:47:47 +07:00
Aleksey Shipilev
376b7576dd
8271886: mark hotspot runtime/InvocationTests tests which ignore external VM flags
...
Backport-of: ff7431eafe
2024-01-26 15:47:47 +07:00
Roman Marchenko
d231a556af
8314024: SIGSEGV in PhaseIdealLoop::build_loop_late_post_work due to bad immediate dominator info
...
Backport-of: ed1ea5fe7c
2024-01-26 15:47:46 +07:00
Paul Hohensee
0c3f471593
8299677: Formatter.format might take a long time to format an integer or floating-point
...
Reviewed-by: mdoerr
Backport-of: 33412c102c
2024-01-26 15:47:46 +07:00
Aleksey Shipilev
f3ed92c22c
8314495: Update to use jtreg 7.3.1
...
Reviewed-by: mdoerr, clanger
Backport-of: c50315de8f
2024-01-26 15:47:46 +07:00
Christoph Langer
d7961c0d00
8207166: jdk/jshell/JdiHangingLaunchExecutionControlTest.java - launch timeout
...
Backport-of: 02dce24b59
2024-01-26 15:47:46 +07:00
Andrew John Hughes
0921e44685
8312489: Increase jdk.jar.maxSignatureFileSize default which is too low for JARs such as WhiteSource/Mend unified agent jar
...
Backport-of: e47a84f23d
2024-01-26 15:47:45 +07:00
Thomas Stuefe
21f7b277ea
8314139: TEST_BUG: runtime/os/THPsInThreadStackPreventionTest.java could fail on machine with large number of cores
...
Backport-of: 7332502883
2024-01-26 15:47:45 +07:00
Aleksey Shipilev
096a5a1e50
8313626: C2 crash due to unexpected exception control flow
...
Backport-of: f8203cb272
2024-01-26 15:47:45 +07:00
Aleksey Shipilev
708938ab7d
8286430: make test TEST="gtest:<sometag>" exits with error when it shouldn't
...
Backport-of: 63a1ec6e7c
2024-01-26 15:47:45 +07:00
Thomas Stuefe
58186bb9b5
8312585: Rename DisableTHPStackMitigation flag to THPStackMitigation
...
Backport-of: 226cdc696d
2024-01-26 15:47:44 +07:00
Thomas Stuefe
3c70d712be
8312620: WSL Linux build crashes after JDK-8310233
...
Backport-of: 25058cd23a
2024-01-26 15:47:44 +07:00
Sergey Bylokhov
7dce8e2d11
8312535: MidiSystem.getSoundbank() throws unexpected SecurityException
...
Backport-of: 87298d2ade
2024-01-26 15:47:44 +07:00
Thomas Stuefe
0344876ba2
8312182: THPs cause huge RSS due to thread start timing issue
...
8310687: JDK-8303215 is incomplete
Backport-of: 84b325b844
2024-01-26 15:47:43 +07:00
Thomas Stuefe
e89462bc3f
8312394: [linux] SIGSEGV if kernel was built without hugepage support
...
Backport-of: 94eb44b192
2024-01-26 15:47:43 +07:00
Aleksey Shipilev
9f6a234dc1
8295229: Try to verify gtest version
...
Backport-of: cd1357b0af
2024-01-26 15:47:43 +07:00
Thomas Stuefe
d7086c812e
8310233: Fix THP detection on Linux
...
Reviewed-by: phh
Backport-of: 37ca9024ef
2024-01-26 15:47:43 +07:00
Aleksey Shipilev
6b3b7b03ce
8292717: Clean up checking of testing requirements in configure
...
Reviewed-by: clanger
Backport-of: 16593cf51c
2024-01-26 15:47:42 +07:00
Goetz Lindenmaier
77bdb3970e
8312974: Bump update version for OpenJDK: jdk-17.0.10
...
Reviewed-by: shade
2024-01-26 15:47:42 +07:00
Vitaly Provodin
3a65207c19
update exclude list on results of 17.0.9_b829.25 test runs
2024-01-26 15:47:25 +07:00
Christoph Langer
9a6c868f9e
8317643: [17u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 17.0.9
...
Reviewed-by: goetz
2024-01-26 04:31:46 +07:00
Goetz Lindenmaier
e7bb7ed983
8317121: vector_masked_load instruction is moved too early after JDK-8286941
...
Backport-of: cfabcbf858
2024-01-26 04:31:35 +07:00
Yuri Nesterenko
85fe9187ae
8317040: Exclude cleaner test failing on older releases
...
Reviewed-by: mbalao, andrew, clanger
2024-01-26 04:31:35 +07:00
Yuri Nesterenko
e3e9a186cd
8286503: Enhance security classes
...
Backport-of: 7f5e120a631ffda3e6d5efc03bae572b21877b69
2024-01-26 04:31:35 +07:00
Yuri Nesterenko
21dc36e5b3
8284910: Buffer clean in PasswordCallback
...
Reviewed-by: mbalao
Backport-of: 89fd6d34f8
2024-01-26 04:31:35 +07:00
Martin Balao
8130af320e
8314649: Enhanced archival support redux
...
Reviewed-by: andrew
Backport-of: 1e16543a60
2024-01-26 04:31:34 +07:00
Martin Balao
e3736aacc6
8312248: Enhanced archival support redux
...
Reviewed-by: andrew
Backport-of: c2100a627d578901dffbbe631e5a6c9b88ca2209
2024-01-26 04:31:34 +07:00
Alexey Bakhtin
08eaeb29bb
8309966: Enhanced TLS connections
...
Reviewed-by: mbalao
Backport-of: d25ee81f56d67f2c51ba8b8c59f470c6f88ae47f
2024-01-26 04:31:34 +07:00
Aleksei Voitylov
f6e826abdb
8297856: Improve handling of Bidi characters
...
Reviewed-by: mbalao
Backport-of: 244b89fc786894cb8cca742f91875ebb98b603ff
2024-01-26 04:31:34 +07:00
Aleksei Voitylov
b68eeb5f8b
8296581: Better system proxy support
...
Reviewed-by: mbalao
Backport-of: 111811e64245ae720a0617b7de0c52c60bb2bac1
2024-01-26 04:31:34 +07:00
Goetz Lindenmaier
cf49015cf6
8317700: [17u] Undo backport 8317674 of 8316566 which was pushed to wrong repo.
...
Reviewed-by: rehn, fyang
2024-01-26 04:31:33 +07:00
Robbin Ehn
86d80e83c7
8316566: RISC-V: Zero extended narrow oop passed to Atomic::cmpxchg
...
Backport-of: 2d154fcd0d
2024-01-26 04:31:33 +07:00
Goetz Lindenmaier
9a93beeb85
8312555: Ideographic characters aren't stretched by AffineTransform.scale(2, 1)
...
Ignore bitmaps embedded into fonts for non-uniform scales
Backport-of: 62610203f1
2024-01-26 04:31:33 +07:00
Martin Doerr
821510a9ba
8299658: C1 compilation crashes in LinearScan::resolve_exception_edge
...
Backport-of: cf2d33ca2e
2024-01-26 04:31:32 +07:00
Martin Doerr
7521d82d22
8314960: Add Certigna Root CA - 2
...
Reviewed-by: mbaesken
Backport-of: e9ba8d5a0e
2024-01-26 04:31:32 +07:00
Aleksey Shipilev
191029e5a8
8313262: C2: Sinking node may cause required cast to be dropped
...
Backport-of: 1cee3b9fd9
2024-01-26 04:31:32 +07:00
Aleksey Shipilev
5e8f4a55ec
8314020: Print instruction blocks in byte units
...
Reviewed-by: phh
Backport-of: a602624ef4
2024-01-26 04:31:32 +07:00
Goetz Lindenmaier
d6af82e9ce
8294160: misc crash dump improvements
...
Reviewed-by: rrich
Backport-of: 6f8f28e756
2024-01-26 04:31:32 +07:00
Oli Gillespie
dc56bba3c4
8313678: SymbolTable can leak Symbols during cleanup
...
Reviewed-by: phh, shade
Backport-of: 4b2703ad39
2024-01-26 04:31:31 +07:00
Oli Gillespie
f4e63b6681
8313874: JNI NewWeakGlobalRef throws exception for null arg
...
Reviewed-by: phh
Backport-of: 028b3ae1b1
2024-01-26 04:31:31 +07:00
Matthias Baesken
357ae3614d
8314517: some tests fail in case ipv6 is disabled on the machine
...
Reviewed-by: mdoerr
Backport-of: 703817d21f
2024-01-26 04:31:31 +07:00
Andrew John Hughes
932d9bab25
8284772: GHA: Use GCC Major Version Dependencies Only
...
Reviewed-by: shade
Backport-of: 62defc3dfc4b9ba5adfe3189f34fe8b3f59b94a0
2024-01-26 04:31:31 +07:00
Alexander Scherbatiy
7400bcd7c6
8311033: [macos] PrinterJob does not take into account Sides attribute
...
Backport-of: a3d67231a7
2024-01-26 04:31:30 +07:00
Alexander Scherbatiy
9fb8e23319
8295737: macOS: Print content cut off when width > height with portrait orientation
...
Backport-of: d00a767047
2024-01-26 04:31:30 +07:00
Kimura Yukihiro
de7c1abf83
8313815: The exception messages printed by jcmd ManagementAgent.start are corrupted on Japanese Windows
...
Reviewed-by: kevinw, cjplummer, phh
2024-01-26 04:31:30 +07:00
Aleksey Shipilev
8fd619bc02
8314426: runtime/os/TestTrimNative.java is failing on slow machines
...
Reviewed-by: stuefe
Backport-of: 20e94784c9
2024-01-26 04:31:30 +07:00
Aleksey Shipilev
5c5b59f148
8312525: New test runtime/os/TestTrimNative.java#trimNative is failing: did not see the expected RSS reduction
...
Reviewed-by: mdoerr
Backport-of: ad34be1f32
2024-01-26 04:31:29 +07:00
Aleksey Shipilev
13c994ca37
8293114: JVM should trim the native heap
...
Reviewed-by: stuefe
Backport-of: 9e4fc568a6
2024-01-26 04:31:29 +07:00
Matthias Baesken
e348111e71
8276651: java/lang/ProcessHandle tests fail with "RuntimeException: Input/output error" in java.lang.ProcessHandleImpl$Info.info0
...
Backport-of: d24b7b7026
2024-01-26 04:31:29 +07:00
Aleksey Shipilev
8f7081b776
8314730: GHA: Drop libfreetype6-dev transitional package in favor of libfreetype-dev
...
Reviewed-by: stuefe
Backport-of: 69d900d2ce
2024-01-26 04:31:29 +07:00
Aleksey Shipilev
81b414e184
8313701: GHA: RISC-V should use the official repository for bootstrap
...
Reviewed-by: phh
Backport-of: 538f9557b8
2024-01-26 04:31:28 +07:00
Aleksey Shipilev
5dee5895c9
8283724: Incorrect description for jtreg-failure-handler option
...
Backport-of: 0901548833
2024-01-26 04:31:28 +07:00
Andrey Turbanov
f94cb77337
8299827: Add resolved IP address in connection exception for sockets
...
Backport-of: 92d8326e40
2024-01-26 04:31:28 +07:00
Dan Lutker
f876f6b6d8
8314552: Fix javadoc tests to work with jtreg 7
...
Reviewed-by: phh, shade, andrew
2024-01-26 04:31:28 +07:00
Aleksey Shipilev
7575cf25d9
8314501: Shenandoah: sun/tools/jhsdb/heapconfig/JMapHeapConfigTest.java fails
...
Backport-of: 812f475bc4
2024-01-26 04:31:28 +07:00
Aleksey Shipilev
09b9e2c87e
8293851: hs_err should print more stack in hex dump
...
Backport-of: cbd0688b32
2024-01-26 04:31:27 +07:00
Aleksey Shipilev
ed74d57224
8314658: [17u] GHA: Sync up debian-version for cross-builds
...
Reviewed-by: phh
2024-01-26 04:31:27 +07:00
Fei Yang
12aa90732f
8310873: Re-enable locked_create_entry symbol check in runtime/NMT/CheckForProperDetailStackTrace.java for RISC-V
...
Backport-of: 87e6fab2c4
2024-01-26 04:31:27 +07:00
Feilong Jiang
095fb9524b
8314117: RISC-V: Incorrect VMReg encoding in RISCV64Frame.java
...
Backport-of: 5c91622885
2024-01-26 04:31:27 +07:00
Aleksey Shipilev
33a869d5bb
8309591: Socket.setOption(TCP_QUICKACK) uses wrong level
...
Reviewed-by: phh
Backport-of: 56a73a6f0f
2024-01-26 04:31:27 +07:00
Aleksey Shipilev
d023922892
8284273: Early crashes in os::print_context on AArch64
...
Reviewed-by: stuefe
Backport-of: 83cec4b6cc
2024-01-26 04:31:26 +07:00
Aleksey Shipilev
32d5857a5f
8313676: Amend TestLoadIndexedMismatch test to target intrinsic directly
...
Backport-of: 4b192a8dc3
2024-01-26 04:31:26 +07:00
Aleksey Shipilev
8fd3b1a4b4
8314262: GHA: Cut down cross-compilation sysroots deeper
...
Backport-of: 38687f1a3e
2024-01-26 04:31:26 +07:00
Aleksey Shipilev
47b0808ee4
8314118: Update JMH devkit to 1.37
...
Backport-of: 06aa3c5628
2024-01-26 04:31:26 +07:00
Dingli Zhang
529a44627d
8309254: Implement fast-path for ASCII-compatible CharsetEncoders on RISC-V
...
Reviewed-by: fyang
Backport-of: 61bb014a86
2024-01-26 04:31:25 +07:00
Ralf Schmelter
10c1707586
8293166: jdk/jfr/jvm/TestDumpOnCrash.java fails on Linux ppc64le and Linux aarch64
...
Reviewed-by: mdoerr
Backport-of: 5551cb66ba
2024-01-26 04:31:25 +07:00
Ben Taylor
1571412b11
8313796: AsyncGetCallTrace crash on unreadable interpreter method pointer
...
Reviewed-by: stuefe
Backport-of: 0e2c72d7a5
2024-01-26 04:31:25 +07:00
Aleksey Shipilev
e1f4b071c7
8313402: C1: Incorrect LoadIndexed value numbering
...
Backport-of: 46fbedb2be
2024-01-26 04:31:25 +07:00
Aleksey Shipilev
b5e7e24e91
8294941: GHA: Cut down cross-compilation sysroots
...
Backport-of: a1747ef81a
2024-01-26 04:31:24 +07:00
Aleksey Shipilev
623b4a4c67
8294956: GHA: qemu-debootstrap is deprecated, use the regular one
...
Backport-of: c5f462e83b
2024-01-26 04:31:24 +07:00
Aleksey Shipilev
de694639c3
8299330: Minor improvements in MSYS2 Workflow handling
...
Backport-of: cf00d09c8c
2024-01-26 04:31:24 +07:00
Aleksey Shipilev
8ba7160508
8294149: JMH 1.34 and later requires jopt-simple 5.0.4
...
8277427: Update jib-profiles.js to use JMH 1.33 devkit
8280032: Update jib-profiles.js to use JMH 1.34 devkit
Backport-of: 2283c3244f
2024-01-26 04:31:24 +07:00
Aleksey Shipilev
97c6f3cdbb
8304353: Add lib-test tier1 testing in GHA
...
Backport-of: 57276101df
2024-01-26 04:31:23 +07:00
Martin Doerr
7d7a43760f
8309088: security/infra/java/security/cert/CertPathValidator/certification/AmazonCA.java fails
...
Backport-of: 4c2e54fb05
2024-01-26 04:31:23 +07:00
Aleksey Shipilev
ca8e867228
8297350: Update JMH devkit to 1.36
...
Backport-of: f26bd4e0e8
2024-01-26 04:31:23 +07:00
Aleksey Shipilev
0b860c6ec6
8293107: GHA: Bump to Ubuntu 22.04
...
8293098 : GHA: Harmonize GCC version handling for host and cross builds
8293361: GHA: dump config.log in case of configure failure
8295213: Run GHA manually with user-specified make and configure arguments
8313428: GHA: Bump GCC versions for July 2023 updates
8313707: GHA: Bootstrap sysroots with --variant=minbase
Reviewed-by: clanger
Backport-of: d7536588b3
2024-01-26 04:31:23 +07:00
Martin Doerr
9ef7835d5f
8310551: vmTestbase/nsk/jdb/interrupt/interrupt001/interrupt001.java timed out due to missing prompt
...
Backport-of: c84866ac0d
2024-01-26 04:31:22 +07:00
Martin Doerr
2c84617196
8308090: Add container tests for on-the-fly resource quota updates
...
Backport-of: dc8bc6c98c
2024-01-26 04:31:22 +07:00
Martin Doerr
bbec4d4874
8156889: ListKeychainStore.sh fails in some virtualized environments
...
Backport-of: 82c8b28f40
2024-01-26 04:31:22 +07:00
Martin Doerr
7e951e09d1
8308232: nsk/jdb tests don't pass -verbose flag to the debuggee
...
Backport-of: c6f20db945
2024-01-26 04:31:21 +07:00
Martin Doerr
4fd1024d86
8255548: Missing coverage for javax.xml.crypto.dom.DOMCryptoContext
...
Backport-of: 76cda9f44a
2024-01-26 04:31:21 +07:00
Martin Doerr
74fa97a1a9
6381945: (cal) Japanese calendar unit test system should avoid multiple static imports
...
Backport-of: f79b3d42f0
2024-01-26 04:31:21 +07:00
Martin Doerr
eabd4af61d
8307079: Update test java/awt/Choice/DragOffNoSelect.java
...
Backport-of: 89711f3767
2024-01-26 04:31:21 +07:00
Martin Doerr
63fcc8cd32
8301167: Update VerifySignedJar to actually exercise and test verification
...
Backport-of: 05ea083b05
2024-01-26 04:31:20 +07:00
Sergey Bylokhov
f8bebc986f
8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs
...
Backport-of: d4a795d75a
2024-01-26 04:31:20 +07:00
Christoph Langer
acf00378f0
8302182: Update Public Suffix List to 88467c9
...
Backport-of: 01b8512911
2024-01-26 04:31:20 +07:00
Martin Doerr
cc03144993
8309095: Remove UTF-8 character from TaskbarPositionTest.java
...
Backport-of: 07f2070411
2024-01-26 04:31:20 +07:00
Martin Doerr
49b8aebb37
8267860: Off-by-one bug when searching arrays in AlpnGreaseTest
...
Backport-of: 2adef6a1f8
2024-01-26 04:31:20 +07:00
Martin Doerr
4be990ee86
8195589: T6587786.java failed after JDK-8189997
...
Backport-of: 21b62fef33
2024-01-26 04:31:19 +07:00
Martin Doerr
ed8054e9db
8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows environment
...
Backport-of: a11477ce25
2024-01-26 04:31:19 +07:00
Sergey Bylokhov
0fedf4f3e1
8313576: GCC 7 reports compiler warning in bundled freetype 2.13.0
...
Backport-of: 8248e351d0
2024-01-26 04:31:19 +07:00
Sonia Zaldana Calles
04f79e5ebf
8273803: Zero: Handle "zero" variant in CommandLineOptionTest.java
...
Backport-of: 2d13fb21af
2024-01-26 04:31:19 +07:00
Aleksey Shipilev
036d884783
8307766: Linux: Provide the option to override the timer slack
...
Backport-of: 7173c3009e
2024-01-26 04:31:18 +07:00
Gui Cao
e8cd66e7f0
8311923: TestIRMatching.java fails on RISC-V
...
Reviewed-by: phh, fyang
Backport-of: e7adbdb1f1
2024-01-26 04:31:18 +07:00
Tyler Steele
8f80f275d8
8307603: [AIX] Broken build after JDK-8307301
...
Backport-of: bb3e44d8b6
2024-01-26 04:31:18 +07:00
Aleksey Shipilev
9b781bc2b0
8309746: Reconfigure check should include make/conf/version-numbers.conf
...
Reviewed-by: mbaesken
Backport-of: 955fc2faba
2024-01-26 04:31:18 +07:00
Ralf Schmelter
92873d53be
8289917: Metadata for regionsRefilled of G1EvacuationStatistics event is wrong
...
Backport-of: 728157fa03
2024-01-26 04:31:18 +07:00
Goetz Lindenmaier
d77a9c164d
8307526: [JFR] Better handling of tampered JFR repository
...
Reviewed-by: lucy
Backport-of: 66d2736521
2024-01-26 04:31:17 +07:00
Goetz Lindenmaier
1eb29797eb
8301367: Add exception handler method to the BaseLdapServer
...
Backport-of: 03b23a1e1b
2024-01-26 04:31:17 +07:00
Goetz Lindenmaier
f47ae1f2aa
8299617: CurrencySymbols.properties is missing the copyright notice
...
Backport-of: d5b80abcbf
2024-01-26 04:31:17 +07:00
Goetz Lindenmaier
599293b356
8296384: [TESTBUG] sun/security/provider/SecureRandom/AbstractDrbg/SpecTest.java intermittently timeout
...
Backport-of: 82561de722
2024-01-26 04:31:17 +07:00
Goetz Lindenmaier
158bc37240
8293177: Verify version numbers in legal files
...
Backport-of: 69ede5baed
2024-01-26 04:31:16 +07:00
Goetz Lindenmaier
7e099546cc
8289510: Improve test coverage for XPath Axes: namespace
...
Backport-of: 3d254d3c8e
2024-01-26 04:31:16 +07:00
i556354
311d6e4585
8270331: [TESTBUG] Error: Not a test or directory containing tests: java/awt/print/PrinterJob/InitToBlack.java
...
Backport-of: 2ef9767aae
2024-01-26 04:31:16 +07:00
i556354
93b891bd0e
8307165: java/awt/dnd/NoFormatsDropTest/NoFormatsDropTest.java timed out
...
Backport-of: 14df5c130e
2024-01-26 04:31:16 +07:00
Aleksey Shipilev
678fe851b3
8296796: Provide clean, platform-agnostic interface to C-heap trimming
...
Reviewed-by: stuefe
Backport-of: 0845b39caf
2024-01-26 04:31:15 +07:00
Matthias Baesken
f9255115e4
8311285: report some fontconfig related environment variables in hs_err file
...
Backport-of: 0ef03f1228
2024-01-26 04:31:15 +07:00
Goetz Lindenmaier
db41c86372
8301269: Update Commons BCEL to Version 6.7.0
...
Reviewed-by: mdoerr
Backport-of: 6a44120a16
2024-01-26 04:31:15 +07:00
Feilong Jiang
5c781b4a20
8312511: GHA: Bump cross-compile runner to Ubuntu 22.04
...
Reviewed-by: shade
2024-01-26 04:31:15 +07:00
Nagata, Haruhito
336d2c9c66
8302161: Upgrade jQuery UI to version 1.13.2
...
8293180: JQuery UI license file not updated
Reviewed-by: mdoerr
Backport-of: 404d5bddb9
2024-01-26 04:31:14 +07:00
Goetz Lindenmaier
8aecefd37b
8305670: Performance regression in LockSupport.unpark with lots of idle threads
...
Reviewed-by: mdoerr
Backport-of: f030937a51
2024-01-26 04:31:14 +07:00
Goetz Lindenmaier
c5731c32ed
8292683: Remove BadKeyUsageTest.java from Problem List
...
Backport-of: df5209e70f
2024-01-26 04:31:14 +07:00
Goetz Lindenmaier
dfa8713e75
8275662: remove test/lib/sun/hotspot
...
Reviewed-by: mdoerr
Backport-of: 0c37008917
2024-01-26 04:31:13 +07:00
Goetz Lindenmaier
f3c5423915
8281717: Cover logout method for several LoginModule
...
8284090: com/sun/security/auth/module/AllPlatforms.java fails to compile
Reviewed-by: mdoerr
Backport-of: fbb8ca55a8
2024-01-26 04:31:13 +07:00
Ben Taylor
46d9308f9e
8303279: C2: crash in SubTypeCheckNode::sub() at IGVN split if
...
Reviewed-by: simonis
Backport-of: caadad4fdc
2024-01-26 04:31:13 +07:00
Roman Kennke
8faa2fcbb4
8276333: jdk/jfr/event/oldobject/TestLargeRootSet.java failed "assert(!contains(edge->reference())) failed: invariant"
...
Reviewed-by: phh
Backport-of: 65ca0a5776
2024-01-26 04:31:13 +07:00
Roman Kennke
78e48c2ed3
8275415: Prepare Leak Profiler for Lilliput
...
Backport-of: c41ce6d159
2024-01-26 04:31:12 +07:00
Martin Doerr
ba4bcaa11d
8306881: Update FreeType to 2.13.0
...
Backport-of: 723582c524
2024-01-26 04:31:12 +07:00
George Adams
874eed9015
8286623: Bundle zlib by default with JDK on macos aarch64
...
Backport-of: c3bade2e08
2024-01-26 04:31:12 +07:00
Goetz Lindenmaier
2518eabf0a
8295894: Remove SECOM certificate that is expiring in September 2023
...
Reviewed-by: lucy
Backport-of: fd7fddb6ed
2024-01-26 04:31:11 +07:00
Goetz Lindenmaier
11e7a73ba6
8312029: Add CriticalNative tests to ProblemList for 8312028
...
Reviewed-by: lucy
2024-01-26 04:31:11 +07:00
Goetz Lindenmaier
fbd6ef9d88
8308803: Improve java/util/UUID/UUIDTest.java
...
Backport-of: 4460429d7a
2024-01-26 04:31:11 +07:00
Goetz Lindenmaier
95d90b08f6
8302736: Major performance regression in Math.log on aarch64
...
Reviewed-by: lucy
Backport-of: 466ec300fc
2024-01-26 04:31:11 +07:00
Goetz Lindenmaier
166159e6cc
8307653: Adjust delay time and gc log argument in TestAbortOnVMOperationTimeout
...
Backport-of: 4f355c3525
2024-01-26 04:31:10 +07:00
Goetz Lindenmaier
73be954c52
8277353: java/security/MessageDigest/ThreadSafetyTest.java test times out
...
Backport-of: f22d157e55
2024-01-26 04:31:10 +07:00
Goetz Lindenmaier
8eaab7f83d
8305766: ProblemList runtime/CompressedOops/CompressedClassPointers.java
...
Backport-of: f45b01f883
2024-01-26 04:31:10 +07:00
Goetz Lindenmaier
87609de1f0
8307068: store a JavaThread* in the java.lang.Thread object after the JavaThread* is added to the main ThreadsList
...
Reviewed-by: phh
Backport-of: ceca198ef2
2024-01-26 04:31:10 +07:00
Goetz Lindenmaier
fead747a95
8307067: remove broken EnableThreadSMRExtraValidityChecks option
...
Backport-of: 5e26e64cbf
2024-01-26 04:31:09 +07:00
Ben Taylor
b06f923e48
8308283: Build failure with GCC12 & GCC13
...
Reviewed-by: phh
Backport-of: bfc3ccd90d
2024-01-26 04:31:09 +07:00
Goetz Lindenmaier
7532629332
8275303: sun/java2d/pipe/InterpolationQualityTest.java fails with D3D basic render driver
...
Backport-of: bc0379ea1a
2024-01-26 04:31:09 +07:00
Goetz Lindenmaier
2f13c62725
8297923: java.awt.ScrollPane broken after multiple scroll up/down
...
8310054: ScrollPane insets are incorrect
8311689: Wrong visible amount in Adjustable of ScrollPane
Backport-of: ea41907396
2024-01-26 04:31:09 +07:00
Vladimir Kempik
0f500b40ad
8311862: RISC-V: small improvements to shift immediate instructions
...
Backport-of: f3b96f6937
2024-01-26 04:31:09 +07:00
Ben Taylor
e83704a516
8307147: [x86] Dangling pointer warning for Assembler::_attributes
...
Reviewed-by: phh
Backport-of: 3599448ad8
2024-01-26 04:31:08 +07:00
Ben Taylor
ff2b39c219
8289512: Fix GCC 12 warnings for adlc output_c.cpp
...
Backport-of: a8fe2d97a2
2024-01-26 04:31:08 +07:00
Jenny Shivayogi
7358f05731
8306060: Open source few AWT Insets related tests
...
Backport-of: 9a68d1d952
2024-01-26 04:31:08 +07:00
Goetz Lindenmaier
9f766306d3
8309266: C2: assert(final_con == (jlong)final_int) failed: final value should be integer
...
Reviewed-by: roland
Backport-of: 4a9cc8a000
2024-01-26 04:31:07 +07:00
Goetz Lindenmaier
b3f4c4622f
8309119: [17u/11u] Redo JDK-8297951: C2: Create skeleton predicates for all If nodes in loop predication
...
Reviewed-by: mdoerr
2024-01-26 04:31:07 +07:00
Goetz Lindenmaier
8ef9b89b9a
8307683: Loop Predication should not hoist range checks with trap on success projection by negating their condition
...
Reviewed-by: roland
Backport-of: dfd3da3f52
2024-01-26 04:31:07 +07:00
Chad Rakoczy
8e0932bf22
8307555: Reduce memory reads in x86 MD5 intrinsic
...
Backport-of: 43c8c650af
2024-01-26 04:31:07 +07:00
Goetz Lindenmaier
318fa81629
8310259: Pin msys2/setup-msys2 github action to a specific commit
...
Reviewed-by: mbaesken
Backport-of: 959a61fdd4
2024-01-26 04:31:06 +07:00
Goetz Lindenmaier
42eae554a7
8308192: Error in parsing replay file when staticfield is an array of single dimension
...
Backport-of: d3feedf511
2024-01-26 04:31:06 +07:00
Goetz Lindenmaier
1120630cf5
8301097: Update GHA XCode to 12.5.1
...
Backport-of: b8e5abc1e8
2024-01-26 04:31:06 +07:00
Dhamoder Nalla
44f35cacd7
8305763: Parsing a URI with an underscore goes through a silent exception, negatively impacting performance
...
Backport-of: 749d480193
2024-01-26 04:31:06 +07:00
Xin Liu
e5db0bdd8e
8267517: async logging for stdout and stderr
...
Reviewed-by: shade
Backport-of: 7aff03aee1
2024-01-26 04:31:06 +07:00
Goetz Lindenmaier
9b830ca249
8292716: Configure should check that jtreg is of the required version
...
8292763: JDK-8292716 breaks configure without jtreg
Reviewed-by: shade
Backport-of: 486f90c134
2024-01-26 04:31:05 +07:00
Goetz Lindenmaier
bbd9cf0095
8303154: Investigate and improve instruction cache flushing during compilation
...
Backport-of: b7945bc9e5
2024-01-26 04:31:05 +07:00
Sergey Nazarkin
aa43576de0
8288719: [arm32] SafeFetch32 thumb interleaving causes random crashes
...
8284997: arm32 build crashes since JDK-8283326
8285675: Temporary fix for arm32 SafeFetch
Reviewed-by: stuefe
Backport-of: 26c03c1860
2024-01-26 04:31:05 +07:00
Sergey Nazarkin
2ef13fd14a
8283326: Implement SafeFetch statically
...
Reviewed-by: stuefe
Backport-of: bdf8a2a205
2024-01-26 04:31:04 +07:00
Fei Yang
0f80940115
8276799: Implementation of JEP 422: Linux/RISC-V Port
...
8282306: os::is_first_C_frame(frame*) crashes on invalid link access
8282477 : [x86, aarch64] vmassert(_last_Java_pc == NULL, "already walkable"); fails with async profiler
8283865: riscv: Break down -XX:+UseRVB into seperate options for each bitmanip extension
8284068: riscv: should call Atomic::release_store in JavaThread::set_thread_state
8284937: riscv: should not allocate special register for temp
8285303: riscv: Incorrect register mask in call_native_base
8287418: riscv: Fix correctness issue of MacroAssembler::movptr
8297644: RISC-V: Compilation error when shenandoah is disabled
8291952: riscv: Remove PRAGMA_NONNULL_IGNORED
8285437: riscv: Fix MachNode size mismatch for MacroAssembler::verify_oops*
8285699: riscv: Provide information when hitting a HaltNode
8285711: riscv: RVC: Support disassembler show-bytes option
8287425: Remove unnecessary register push for MacroAssembler::check_klass_subtype_slow_path
8287552: riscv: Fix comment typo in li64
8287970: riscv: jdk/incubator/vector/*VectorTests failing
8290137: riscv: small refactoring for add_memory_int32/64
8290164: compiler/runtime/TestConstantsInError.java fails on riscv
8290496: riscv: Fix build warnings-as-errors with GCC 11
8291893: riscv: remove fence.i used in user space
8291947: riscv: fail to build after JDK-8290840
8292867: RISC-V: Simplify weak CAS return value handling
8293050: RISC-V: Remove redundant non-null assertions about macro-assembler
8293100: RISC-V: Need to save and restore callee-saved FloatRegisters in StubGenerator::generate_call_stub
8293474: RISC-V: Unify the way of moving function pointer
8293524: RISC-V: Use macro-assembler functions as appropriate
8293566: RISC-V: Clean up push and pop registers
8294012: RISC-V: get/put_native_u8 missing the case when address&7 is 6
8294083: RISC-V: Minimal build failed with --disable-precompiled-headers
8294086: RISC-V: Cleanup InstructionMark usages in the backend
8294087: RISC-V: RVC: Fix a potential alignment issue and add more alignment assertions for the patchable calls/nops
8294187: RISC-V: Unify all relocations for the backend into AbstractAssembler::relocate()
8294366: RISC-V: Partially mark out incompressible regions
8294430: RISC-V: Small refactoring for movptr_with_offset
8294492: RISC-V: Use li instead of patchable movptr at non-patchable callsites
8294679: RISC-V: Misc crash dump improvements
8295110: RISC-V: Mark out relocations as incompressible
8295270: RISC-V: Clean up and refactoring for assembler functions
8295396: RISC-V: Cleanup useless CompressibleRegions
8295926: RISC-V: C1: Fix LIRGenerator::do_LibmIntrinsic
8295968: RISC-V: Rename some assembler intrinsic functions for RVV 1.0
8296435: RISC-V: Small refactoring for increment/decrement
8296447: RISC-V: Make the operands order of vrsub_vx/vrsub_vi consistent with RVV 1.0 spec
8296448: RISC-V: Fix temp usages of heapbase register killed by MacroAssembler::en/decode_klass_not_null
8296602: RISC-V: improve performance of copy_memory stub
8296771: RISC-V: C2: assert(false) failed: bad AD file
8296916: RISC-V: Move some small macro-assembler functions to header file
8297359: RISC-V: improve performance of floating Max Min intrinsics
8297697: RISC-V: Add support for SATP mode detection
8301067: RISC-V: better error message when reporting unsupported satp modes
8297715: RISC-V: C2: Use single-bit instructions from the Zbs extension
8299168: RISC-V: Fix MachNode size mismatch for MacroAssembler::_verify_oops*
8299847: RISC-V: Improve PrintOptoAssembly output of CMoveI/L nodes
8300109: RISC-V: Improve code generation for MinI/MaxI nodes
8301033: RISC-V: Handle special cases for MinI/MaxI nodes for Zbb
8301036: RISC-V: Factor out functions baseOffset & baseOffset32 from MacroAssembler
8301153: RISC-V: pipeline class for several instructions is not set correctly
8301313: RISC-V: C2: assert(false) failed: bad AD file due to missing match rule
8301628: RISC-V: c2 fix pipeline class for several instructions
8301818: RISC-V: Factor out function mvw from MacroAssembler
8302114: RISC-V: Several foreign jtreg tests fail with debug build after JDK-8301818
8301852: RISC-V: Optimize class atomic when order is memory_order_relaxed
8302289: RISC-V: Use bgez instruction in arraycopy_simple_check when possible
8302776: RISC-V: Fix typo CSR_INSTERT to CSR_INSTRET
8304293: RISC-V: JDK-8276799 missed atomic intrinsic support for C1
8305006: Use correct register in riscv_enc_fast_unlock()
8305008: RISC-V: Factor out immediate checking functions from assembler_riscv.inline.hpp
8305112: RISC-V: Typo fix for RVC description
8305512: RISC-V: Enable RVC extension by default on supported hardware
8305728: RISC-V: Use bexti instruction to do single-bit testing
8306667: RISC-V: Fix storeImmN0 matching rule by using zr register
8307150: RISC-V: Remove remaining StoreLoad barrier with UseCondCardMark for Serial/Parallel GC
8307446: RISC-V: Improve performance of floating point to integer conversion
8307651: RISC-V: stringL_indexof_char instruction has wrong format string
8308089: [riscv-port-jdk17u] Intrinsify Unsafe.storeStoreFence
8308277: RISC-V: Improve vectorization of Match.sqrt() on floats
8308997: RISC-V: Sign extend when comparing 32-bit value with zero instead of testing the sign bit
8309427: [riscv-port-jdk17u] Remove unused RoundDoubleModeV C2 node
8305236: Some LoadLoad barriers in the interpreter are unnecessary after JDK-8220051
8285630: Fix a configure error in RISC-V cross build
8277417: C1 LIR instruction for load-klass
Reviewed-by: vkempik, goetz, shade, yadongwang, fjiang, luhenry
Backport-of: 5905b02c0e
2024-01-26 04:31:04 +07:00
Goetz Lindenmaier
b2dd6029d2
8180266: Convert sun/security/provider/KeyStore/DKSTest.sh to Java Jtreg Test
...
Backport-of: 7f313b0cef
2024-01-26 04:31:04 +07:00
Goetz Lindenmaier
4e4866e813
8225012: sanity/client/SwingSet/src/ToolTipDemoTest.java fails on Windows
...
Backport-of: 1f521a1204
2024-01-26 04:31:04 +07:00
Fei Yang
eea860e644
8297476: Increase InlineSmallCode default from 1000 to 2500 for RISC-V
...
Backport-of: 5e196b4b8e
2024-01-26 04:31:03 +07:00
Feilong Jiang
c89e0fa43e
8283929: GHA: Add RISC-V build config
...
Reviewed-by: vkempik
Backport-of: 85d4b49151
2024-01-26 04:31:03 +07:00
i556354
81256b00ca
8305421: Work around JDK-8305420 in CDSJDITest.java
...
Backport-of: 9ce5fdc962
2024-01-26 04:31:03 +07:00
Jenny Shivayogi
4e05646b8d
8306566: Open source several clipboard AWT tests
...
Backport-of: 136dad7197
2024-01-26 04:31:02 +07:00
Jenny Shivayogi
8c8ba77472
8306076: Open source AWT misc tests
...
Backport-of: f7d45b85a5
2024-01-26 04:31:02 +07:00
i556354
27b1d5dcc8
8306636: Disable compiler/c2/Test6905845.java with -XX:TieredStopAtLevel=3
...
Backport-of: 4900517479
2024-01-26 04:31:02 +07:00
Yi-Fan Tsai
a2e3a7316d
8299158: Improve MD5 intrinsic on AArch64
...
Reviewed-by: phh
Backport-of: c6588d5bb3
2024-01-26 04:31:02 +07:00
Goetz Lindenmaier
14192ad415
8306718: Optimize and opensource some old AWT tests
...
Backport-of: 9beae21864
2024-01-26 04:31:01 +07:00
Goetz Lindenmaier
abee52b1bf
8285980: Several tests in compiler/c2/irTests miss @requires vm.compiler2.enabled
...
Reviewed-by: phh
Backport-of: 1f9f8738f3
2024-01-26 04:31:01 +07:00
Goetz Lindenmaier
ece596d471
8306137: Open source several AWT ScrollPane related tests
...
Backport-of: 4becb7bcb6
2024-01-26 04:31:01 +07:00
Matthias Baesken
9c4de3cb9e
8310549: avoid potential leaks in KeystoreImpl.m related to JNU_CHECK_EXCEPTION early returns
...
Backport-of: 7da3f1999f
2024-01-26 04:31:00 +07:00
Alexey Bakhtin
d96966c6da
8301700: Increase the default TLS Diffie-Hellman group size from 1024-bit to 2048-bit
...
Reviewed-by: phh
Backport-of: 26b111d714
2024-01-26 04:31:00 +07:00
Goetz Lindenmaier
36e5904e0d
8306765: Some client related jtreg problem list entries are malformed
...
Backport-of: 36d61c3106
2024-01-26 04:31:00 +07:00
Aleksey Shipilev
b4cccc55e4
8278141: LIR_OpLoadKlass::_info shadows the field of the same name from LIR_Op
...
Backport-of: 0e7b6bcd82
2024-01-26 04:31:00 +07:00
Aleksey Shipilev
4e1112d553
8277860: PPC: Remove duplicate info != NULL check
...
Backport-of: ce0234b47d
2024-01-26 04:30:13 +07:00
Aleksey Shipilev
357c3f27f6
8277417: C1 LIR instruction for load-klass
...
Backport-of: 99e4bda303
2024-01-26 04:29:44 +07:00
Sergey Nazarkin
d792a92eec
8304725: AsyncGetCallTrace can cause SIGBUS on M1
...
Backport-of: d8af7a6014
2024-01-26 04:25:43 +07:00
Goetz Lindenmaier
cfafa22979
6176679: Application freezes when copying an animated gif image to the system clipboard
...
Backport-of: 6c71859ac2
2024-01-26 04:25:43 +07:00
Goetz Lindenmaier
f134de5ee2
8299713: Test javax/swing/JTableHeader/6889007/bug6889007.java failed: Wrong type of cursor
...
Backport-of: b54c4a33c6
2024-01-26 04:25:43 +07:00
Goetz Lindenmaier
8b6377fea6
8304314: StackWalkTest.java fails after CODETOOLS-7903373
...
Backport-of: d5a150706e
2024-01-26 04:25:43 +07:00
Aleksey Shipilev
61fcf6fe17
8307348: Parallelize heap walk for ObjectCount(AfterGC) JFR event collection
...
Reviewed-by: ogillespie, phh
Backport-of: 540c706bbc
2024-01-26 04:25:42 +07:00
Aleksey Shipilev
241bdaeb6c
8311249: Remove unused MemAllocator::obj_memory_range
...
Reviewed-by: phh
Backport-of: 711cddd899
2024-01-26 04:25:42 +07:00
Aleksey Shipilev
ffcaa2c360
8268852: AsyncLogWriter should not overide is_Named_thread()
...
Backport-of: 02c9bf087e
2024-01-26 04:25:42 +07:00
Chad Rakoczy
51a15f8a25
8307299: Move more DnD tests to open
...
Backport-of: 950c5df859
2024-01-26 04:25:42 +07:00
Chad Rakoczy
1329a5518b
8307083: Open source some drag and drop tests 3
...
Backport-of: 1b154e4fd3
2024-01-26 04:25:41 +07:00
Chad Rakoczy
feab98c6a5
8306812: Open source several AWT Miscellaneous tests
...
Backport-of: c494770ca0
2024-01-26 04:25:41 +07:00
Goetz Lindenmaier
3fd2800db7
8289547: Update javax/swing/Popup/TaskbarPositionTest.java
...
Backport-of: d73fc70ea2
2024-01-26 04:25:41 +07:00
Goetz Lindenmaier
4ac958999f
8307078: Opensource and clean up five more AWT Focus related tests
...
Backport-of: 6d6f726b74
2024-01-26 04:25:41 +07:00
Goetz Lindenmaier
998a84c606
8306638: Open source some AWT tests related to datatransfer and Toolkit
...
Backport-of: 2210e06788
2024-01-26 04:25:40 +07:00
Aleksey Shipilev
328cac8ba7
8276696: ParallelObjectIterator freed at the wrong time in VM_HeapDumper
...
Reviewed-by: ogillespie, phh
Backport-of: f4dc03ea6d
2024-01-26 04:25:40 +07:00
Aleksey Shipilev
7bb4cabf91
8280885: Shenandoah: Some tests failed with "EA: missing allocation reference path"
...
Backport-of: ab638341de
2024-01-26 04:25:40 +07:00
Aleksey Shipilev
0f40be1e77
8308766: TLAB initialization may cause div by zero
...
Backport-of: 96ed1392d1
2024-01-26 04:25:40 +07:00
Aleksey Shipilev
1ce4bfb2c4
8300693: Lower the compile threshold and reduce the iterations of warmup loop in VarHandles tests
...
Backport-of: 86fed79670
2024-01-26 04:25:39 +07:00
Aleksey Shipilev
e40f0231b6
8171221: Remove -XX:+CheckMemoryInitialization
...
Backport-of: 65c8dbe693
2024-01-26 04:25:39 +07:00
Martin Doerr
66fc8ff9fe
8300405: Screen capture for test JFileChooserSetLocationTest.java, failure case
...
Backport-of: db8fa1be05
2024-01-26 04:25:39 +07:00
Aleksey Shipilev
254cd1e644
8284760: Correct type/array element offset in LibraryCallKit::get_state_from_digest_object()
...
Backport-of: 2ba5cc4163
2024-01-26 04:25:39 +07:00
Aleksey Shipilev
7519f33cd1
8270894: Use acquire semantics in ObjectSynchronizer::read_stable_mark()
...
Reviewed-by: phh, rkennke
Backport-of: f22619032d
2024-01-26 04:25:39 +07:00
Aleksey Shipilev
99e5e2b2ed
8270794: Avoid loading Klass* twice in TypeArrayKlass::oop_size()
...
Backport-of: ea49691f1d
2024-01-26 04:25:38 +07:00
Martin Doerr
3b0511eb7b
8300098: java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java fails with internal timeout when executed with TieredCompilation1/3
...
Backport-of: ecf8842cd2
2024-01-26 04:25:38 +07:00
Martin Doerr
8b27a6088c
8293811: Provide a reason for PassFailJFrame.forceFail
...
Reviewed-by: mbaesken, shade
Backport-of: 64b96e5cf5
2024-01-26 04:25:38 +07:00
Martin Doerr
6ed162e3d0
8282404: DrawStringWithInfiniteXform.java failed with "RuntimeException: drawString with InfiniteXform transform takes long time"
...
Backport-of: a53be204cb
2024-01-26 04:25:38 +07:00
Christoph Langer
82ddfdfafb
8291444: GHA builds/tests won't run manually if disabled from automatic running
...
Backport-of: 5c0ff26f32
2024-01-26 04:25:38 +07:00
Matthias Baesken
6c266fe6a2
8308872: enhance logging and some exception in krb5/Config.java
...
Backport-of: 70670b4af6
2024-01-26 04:25:37 +07:00
Goetz Lindenmaier
250c085f7b
8306135: Clean up and open source some AWT tests
...
Backport-of: 4ad3ac6317
2024-01-26 04:25:37 +07:00
Goetz Lindenmaier
dc0313cecb
8306575: Clean up and open source four Dialog related tests
...
Backport-of: 8d696aea9e
2024-01-26 04:25:37 +07:00
Matthias Baesken
0ea1d178ed
8303047: avoid NULL after 8301661
...
Backport-of: 221f34634d
2024-01-26 04:25:37 +07:00
Martin Doerr
9855a34707
8290469: Add new positioning options to PassFailJFrame test framework
...
Reviewed-by: mbaesken
Backport-of: 568be58e85
2024-01-26 04:25:36 +07:00
Goetz Lindenmaier
751fbca30b
8306682: Open source a few more AWT Choice tests
...
Backport-of: f39641ccbd
2024-01-26 04:25:36 +07:00
Goetz Lindenmaier
3db747bc02
8306484: Open source several AWT Choice jtreg tests
...
Backport-of: b5362dadc5
2024-01-26 04:25:36 +07:00
Goetz Lindenmaier
9a26ad3a12
8306430: Open source some AWT tests related to TextComponent and Toolkit
...
Backport-of: 36ec05d52a
2024-01-26 04:25:36 +07:00
Goetz Lindenmaier
72ee2cd0d9
8306372: Open source AWT CardLayout and Checkbox tests
...
Backport-of: 781d6d793a
2024-01-26 04:25:35 +07:00
Goetz Lindenmaier
52cfd8df92
8306134: Open source some AWT tests relating to Button and a few other classes
...
Backport-of: fdb4bafa31
2024-01-26 04:25:35 +07:00
Goetz Lindenmaier
89d6443696
8289077: Add manual tests to open
...
Backport-of: 787e16bb44
2024-01-26 04:25:35 +07:00
Goetz Lindenmaier
d6fbcc3a81
8301074: Replace NULL with nullptr in share/opto/
...
Reviewed-by: mdoerr
Backport-of: 5726d31e56
2024-01-26 04:25:34 +07:00
Martin Doerr
1d52ada92b
8269466: Factor out the common code for initializing and starting internal VM JavaThreads
...
Reviewed-by: mbaesken
Backport-of: 4107dcf6ec
2024-01-26 04:25:34 +07:00
Martin Doerr
491c3795dd
8297887: Update Siphash
...
Backport-of: bacf652311
2024-01-26 04:25:34 +07:00
Sergey Bylokhov
006e58da49
8297681: Unnecessary color conversion during 4BYTE_ABGR_PRE to INT_ARGB_PRE blit
...
Backport-of: 8ffed34e1d
2024-01-26 04:25:34 +07:00
Aleksey Shipilev
e0ebb41ad8
8307156: native_thread not protected by TLH
...
Reviewed-by: phh, mgronlun
Backport-of: 0c6529d2d3
2024-01-26 04:25:33 +07:00
Aleksey Shipilev
521f27b0f4
8290464: Optimize ResourceArea zapping on ResourceMark release
...
Backport-of: 7841e5cc38
2024-01-26 04:25:33 +07:00
Sergey Bylokhov
5dc588385c
8295812: Skip the "half float" support in LittleCMS during the build
...
Backport-of: f0a6e71e4d
2024-01-26 04:25:33 +07:00
Sergey Bylokhov
865a640c55
8308152: PropertyDescriptor should work with overridden generic getter method
...
Backport-of: 73dd03cc5a
2024-01-26 04:25:33 +07:00
Aleksey Shipilev
c3f24049d3
8310126: C1: Missing receiver null check in Reference::get intrinsic
...
Backport-of: 02aaab12e3
2024-01-26 04:25:32 +07:00
Aleksey Shipilev
329f53af21
8305425: Thread.isAlive0 doesn't need to call into the VM
...
Reviewed-by: phh, mdoerr
Backport-of: 35cb303a2c
2024-01-26 04:25:32 +07:00
Martin Doerr
1ae623274f
8289238: Refactoring changes to PassFailJFrame Test Framework
...
Reviewed-by: mbaesken, phh
Backport-of: 15efb2bdeb
2024-01-26 04:25:32 +07:00
Martin Doerr
2fac2f11c5
8305950: Have -XshowSettings option display tzdata version
...
Backport-of: 07f55c5ea2
2024-01-26 04:25:32 +07:00
Martin Doerr
2977c36e05
8298974: Add ftcolor.c to imported freetype sources
...
Backport-of: 05f9e7676e
2024-01-26 04:20:52 +07:00
William Kemper
7a39938ae1
8287227: Shenandoah: A couple of virtual thread tests failed with iu mode even without Loom enabled.
...
Backport-of: 210a06a287
2024-01-26 04:15:12 +07:00
William Kemper
e9fd71da70
8277654: Shenandoah: Don't produce new memory state in C2 LRB runtime call
...
Backport-of: 3d39f09c6c
2024-01-26 04:15:12 +07:00
Martin Doerr
78e7dde58e
8229147: Linux os::create_thread() overcounts guardpage size with newer glibc (>=2.27)
...
Reviewed-by: mbaesken
Backport-of: 9ebcda2165
2024-01-26 04:15:12 +07:00
Martin Doerr
b51192330e
8303215: Make thread stacks not use huge pages
...
Backport-of: 59d9d9fcb9
2024-01-26 04:15:11 +07:00
Martin Doerr
426071bc7e
8306428: RunThese30M.java crashed with assert(early->flag() == current->flag() || early->flag() == mtNone)
...
Reviewed-by: mbaesken
Backport-of: ca54f4e007
2024-01-26 04:15:11 +07:00
Martin Doerr
9d97fa8a9b
8308643: Incorrect value of 'used' jvmstat counter
...
Backport-of: 92167505b2
2024-01-26 04:15:11 +07:00
Martin Doerr
054478cdb4
8306281: function isWsl() returns false on WSL2
...
Backport-of: 9b0baa10b9
2024-01-26 04:15:11 +07:00
Martin Doerr
87c997b906
8309613: [Windows] hs_err files sometimes miss information about the code containing the error
...
Reviewed-by: phh
Backport-of: bd79db3930
2024-01-26 04:15:11 +07:00
Martin Doerr
7a73b2b1ba
8153837: AArch64: Handle special cases for MaxINode & MinINode
...
Backport-of: b3684f4bac
2024-01-26 04:15:10 +07:00
Aleksey Shipilev
c842d1a9b3
8309862: Unsafe list operations in JfrStringPool
...
Reviewed-by: mgronlun
Backport-of: 05f896a153
2024-01-26 04:15:10 +07:00
Goetz Lindenmaier
3da5e4f181
8307301: Update HarfBuzz to 7.2.0
...
Backport-of: d8b230c384
2024-01-26 04:15:10 +07:00
Goetz Lindenmaier
a9b01d0560
8307604: gcc12 based Alpine build broken build after JDK-8307301
...
Reviewed-by: mdoerr
Backport-of: d2e0e534d7
2024-01-26 04:15:09 +07:00
Goetz Lindenmaier
a0e4dbd242
8307569: Build with gcc8 is broken after JDK-8307301
...
Reviewed-by: shade
Backport-of: 64c0962866
2024-01-26 04:15:09 +07:00
Goetz Lindenmaier
16e52fb94c
8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar
...
Backport-of: aa5b718933
2024-01-26 04:15:09 +07:00
Martin Doerr
998456a087
8306435: Juggle04/TestDescription.java should be a booleanArr test and not a byteArr one
...
Backport-of: ce493dda90
2024-01-26 04:15:09 +07:00
Martin Doerr
463bf0dcaf
8304845: Update PCSC-Lite for Suse Linux to 1.9.9 and fix incomplete license wording
...
Backport-of: 33d6614150
2024-01-26 04:15:09 +07:00
Martin Doerr
1e3a8b4a5a
8040793: vmTestbase/nsk/monitoring/stress/lowmem fails on calling isCollectionUsageThresholdExceeded()
...
Backport-of: 0025764ec0
2024-01-26 04:15:08 +07:00
Martin Doerr
2739e20e52
8300659: Refactor TestMemoryAwareness to use WhiteBox api for host values
...
Backport-of: 3c61d5aa48
2024-01-26 04:15:08 +07:00
Martin Doerr
ca4bd8dc7d
8283056: show abstract machine code in hs-err for all VM crashes
...
Backport-of: 69e4e338b1
2024-01-26 04:15:08 +07:00
William Kemper
7fbc683c84
8267188: gc/stringdedup/TestStringDeduplicationInterned.java fails with Shenandoah
...
Reviewed-by: phh, shade
Backport-of: 7212561dd1
2024-01-26 04:15:08 +07:00
Martin Doerr
e212097b82
8263044: jdk/jfr/jvm/TestDumpOnCrash.java timed out
...
Backport-of: 94ec729faa
2024-01-26 04:15:08 +07:00
Martin Doerr
c0ef58c729
8274986: max code printed in hs-err logs should be configurable
...
Reviewed-by: mbaesken
Backport-of: 33050f8013
2024-01-26 04:15:07 +07:00
Martin Doerr
4773884004
8252713: jtreg time out of CtrlASCII.java seems to hang the Xserver.
...
Backport-of: 6d6046b379
2024-01-26 04:15:07 +07:00
Martin Doerr
fe9661d5cc
8291830: jvmti/RedefineClasses/StressRedefine failed: assert(!is_null(v)) failed: narrow klass value can never be zero
...
Backport-of: fb6fd03233
2024-01-26 04:15:07 +07:00
Aleksey Shipilev
cb4a2ec936
8293012: ConstantPool::print_on can crash if _cache is NULL
...
Backport-of: 9424d6d487
2024-01-26 04:15:07 +07:00
Aleksey Shipilev
68c4e9afa7
8309956: Shenandoah: Strengthen the mark word check in string dedup
...
Backport-of: 57b8251241
2024-01-26 04:15:06 +07:00
Aleksey Shipilev
4297e17430
8309228: Clarify EXPERIMENTAL flags comment in hotspot/share/runtime/globals.hpp
...
Backport-of: 96a7db7b3c
2024-01-26 04:15:06 +07:00
Martin Doerr
f8e0cb08c8
8282665: [REDO] ByteBufferTest.java: replace endless recursion with RuntimeException in void ck(double x, double y)
...
Backport-of: d07f7c76c5
2024-01-26 04:15:06 +07:00
Martin Doerr
c8673d110a
8272586: emit abstract machine code in hs-err logs
...
8275031: runtime/ErrorHandling/MachCodeFramesInErrorFile.java fails when hsdis is present
8277102: Dubious PrintCompilation output
Reviewed-by: mbaesken
Backport-of: b60837a7d5
2024-01-26 04:15:06 +07:00
Martin Doerr
0d5767e708
8289688: jfr command hangs when it processes invalid file
...
Backport-of: dd9bd31b86
2024-01-26 04:15:06 +07:00
Martin Doerr
dbe41c30fa
8286481: Exception printed to stdout on Windows when storing transparent image in clipboard
...
Backport-of: 5264881a15
2024-01-26 04:15:05 +07:00
Aleksey Shipilev
0e61e9720b
8306738: Select num workers for safepoint ParallelCleanupTask
...
Reviewed-by: phh
Backport-of: 672bade522
2024-01-26 04:15:05 +07:00
William Kemper
252b328b8e
8293252: Shenandoah: ThreadMXBean synchronizer tests crash with aggressive heuristics
...
Backport-of: 3675f4c2af
2024-01-26 04:15:05 +07:00
Frederic Thevenet
020fb3146b
8309959: JFR: Display N/A for missing data amount
...
Reviewed-by: stuefe, sgehwolf
Backport-of: 9872a14192
2024-01-26 04:15:05 +07:00
Aleksey Shipilev
d73e895b30
8295811: serviceability/sa/TestObjectAlignment.java fails on x86_32
...
Backport-of: 7cbf6721dc
2024-01-26 04:15:04 +07:00
Aleksey Shipilev
4a8f9ef507
8295657: SA: Allow larger object alignments
...
Backport-of: dfd2d83144
2024-01-26 04:15:04 +07:00
Aleksey Shipilev
4514a185ff
8272654: Mark word accesses should not use Access API
...
Reviewed-by: phh
Backport-of: a81e5e9353
2024-01-26 04:15:04 +07:00
Frederic Thevenet
bec0256895
8309550: jdk.jfr.internal.Utils::formatDataAmount method should gracefully handle amounts equal to Long.MIN_VALUE
...
Reviewed-by: stuefe, sgehwolf
Backport-of: a1ab377d99
2024-01-26 04:15:04 +07:00
Aleksey Shipilev
068a69ed05
8279545: Buffer overrun in reverse_words of sharedRuntime_x86_64.cpp:3517
...
Backport-of: 35734ad080
2024-01-26 04:15:03 +07:00
Goetz Lindenmaier
4a273e3a53
8305815: Update Libpng to 1.6.39
...
Backport-of: 14874779ee
2024-01-26 04:15:03 +07:00
Goetz Lindenmaier
9c44b1e3c8
8292315: Tests should not rely on specific JAR file names (hotspot)
...
Reviewed-by: phh
Backport-of: 62a7fc60d3
2024-01-26 04:15:03 +07:00
Goetz Lindenmaier
48d3719305
8292316: Tests should not rely on specific JAR file names (jpackage)
...
Backport-of: 45c3e898ed
2024-01-26 04:15:03 +07:00
Goetz Lindenmaier
d46d70ef00
8285756: clean up use of bad arguments for @clean in langtools tests
...
Backport-of: 3312d8c620
2024-01-26 04:15:03 +07:00
Goetz Lindenmaier
13fcde07bb
8286620: Create regression test for verifying setMargin() of JRadioButton
...
Backport-of: 67f1bd7ff1
2024-01-26 04:15:02 +07:00
Goetz Lindenmaier
41f9fafa08
8280396: G1: Full gc mark stack draining should prefer to make work available to other threads
...
Backport-of: 674a97b27e
2024-01-26 04:15:02 +07:00
Goetz Lindenmaier
1c5bb09ba7
8281507: Two javac tests have bad jtreg @clean tags
...
Backport-of: 86723d4892
2024-01-26 04:15:02 +07:00
Goetz Lindenmaier
2500e55ad1
8209398: sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failed with "PKCS11Exception: CKR_ATTRIBUTE_SENSITIVE"
...
Backport-of: d64820dfef
2024-01-26 04:15:02 +07:00
Goetz Lindenmaier
e1aa843267
8267341: macos attempt_reserve_memory_at(arg1, arg2, true) failure
...
8271898: disable os.release_multi_mappings_vm on macOS-X64
Reviewed-by: lucy
Backport-of: d1efb0cc56
2024-01-26 04:15:01 +07:00
Goetz Lindenmaier
5b9a16ee73
8278456: Define jtreg jdk_desktop test group time-based sub-tasks for use by headful testing.
...
Backport-of: 81c56c700a
2024-01-26 04:15:01 +07:00
Scott Gibbons
2a8da9582c
8300584: Accelerate AVX-512 CRC32C for small buffers
...
Reviewed-by: sgibbons, phh
Backport-of: 7c2f77a422
2024-01-26 04:15:01 +07:00
Goetz Lindenmaier
2ffe0871c8
8289748: C2 compiled code crashes with SIGFPE with -XX:+StressLCM and -XX:+StressGCM
...
8301959: Compile command in compiler.loopopts.TestRemoveEmptyCountedLoop does not work
Reviewed-by: roland
Backport-of: 97c611d029
2024-01-26 04:15:00 +07:00
Goetz Lindenmaier
c9ca524c66
8271707: migrate tests to use jdk.test.whitebox.WhiteBox
...
Reviewed-by: mdoerr
Backport-of: e7795851d2
2024-01-26 04:15:00 +07:00
Matthias Baesken
c2ee489c7b
8309340: Provide sctpHandleSocketErrorWithMessage
...
Reviewed-by: mdoerr
Backport-of: 3b85f84f02
2024-01-26 04:15:00 +07:00
Goetz Lindenmaier
07a42465af
8302150: Speed up compiler/codegen/Test7100757.java
...
Backport-of: 16a4f02f2d
2024-01-26 04:14:59 +07:00
Goetz Lindenmaier
ece4d4e94c
8282651: ZGC: vmTestbase/gc/ArrayJuggle/ tests fails intermittently with exit code 97
...
Backport-of: 1f438a8a70
2024-01-26 04:14:59 +07:00
Goetz Lindenmaier
edea0ace67
8299962: Speed up compiler/intrinsics/unsafe/DirectByteBufferTest.java and HeapByteBufferTest.java
...
Backport-of: 7c1ebcc4ce
2024-01-26 04:14:59 +07:00
Goetz Lindenmaier
59219d5cff
8298921: Create a regression test for JDK-8139581
...
Backport-of: 834e50e9ef
2024-01-26 04:14:59 +07:00
Matthias Baesken
6f0be0d7bb
8305858: Resolve multiple definition of 'handleSocketError' when statically linking with JDK native libraries
...
Backport-of: 2bbbff209d
2024-01-26 04:14:59 +07:00
Zdenek Zambersky
d5e5457fa3
8309138: Fix container tests for jdks with symlinked conf dir
...
Backport-of: ec55539534
2024-01-26 04:14:58 +07:00
Kirill A. Korinsky
4beb6d3064
8305995: Footprint regression from JDK-8224957
...
Backport-of: 7551529854
2024-01-26 04:14:58 +07:00
Matthias Baesken
27de14d8a0
8308300: enhance exceptions in MappedMemoryUtils.c
...
Backport-of: 69f508a2ac
2024-01-26 04:14:58 +07:00
Matthias Baesken
a8ee9063bf
8309297: Adjust ShenandoahHeap print_heap_regions_on
...
Backport-of: 9233dcc838
2024-01-26 04:14:58 +07:00
Aleksey Shipilev
0c2f36603d
8307395: Add missing STS to Shenandoah
...
Reviewed-by: rkennke
Backport-of: 3968ab5db5
2024-01-26 04:14:57 +07:00
Matthias Baesken
619e3e022e
8308156: VerifyCACerts.java misses blank in error output
...
Backport-of: 5a92aae1d9
2024-01-26 04:14:57 +07:00
Ningsheng Jian
05863f660b
8307572: AArch64: Vector registers are clobbered by some macroassemblers
...
Reviewed-by: aph
Backport-of: 33d9a85730
2024-01-26 04:14:57 +07:00
Oli Gillespie
6147a01928
8304976: Optimize DateTimeFormatterBuilder.ZoneTextPrinterParser.getTree()
...
Reviewed-by: shade, stsypanov, phh
Backport-of: 438c969b7b
2024-01-26 04:14:57 +07:00
Matthias Baesken
2b96505cc5
8269091: javax/sound/sampled/Clip/SetPositionHang.java failed with ArrayIndexOutOfBoundsException: Array index out of range: -4
...
Backport-of: 1a7b70a8be
2024-01-26 04:14:56 +07:00
Matthias Baesken
541456a45d
8283756: (zipfs) ZipFSOutputStreamTest.testOutputStream should only check inflated bytes
...
Backport-of: 0c472c8a4f
2024-01-26 04:14:56 +07:00
Aleksey Shipilev
2394633460
8301187: Memory leaks in OopMapCache
...
Backport-of: e2a3b20ca8
2024-01-26 04:14:56 +07:00
Aleksey Shipilev
1ca830df1f
8300053: Shenandoah: Handle more GCCauses in ShenandoahControlThread::request_gc
...
Backport-of: cac72a6018
2024-01-26 04:14:56 +07:00
Aleksey Shipilev
1d2f95de4d
8298138: Shenandoah: HdrSeq asserts "sub-bucket index (512) overflow for value ( 1.00)"
...
Backport-of: c16eb89ce0
2024-01-26 04:14:55 +07:00
Aleksey Shipilev
99e8afb216
8292698: Improve performance of DataInputStream
...
Backport-of: 74a51ccc86
2024-01-26 04:14:55 +07:00
Goetz Lindenmaier
328dcb1c27
8309107: Bump update version for OpenJDK: jdk-17.0.9
...
Reviewed-by: mdoerr
2024-01-26 04:14:55 +07:00
Vitaly Provodin
881d85e8a6
update exclude list on results of 17.0.8.1_b829.23 test runs
2024-01-26 04:13:34 +07:00
Ben Taylor
b508ce51d9
8313765: Invalid CEN header (invalid zip64 extra data field size)
...
Reviewed-by: simonis
Backport-of: 13f6450e2e
2024-01-25 10:41:11 +07:00
Ben Taylor
167bdeaa70
8314677: Bump update version for OpenJDK: jdk-17.0.8.1
...
Reviewed-by: simonis, goetz
2024-01-25 10:41:11 +07:00
Vitaly Provodin
28734c37cc
update exclude list on results of 17.0.8_b829.19 test runs
2024-01-25 10:39:52 +07:00
Christoph Langer
0e41686f79
8311467: [17u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 17.0.8
...
Reviewed-by: goetz
2024-01-24 18:50:16 +07:00
Andrew Haley
e5355f925a
8308682: Enhance AES performance
...
Reviewed-by: adinn
Backport-of: ff9eac237d434b51e22ae55cf95595731a2e676c
2024-01-24 18:50:00 +07:00
Martin Balao
d5f59b81f1
8305312: Enhanced path handling
...
Reviewed-by: yan
Backport-of: cb7cef2b85264c2bd2d00f1c0e5010969aa618d3
2024-01-24 18:50:00 +07:00
Martin Balao
3205bbdf4c
8304468: Better array usages
...
Reviewed-by: mbaesken
Backport-of: cb7cef2b85264c2bd2d00f1c0e5010969aa618d3
2024-01-24 18:50:00 +07:00
Martin Balao
e6de5ae4a5
8304460: Improve array usages
...
Reviewed-by: yan
Backport-of: 45a4e33d424fa953ce40edd9cff023f8bb0d04e1
2024-01-24 18:50:00 +07:00
Aleksei Voitylov
22bc343ce2
8303376: Better launching of JDI
...
Reviewed-by: yan, mbalao
Backport-of: 96cae3b3bc39898a60071369f8264e8503df32a0
2024-01-24 18:49:59 +07:00
Yuri Nesterenko
5a87163297
8302483: Enhance ZIP performance
...
Reviewed-by: mbalao
Backport-of: 05661fdcb4ced0c7c2e9eab3464c2447f38c94c3
2024-01-24 18:49:59 +07:00
Ekaterina Vergizova
4a4de37259
8302475: Enhance HTTP client file downloading
...
Reviewed-by: mbalao
Backport-of: 1d26da2ef83de0c76f3c4b85c98c6c30d2e3aaf3
2024-01-24 18:49:59 +07:00
Alexei Voitylov
a1f677d7ce
8300596: Enhance Jar Signature validation
...
Reviewed-by: yan, mbalao
Backport-of: a099d8bf015950db7f0b0ca792e4a9dc951a15cf
2024-01-24 18:49:59 +07:00
Aleksei Voitylov
a72d81ffc5
8300285: Enhance TLS data handling
...
Reviewed-by: yan, mbalao
Backport-of: 3d6dc4022049fb83b92ba94150ba2c073de88892
2024-01-24 18:49:58 +07:00
Sergey Bylokhov
c7b3f56751
8298676: Enhanced Look and Feel
...
Reviewed-by: mbalao
Backport-of: 932ee4043e4a4a262a4c0b747f1367858f55198e
2024-01-24 18:49:58 +07:00
Roman Marchenko
4b7f7e29d4
8296565: Enhanced archival support
...
Reviewed-by: mbalao
Backport-of: 4706e8d4a2e7df021085933f3b3e96a26385a449
2024-01-24 18:49:58 +07:00
Olga Mikhaltsova
65f9813f77
8294323: Improve Shared Class Data
...
Reviewed-by: mbalao
Backport-of: a231b27b7bbd03b5c439583b278f045c8b84f55f
2024-01-24 18:49:58 +07:00
Christoph Langer
c6cd8920fd
8303465: KeyStore of type KeychainStore, provider Apple does not show all trusted certificates
...
Backport-of: ac41c03003
2024-01-24 18:49:57 +07:00
Severin Gehwolf
2ecd692f15
8308884: [17u/11u] Backout JDK-8297951
...
This reverts commit 08e30d0b37
Reviewed-by: shade
2024-01-24 18:49:57 +07:00
Goetz Lindenmaier
c6765bac23
8287876: The recently de-problemlisted TestTitledBorderLeak test is unstable
...
Backport-of: bf439f8c93
2024-01-24 18:49:57 +07:00
Goetz Lindenmaier
b014c7eb66
8308880: [17u] micro bench ZoneStrings missed in backport of 8278434
...
Reviewed-by: shade
2024-01-24 18:49:57 +07:00
Aleksey Shipilev
7ae38e463e
8293492: ShenandoahControlThread missing from hs-err log and thread dump
...
Reviewed-by: phh
Backport-of: 85ec1f8d02
2024-01-24 18:49:57 +07:00
Aleksey Shipilev
f190429cbd
8301637: ThreadLocalRandom.current().doubles().parallel() contention
...
Backport-of: cf6b9eb8c8
2024-01-24 18:49:56 +07:00
Aleksey Shipilev
71ab11f05b
8293295: Add type check asserts to java_lang_ref_Reference accessors
...
Reviewed-by: phh
Backport-of: 32f4dc8403
2024-01-24 18:49:56 +07:00
Aleksey Shipilev
a8b98935c2
8294183: AArch64: Wrong macro check in SharedRuntime::generate_deopt_blob
...
Backport-of: f3ba332fdc
2024-01-24 18:49:56 +07:00
Ningsheng Jian
8e26c2e309
8274243: Implement fast-path for ASCII-compatible CharsetEncoders on aarch64
...
Backport-of: ddddec7d74
2024-01-24 18:49:56 +07:00
Alexey Bakhtin
8c12f507c7
8303809: Dispose context in SPNEGO NegotiatorImpl
...
Backport-of: 10f1674625
2024-01-24 18:49:55 +07:00
Andrew John Hughes
872bc974df
8301119: Support for GB18030-2022
...
Reviewed-by: sgehwolf
Backport-of: a253b46021
2024-01-24 18:49:55 +07:00
Aleksey Shipilev
9fe0f346a5
8286331: jni_GetStringUTFChars() uses wrong heap allocator
...
Backport-of: b0d2b0a355
2024-01-24 18:49:55 +07:00
Aleksey Shipilev
717d66b7d7
8286346: 3-parameter version of AllocateHeap should not ignore AllocFailType
...
Backport-of: 64b05ccbed
2024-01-24 18:49:55 +07:00
Matthias Baesken
a2e9ee4a90
8301661: Enhance os::pd_print_cpu_info on macOS and Windows
...
Backport-of: 9145670354
2024-01-24 18:49:54 +07:00
Aleksey Shipilev
26d7cd4741
8292713: Unsafe.allocateInstance should be intrinsified without UseUnalignedAccesses
...
Backport-of: c0623972cf
2024-01-24 18:49:54 +07:00
Aleksey Shipilev
3c0c393570
8283520: JFR: Memory leak in dcmd_arena
...
Backport-of: 6a8be358d2
2024-01-24 18:49:54 +07:00
Victor Rudometov
a6565bcd82
8307128: Open source some drag and drop tests 4
...
8307799: Newly added java/awt/dnd/MozillaDnDTest.java has invalid jtreg `@requires` clause
Reviewed-by: phh
Backport-of: 98294242a9
2024-01-24 18:47:36 +07:00
Aleksey Shipilev
774f17a040
8294717: (bf) DirectByteBuffer constructor will leak if allocating Deallocator or Cleaner fails with OOME
...
Backport-of: 4cbac40de9
2024-01-24 18:47:36 +07:00
Alexey Pavlyutkin
ab565eee85
8300939: sun/security/provider/certpath/OCSP/OCSPNoContentLength.java fails due to network errors
...
Reviewed-by: goetz
Backport-of: da044dd569
2024-01-24 18:47:36 +07:00
Aleksey Shipilev
52c348dbe8
8275287: Relax memory ordering constraints on updating instance class and array class counters
...
Backport-of: 002c538bc0
2024-01-24 18:47:36 +07:00
Arno Zeller
9f9d4bea0f
8307347: serviceability/sa/ClhsdbDumpclass.java could leave files owned by root on macOS
...
Backport-of: 5c7ede94ae
2024-01-24 18:47:36 +07:00
Aleksey Shipilev
62226decbd
8274615: Support relaxed atomic add for linux-aarch64
...
Reviewed-by: aph
Backport-of: 8de26361f7
2024-01-24 18:47:35 +07:00
Matthias Baesken
071fd7e6cf
8307135: java/awt/dnd/NotReallySerializableTest/NotReallySerializableTest.java failed
...
Backport-of: d43a5a289f
2024-01-24 18:47:35 +07:00
Aleksey Shipilev
5b07020ff7
8227060: Optimize safepoint cleanup subtask order
...
Reviewed-by: phh
Backport-of: 96a542feb2
2024-01-24 18:47:35 +07:00
Victor Rudometov
adf557058e
8306640: Open source several AWT TextArea related tests
...
Backport-of: 169a7c27a7
2024-01-24 18:47:35 +07:00
Goetz Lindenmaier
7018443ad0
8308554: [17u] Fix commit of 8286191. vm.musl was not removed from ExternalEditorTest
...
Reviewed-by: shade
2024-01-24 18:47:34 +07:00
Victor Rudometov
e53c64dd1b
8306752: Open source several container and component AWT tests
...
Backport-of: 88d9ebf8e8
2024-01-24 18:47:34 +07:00
Victor Rudometov
30449f4eb4
8306755: Open source few Swing JComponent and AbstractButton tests
...
Backport-of: f3e8bd1d11
2024-01-24 18:47:34 +07:00
Victor Rudometov
5549727edb
8306683: Open source several clipboard and color AWT tests
...
Backport-of: 1c2dadc31e
2024-01-24 18:47:34 +07:00
Victor Rudometov
0fe4f3a70d
8306652: Open source AWT MenuItem related tests
...
Backport-of: ed1ebd242a
2024-01-24 18:47:33 +07:00
Victor Rudometov
2f69de5976
8306409: Open source AWT KeyBoardFocusManger, LightWeightComponent related tests
...
Backport-of: 732179ca84
2024-01-24 18:47:33 +07:00
Victor Rudometov
1c535d77df
8306850: Open source AWT Modal related tests
...
Backport-of: 41ba05e450
2024-01-24 18:47:33 +07:00
Victor Rudometov
4ad28ee103
8306072: Open source several AWT MouseInfo related tests
...
Backport-of: 44d9f55d0b
2024-01-24 18:47:33 +07:00
Victor Rudometov
a55a46e2c4
8307080: Open source some more JComboBox jtreg tests
...
Backport-of: b8de39431d
2024-01-24 18:47:32 +07:00
Victor Rudometov
3ca1fc1692
8306133: Open source few AWT Drag & Drop related tests
...
Backport-of: ec5c7926f3
2024-01-24 18:47:32 +07:00
Victor Rudometov
129a24c06d
8306681: Open source more AWT DnD related tests
...
Backport-of: 05af487a2d
2024-01-24 18:47:32 +07:00
Victor Rudometov
03f2f4fdee
8306955: Open source several JComboBox jtreg tests
...
Backport-of: 1f689241cf
2024-01-24 18:47:31 +07:00
Victor Rudometov
c599cd276a
8306432: Open source several AWT Text Component related tests
...
Backport-of: 485a0691f4
2024-01-24 18:47:31 +07:00
Victor Rudometov
da04feb3a1
8306954: Open source five Focus related tests
...
Backport-of: 6d6d00b69c
2024-01-24 18:47:31 +07:00
Jiangli Zhou
323dd8b0e2
8307134: Add GTS root CAs
...
Reviewed-by: phh
Backport-of: 03030d47eb
2024-01-24 18:47:31 +07:00
Alexey Pavlyutkin
c5fcb73819
8268582: javadoc throws NPE with --ignore-source-errors option
...
Backport-of: 0dfb3a705d
2024-01-24 18:47:30 +07:00
Aleksey Shipilev
4439c94f22
8287854: Dangling reference in ClassVerifier::verify_class
...
Backport-of: 3fa99844a6
2024-01-24 18:47:30 +07:00
Alexey Pavlyutkin
dbd6b81695
8275233: Incorrect line number reported in exception stack trace thrown from a lambda expression
...
Backport-of: d7c283a081
2024-01-24 18:47:30 +07:00
Alexey Pavlyutkin
5ee1d5591d
8296343: CPVE thrown on missing content-length in OCSP response
...
Backport-of: 1a3cb8c501
2024-01-24 18:47:30 +07:00
Aleksey Shipilev
bc84cc2150
8261495: Shenandoah: reconsider update references memory ordering
...
Backport-of: a96012a7af
2024-01-24 18:47:30 +07:00
Aleksey Shipilev
a9c30770e6
8297154: Improve safepoint cleanup logging
...
Backport-of: 086763a629
2024-01-24 18:47:29 +07:00
Victor Rudometov
e13e80c350
8306753: Open source several container AWT tests
...
Backport-of: b372f28ad4
2024-01-24 18:47:29 +07:00
William Kemper
58d750dc3a
8307378: Allow collectors to provide specific values for GC notifications' actions
...
Reviewed-by: phh
Backport-of: 8f816bbd28f2b771f2b070f49718a492c1a0771a
2024-01-24 18:47:29 +07:00
Christoph Langer
176d2b23ee
8284331: Add sanity check for signal handler modification warning.
...
Reviewed-by: kevinw
Backport-of: 116763cb5d
2024-01-24 18:47:28 +07:00
Christoph Langer
583b4630e1
8276058: Some swing test fails on specific CI macos system
...
8277407: javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java fails to compile after JDK-8276058
Backport-of: 91607436b7
2024-01-24 18:47:28 +07:00
Jonathan Dowland
335995ed74
8304350: Font.getStringBounds calculates wrong width for TextAttribute.TRACKING other than 0.0
...
Reviewed-by: andrew
Backport-of: 6b9b7d1d92
2024-01-24 18:45:33 +07:00
Victor Rudometov
836e59adb4
8306489: Open source AWT List related tests
...
Backport-of: 82a8e91ef7
2024-01-24 16:06:38 +07:00
Victor Rudometov
df19c6884a
8307133: Open source some JTable jtreg tests
...
Backport-of: 5ca0b08a75
2024-01-24 16:06:38 +07:00
Victor Rudometov
0a0336d8e6
8306943: Open source several dnd AWT tests
...
Backport-of: 2adb3b409e
2024-01-24 16:06:37 +07:00
Victor Rudometov
9a5a69cef3
8307381: Open Source JFrame, JIF related Swing Tests
...
Backport-of: 4386d42d31
2024-01-24 16:06:37 +07:00
Victor Rudometov
93cd781ee3
8306871: Open source more AWT Drag & Drop tests
...
Backport-of: b5a48277ab
2024-01-24 16:06:37 +07:00
Victor Rudometov
d040caa245
8306941: Open source several datatransfer and dnd AWT tests
...
Backport-of: 3d3eaed913
2024-01-24 16:06:37 +07:00
Victor Rudometov
9c48c35142
8307130: Open source few Swing JMenu tests
...
Backport-of: d9052b9466
2024-01-24 16:06:36 +07:00
Oli Gillespie
e1f29fe4d6
8307346: Add missing gc+phases logging for ObjectCount(AfterGC) JFR event collection code
...
Backport-of: 3f1927a7f3
2024-01-24 16:06:36 +07:00
Soumadipta Roy
dc619187c9
8307425: Socket input stream read burns CPU cycles with back-to-back poll(0) calls
...
Reviewed-by: ogillespie, shade
Backport-of: 73ac710533
2024-01-24 16:06:36 +07:00
Victor Rudometov
0e2f4ca9fa
8306996: Open source Swing MenuItem related tests
...
Backport-of: 73491fa452
2024-01-24 16:06:35 +07:00
ktakakuri
bf857c4396
8248001: javadoc generates invalid HTML pages whose ftp:// links are broken
...
Backport-of: bb95dda0ac
2024-01-24 16:06:35 +07:00
Matthias Baesken
95ceb7f844
8304760: Add 2 Microsoft TLS roots
...
Reviewed-by: mdoerr
Backport-of: c7e1df8328
2024-01-24 16:06:35 +07:00
Andrei Pangin
007532d98d
8299544: Improve performance of CRC32C intrinsics (non-AVX-512) for small inputs
...
Reviewed-by: phh
Backport-of: 8c70bf3fff
2024-01-24 16:06:35 +07:00
Martin Doerr
d2d8cc17ad
8295974: jni_FatalError and Xcheck:jni warnings should print the native stack when there are no Java frames
...
Reviewed-by: rrich
Backport-of: 375743336d
2024-01-24 16:06:34 +07:00
Matthias Baesken
5a903d86ac
8305975: Add TWCA Global Root CA
...
Reviewed-by: mdoerr
Backport-of: 82ccfe3a21
2024-01-24 16:06:34 +07:00
Matthias Baesken
457d468569
8282201: Consider removal of expiry check in VerifyCACerts.java test
...
Backport-of: 5b43804b79
2024-01-24 16:06:34 +07:00
Martin Doerr
0100fc0b73
8305088: SIGSEGV in Method::is_method_handle_intrinsic
...
Reviewed-by: mbaesken
2024-01-24 16:06:34 +07:00
Matthias Baesken
a8abd9a587
8304054: Linux: NullPointerException from FontConfiguration.getVersion in case no fonts are installed
...
Backport-of: 3c7ab80501
2024-01-24 16:06:34 +07:00
Matthias Baesken
8a40641e46
8304867: Explicitly disable dtrace for ppc builds
...
Reviewed-by: clanger
Backport-of: ff368d504e
2024-01-24 16:06:33 +07:00
Goetz Lindenmaier
9598c7e7ac
8297587: Upgrade JLine to 3.22.0
...
Reviewed-by: mbaesken
Backport-of: 4619e8bae8
2024-01-24 16:06:33 +07:00
Richard Reingruber
0b2f4cfbef
8301216: ForkJoinPool invokeAll() ignores timeout
...
Reviewed-by: clanger
2024-01-24 16:06:33 +07:00
Goetz Lindenmaier
6eb231c2c9
8296934: Write a test to verify whether Undecorated Frame can be iconified or not
...
Backport-of: 7845b0d7b4
2024-01-24 16:06:33 +07:00
Goetz Lindenmaier
29c6f19c40
8292206: TestCgroupMetrics.java fails as getMemoryUsage() is lower than expected
...
Backport-of: 6ccee83958
2024-01-24 16:06:32 +07:00
Andrew Dinn
aaadcf6b6d
8307331: Correctly update line maps when class redefine rewrites bytecodes
...
Backport-of: f94f957734
2024-01-24 16:06:32 +07:00
Matthias Baesken
5e6bf3d7d1
8305993: Add handleSocketErrorWithMessage to extend nio Net.c exception message
...
Backport-of: ebba42ac52
2024-01-24 16:06:32 +07:00
Guoxiong Li
1875564f8d
8305690: [X86] Do not emit two REX prefixes in Assembler::prefix
...
Backport-of: 49726ee3a9
2024-01-24 16:06:32 +07:00
Goetz Lindenmaier
e39031a5a4
8299570: [JVMCI] Insufficient error handling when CodeBuffer is exhausted
...
Reviewed-by: shade
Backport-of: ad326fc62b
2024-01-24 16:06:31 +07:00
Goetz Lindenmaier
1be49891df
8302508: Add timestamp to the output TraceCompilerThreads
...
Reviewed-by: shade
Backport-of: f813dc7183
2024-01-24 16:06:31 +07:00
Goetz Lindenmaier
ae5c0fa19b
8297450: ScaledTextFieldBorderTest.java fails when run with -show parameter
...
Backport-of: ea83cb960d
2024-01-24 16:06:31 +07:00
Goetz Lindenmaier
047c272a98
8289509: Improve test coverage for XPath Axes: descendant, descendant-or-self, following, following-sibling
...
Backport-of: 1961e81e02
2024-01-24 16:06:31 +07:00
Goetz Lindenmaier
5054890f0d
8296084: javax/swing/JSpinner/4788637/bug4788637.java fails intermittently on a VM
...
Backport-of: 319faa5afc
2024-01-24 16:06:31 +07:00
Goetz Lindenmaier
8fb321aaf3
8292990: Improve test coverage for XPath Axes: parent
...
Backport-of: e393973761
2024-01-24 16:06:30 +07:00
Goetz Lindenmaier
4ff8596a73
8244976: vmTestbase/nsk/jdi/Event/request/request001.java doesn' initialize eName
...
Backport-of: 1451642317
2024-01-24 16:06:30 +07:00
Goetz Lindenmaier
a9e3ae723d
8286398: Address possibly lossy conversions in jdk.internal.le
...
Backport-of: e534c133af
2024-01-24 16:06:30 +07:00
Goetz Lindenmaier
63e060670e
8286191: misc tests fail due to JDK-8285987
...
Reviewed-by: mbaesken
Backport-of: de8f4d01b2
2024-01-24 16:06:30 +07:00
Goetz Lindenmaier
5b4ff34541
8285987: executing shell scripts without #! fails on Alpine linux
...
Backport-of: 9d2f591e6a
2024-01-24 16:06:29 +07:00
Goetz Lindenmaier
4e876a1be9
8283057: Update GCC to version 11.2.0 for Oracle builds on Linux
...
Reviewed-by: mbaesken
Backport-of: 8384ac4ed3
2024-01-24 16:06:29 +07:00
Goetz Lindenmaier
dcc88a4050
8275735: [linux] Remove deprecated Metrics api (kernel memory limit)
...
Backport-of: 9971a2cab3
2024-01-24 16:06:29 +07:00
Tyler Steele
ec7fb2dad8
8304291: [AIX] Broken build after JDK-8301998
...
Backport-of: 310aa93478
2024-01-24 16:06:29 +07:00
Aleksey Shipilev
22f4092bfc
8306825: Monitor deflation might be accidentally disabled by zero intervals
...
Backport-of: a6b4f25bd5
2024-01-24 16:06:28 +07:00
Aleksey Shipilev
9ebe44e802
8306774: Make runtime/Monitor/GuaranteedAsyncDeflationIntervalTest.java more reliable
...
Reviewed-by: serb, simonis
Backport-of: 9ad6dc881d
2024-01-24 16:06:28 +07:00
Aleksey Shipilev
79d7aa8ee5
8305994: Guarantee eventual async monitor deflation
...
Reviewed-by: eastigeevich, simonis
Backport-of: 6b81342c22
2024-01-24 16:06:28 +07:00
Christoph Langer
966b15a321
8257856: Make ClassFileVersionsTest.java robust to JDK version updates
...
Reviewed-by: mbaesken
Backport-of: 8b042d14b7
2024-01-24 16:06:28 +07:00
Goetz Lindenmaier
dfd7fe534d
8303508: Vector.lane() gets wrong value on x86
...
Backport-of: d61de141eb
2024-01-24 16:06:27 +07:00
Goetz Lindenmaier
26a3150c8b
8303069: Memory leak in CompilerOracle::parse_from_line
...
Backport-of: 384a8b85a7
2024-01-24 16:06:27 +07:00
Goetz Lindenmaier
f45ece0228
8303564: C2: "Bad graph detected in build_loop_late" after a CMove is wrongly split thru phi
...
Backport-of: 5e232cf0a9
2024-01-24 16:06:27 +07:00
Goetz Lindenmaier
94d41bd5fb
8303511: C2: assert(get_ctrl(n) == cle_out) during unrolling
...
Reviewed-by: shade
Backport-of: 3f2d929dc3
2024-01-24 16:06:27 +07:00
Alexey Pavlyutkin
8d25684ced
8303861: Error handling step timeouts should never be blocked by OnError and others
...
Reviewed-by: phh, stuefe
Backport-of: a00f5d24d3
2024-01-24 16:06:27 +07:00
Sergey Nazarkin
e3e1089f1f
8305481: gtest is_first_C_frame failing on ARM
...
Backport-of: 0243da2e4a
2024-01-24 16:06:26 +07:00
Goetz Lindenmaier
0909e5d604
8297955: LDAP CertStore should use LdapName and not String for DNs
...
8224768: Test ActalisCA.java fails
Backport-of: df9aad018a
2024-01-24 16:06:26 +07:00
Goetz Lindenmaier
9545049923
8303476: Add the runtime version in the release file of a JDK image
...
Backport-of: 32247c336a
2024-01-24 16:06:26 +07:00
Goetz Lindenmaier
4dbb684730
8287897: Augment src/jdk.internal.le/share/legal/jline.md with information on 4th party dependencies
...
Backport-of: bc28baeba9
2024-01-24 16:06:26 +07:00
Matthias Baesken
add182754f
8303822: gtestMain should give more helpful output
...
Backport-of: 0f26d09da8
2024-01-24 16:06:26 +07:00
Aleksey Shipilev
d3192dcd06
8301190: [vectorapi] The typeChar of LaneType is incorrect when default locale is tr
...
Backport-of: c3ff151457
2024-01-24 16:06:25 +07:00
Christoph Langer
53627aaf7b
8289735: UTIL_LOOKUP_PROGS fails on pathes with space
...
8306976: UTIL_REQUIRE_SPECIAL warning on grep
Reviewed-by: mbaesken
Backport-of: bad6aa68e4
2024-01-24 16:06:25 +07:00
Thomas Stuefe
46af756e63
8306883: Thread stacksize is reported with wrong units in os::create_thread logging
...
Backport-of: 27c5c1070a
2024-01-24 16:06:25 +07:00
William Kemper
c875421b48
8305403: Shenandoah evacuation workers may deadlock
...
Reviewed-by: shade
Backport-of: 793da60ee8
2024-01-24 16:06:25 +07:00
Goetz Lindenmaier
f809d247da
8303130: Document required Accessibility permissions on macOS
...
Reviewed-by: dmarkov
Backport-of: a10d5ac61b
2024-01-24 16:06:24 +07:00
Goetz Lindenmaier
8e5f70339e
8290822: C2: assert in PhaseIdealLoop::do_unroll() is subject to undefined behavior
...
Backport-of: cd77fcfb5f
2024-01-24 16:06:24 +07:00
Goetz Lindenmaier
241a6bb1a0
8301491: C2: java.lang.StringUTF16::indexOfChar intrinsic called with negative character argument
...
Backport-of: 47ca5773a5
2024-01-24 16:06:24 +07:00
Goetz Lindenmaier
ae51110c07
8300079: SIGSEGV in LibraryCallKit::inline_string_copy due to constant NULL src argument
...
Reviewed-by: mdoerr
Backport-of: 45e4e00981
2024-01-24 16:06:24 +07:00
Christoph Langer
f9d22b606c
8306664: GHA: Update MSVC version to latest stepping
...
Reviewed-by: shade
2024-01-24 16:06:23 +07:00
Goetz Lindenmaier
9795c3b6e1
8302595: use-after-free related to GraphKit::clone_map
...
Reviewed-by: rrich
Backport-of: 3cc459b6c2
2024-01-24 16:06:23 +07:00
Goetz Lindenmaier
5939f136dd
8293858: Change PKCS7 code to use default SecureRandom impl instead of SHA1PRNG
...
Backport-of: 2157145766
2024-01-24 16:06:23 +07:00
Goetz Lindenmaier
7102f8cae7
8254711: Add java.security.Provider.getService JFR Event
...
8294673: JFR: Add SecurityProviderService#threshold to TestActiveSettingEvent.java
Reviewed-by: mbaesken
Backport-of: bc2af47e1e
2024-01-24 16:06:23 +07:00
Anton Kozlov
7e0b1946e7
8306768: CodeCache Analytics reports wrong threshold
...
Reviewed-by: phh
2024-01-24 16:06:22 +07:00
Aleksey Shipilev
150c983e8a
8296545: C2 Blackholes should allow load optimizations
...
Reviewed-by: mdoerr
Backport-of: eab0ada3a1
2024-01-24 16:06:22 +07:00
Christoph Langer
894913f2f0
8306658: GHA: MSVC installation could be optional since it might already be pre-installed
...
Backport-of: d980cb4879
2024-01-24 16:06:22 +07:00
Aleksey Shipilev
3f6534c02a
8283566: G1: Improve G1BarrierSet::enqueue performance
...
Reviewed-by: tschatzl
Backport-of: 6ebf845ff7
2024-01-24 16:06:22 +07:00
Aleksey Shipilev
e9ed1df28c
8252990: Intrinsify Unsafe.storeStoreFence
...
Backport-of: b7a06be98d
2024-01-24 16:06:22 +07:00
Goetz Lindenmaier
b06324836d
8302594: use-after-free in Node::destruct
...
Backport-of: 2e3cea01da
2024-01-24 16:06:21 +07:00
Goetz Lindenmaier
7c2bf87540
8302172: [JVMCI] HotSpotResolvedJavaMethodImpl.canBeInlined must respect ForceInline
...
Backport-of: 1ef9f6507b
2024-01-24 16:06:21 +07:00
Goetz Lindenmaier
a27be7abf9
8301338: Identical branch conditions in CompileBroker::print_heapinfo
...
Reviewed-by: mbaesken
Backport-of: d583767bf1
2024-01-24 16:06:21 +07:00
Goetz Lindenmaier
65833ba2ab
8296412: Special case infinite loops with unmerged backedges in IdealLoopTree::check_safepts
...
Backport-of: da38d43fcc
2024-01-24 16:06:21 +07:00
Aleksey Shipilev
a822a7f689
8278146: G1: Rework VM_G1Concurrent VMOp to clearly identify it as pause
...
Reviewed-by: tschatzl
Backport-of: 3a1fca3adf
2024-01-24 16:06:20 +07:00
Masanori Yano
e9f7f0682c
8238274: (sctp) JDK-7118373 is not fixed for SctpChannel
...
Backport-of: d91e227abb
2024-01-24 16:06:20 +07:00
Goetz Lindenmaier
dfd5c79ba2
8301998: Update HarfBuzz to 7.0.1
...
8304295: harfbuzz build fails with GCC 7 after JDK-8301998
Reviewed-by: phh
Backport-of: f5c8b68c1c
2024-01-24 16:06:20 +07:00
Christoph Langer
162f0ce64d
8306543: GHA: MSVC installation is failing
...
Backport-of: 5a00617b1b
2024-01-24 16:06:19 +07:00
Andrei Pangin
6f103ee86f
8201516: DebugNonSafepoints generates incorrect information
...
Reviewed-by: thartmann, shade
Backport-of: 94eda53d98
2024-01-24 16:06:19 +07:00
Goetz Lindenmaier
d80bc85831
8305400: ISO 4217 Amendment 175 Update
...
Backport-of: 7cf24d1c06
2024-01-24 16:06:19 +07:00
Goetz Lindenmaier
55997d0e77
8304683: Memory leak in WB_IsMethodCompatible
...
Backport-of: 760c0128a4
2024-01-24 16:06:19 +07:00
Goetz Lindenmaier
3665391c34
8304134: jib bootstrapper fails to quote filename when checking download filetype
...
Backport-of: 75168eaca3
2024-01-24 16:06:18 +07:00
Goetz Lindenmaier
a9323dca82
8303482: Update LCMS to 2.15
...
Backport-of: c073ef2ed5
2024-01-24 16:06:18 +07:00
Goetz Lindenmaier
023f2cb3ee
8303588: [JVMCI] make JVMCI source directories conform with standard layout
...
Reviewed-by: mdoerr
Backport-of: 9fdbf3cfc4
2024-01-24 16:06:18 +07:00
Goetz Lindenmaier
d4eaeb83f5
8302151: BMPImageReader throws an exception reading BMP images
...
Backport-of: aa10f0d3ee
2024-01-24 16:06:17 +07:00
Goetz Lindenmaier
e6840b06af
8178806: Better exception logging in crypto code
...
Backport-of: b814cfc39d
2024-01-24 16:06:17 +07:00
Goetz Lindenmaier
8e503f6d1f
8301123: Enable Symbol refcounting underflow checks in PRODUCT
...
Backport-of: fccf818972
2024-01-24 16:06:17 +07:00
Goetz Lindenmaier
68f00d91b4
8297730: C2: Arraycopy intrinsic throws incorrect exception
...
Backport-of: 5a478ef775
2024-01-24 16:06:17 +07:00
Goetz Lindenmaier
58593ca2ef
8300823: UB: Compile::_phase_optimize_finished is initialized too late
...
Backport-of: e4252bb914
2024-01-24 16:06:16 +07:00
Goetz Lindenmaier
715df627ed
8299179: ArrayFill with store on backedge needs to reduce length by 1
...
Backport-of: d716ec5d30
2024-01-24 16:06:16 +07:00
Goetz Lindenmaier
4ac813ee2b
8299259: C2: Div/Mod nodes without zero check could be split through iv phi of loop resulting in SIGFPE
...
Backport-of: 8b0133f276
2024-01-24 16:06:16 +07:00
Goetz Lindenmaier
1693e9b1b5
8296318: use-def assert: special case undetected loops nested in infinite loops
...
Backport-of: 736fcd49f7
2024-01-24 16:06:16 +07:00
Goetz Lindenmaier
7a490203ba
8298488: [macos13] tools/jpackage tests failing with "Exit code: 137" on macOS
...
Reviewed-by: mdoerr
Backport-of: 8962c723a8
2024-01-24 16:06:15 +07:00
Goetz Lindenmaier
211f818d96
8271519: java/awt/event/SequencedEvent/MultipleContextsFunctionalTest.java failed with "Total [200] - Expected [400]"
...
Backport-of: 9f94cbec51
2024-01-24 16:06:15 +07:00
Goetz Lindenmaier
a0aa2bcce4
8285635: javax/swing/JRootPane/DefaultButtonTest.java failed with Default Button not pressed for L&F: com.sun.java.swing.plaf.motif.MotifLookAndFeel
...
Backport-of: 79c0092125
2024-01-24 16:06:15 +07:00
Goetz Lindenmaier
40c3d21e4e
8289949: Improve test coverage for XPath: operators
...
Backport-of: f6b6360155
2024-01-24 16:06:15 +07:00
Goetz Lindenmaier
dd0c45ec8c
8277775: Fixup bugids in RemoveDropTargetCrashTest.java - add 4357905
...
Backport-of: 22347e46f7
2024-01-24 16:06:14 +07:00
Goetz Lindenmaier
da75f44ff6
8282704: runtime/Thread/StopAtExit.java may leak memory
...
Backport-of: 3f923b82c3
2024-01-24 16:06:14 +07:00
Goetz Lindenmaier
a200e7e49c
8273909: vmTestbase/nsk/jdi/Event/request/request001 can still fail with "ERROR: new event is not ThreadStartEvent"
...
Backport-of: 5fde4b64e2
2024-01-24 16:06:14 +07:00
Goetz Lindenmaier
2ff36f2dd5
8270434: JDI+UT: Unexpected event in JDI tests
...
Backport-of: 8c022e2c17
2024-01-24 16:06:14 +07:00
Goetz Lindenmaier
28d82fca9f
8270869: G1ServiceThread may not terminate
...
Backport-of: 7f35e5bac9
2024-01-24 16:06:14 +07:00
Goetz Lindenmaier
aa7b407dab
8268298: jdk/jfr/api/consumer/log/TestVerbosity.java fails: unexpected log message
...
Backport-of: 06d26208c5
2024-01-24 16:06:13 +07:00
Sergey Bylokhov
4add3679a9
8298887: On the latest macOS+XCode the Robot API may report wrong colors
...
Reviewed-by: phh
Backport-of: 50120396b6
2024-01-24 16:06:13 +07:00
Aleksey Shipilev
c5f8ae5764
8269821: Remove is-queue-active check in inner loop of write_ref_array_pre_work
...
Reviewed-by: tschatzl
Backport-of: 675a9520b2
2024-01-24 16:06:13 +07:00
Goetz Lindenmaier
ecb003bdf9
8299959: C2: CmpU::Value must filter overflow computation against local sub computation
...
Backport-of: 5f66024e95
2024-01-24 16:06:13 +07:00
Goetz Lindenmaier
9a09e78af8
8297000: [jib] Add more friendly warning for proxy issues
...
Backport-of: 0d93ab9dff
2024-01-24 16:06:12 +07:00
Goetz Lindenmaier
9cbe6de3fe
8295564: Norwegian Nynorsk Locale is missing formatting
...
Reviewed-by: andrew
Backport-of: b37421e757
2024-01-24 16:06:12 +07:00
Goetz Lindenmaier
dac8e36acb
8294906: Memory leak in PKCS11 NSS TLS server
...
Backport-of: 94caecbe57
2024-01-24 16:06:12 +07:00
Goetz Lindenmaier
2041134eec
8292755: Non-default method in interface leads to a stack overflow in JShell
...
Backport-of: 2a3879180e
2024-01-24 16:06:12 +07:00
Goetz Lindenmaier
e6bfccf751
8287007: [cgroups] Consistently use stringStream throughout parsing code
...
Backport-of: e0baf012b1
2024-01-24 16:06:11 +07:00
Goetz Lindenmaier
cf219c6890
8287246: DSAKeyValue should check for missing params instead of relying on KeyFactory provider
...
Backport-of: f235955eef
2024-01-24 16:06:11 +07:00
Jaroslav Bachorik
f8d567aef7
8245877: assert(_value != __null) failed: resolving NULL _value in JvmtiExport::post_compiled_method_load
...
Backport-of: b969136b9f
2024-01-24 16:06:11 +07:00
Andrew John Hughes
22c8e38ecf
8305113: (tz) Update Timezone Data to 2023c
...
Reviewed-by: phh
Backport-of: ed9592c6e8
2024-01-24 16:06:11 +07:00
Goetz Lindenmaier
9176234a3f
8288589: Files.readString ignores encoding errors for UTF-16
...
Backport-of: 2728770e3d
2024-01-24 16:06:10 +07:00
Thomas Stuefe
5cb337fb9b
8305711: Arm: C2 always enters slowpath for monitorexit
...
Backport-of: c67bbcea92
2024-01-24 16:06:10 +07:00
Joshua Cao
7707a99e96
8305721: add make compile-commands artifacts to .gitignore
...
Reviewed-by: phh
Backport-of: 9e20382311
2024-01-24 16:06:10 +07:00
Andrew John Hughes
4fa6dfc4a2
8274864: Remove Amman/Cairo hacks in ZoneInfoFile
...
Backport-of: ec199072c5
2024-01-24 16:06:09 +07:00
Ilarion Nakonechnyy
f5076be65f
8302491: NoClassDefFoundError omits the original cause of an error
...
Reviewed-by: phh
Backport-of: 5685107579
2024-01-24 16:06:09 +07:00
Dan Lutker
6cf8032204
8293887: AArch64 build failure with GCC 12 due to maybe-uninitialized warning in libfdlibm k_rem_pio2.c
...
Backport-of: 02ea338177
2024-01-24 16:06:09 +07:00
Dan Lutker
cd515d4123
8294281: Allow warnings to be disabled on a per-file basis
...
Backport-of: e45f3d5176
2024-01-24 16:06:09 +07:00
Glavo
2487519aac
8278834: Error "Cannot read field "sym" because "this.lvar[od]" is null" when compiling
...
Reviewed-by: phh
Backport-of: be0538d7c8
2024-01-24 16:06:08 +07:00
Martin Doerr
6f3495cf9c
8304880: [PPC64] VerifyOops code in C1 doesn't work with ZGC
...
Reviewed-by: rrich
Backport-of: 695683b5b1
2024-01-24 16:06:08 +07:00
Goetz Lindenmaier
0124dce595
8278434: timeouts in test java/time/test/java/time/format/TestZoneTextPrinterParser.java
...
Backport-of: 8dc4437d00
2024-01-24 16:06:08 +07:00
Goetz Lindenmaier
e11235e62c
8291638: Keep-Alive timeout of 0 should close connection immediately
...
Backport-of: 26ac836636
2024-01-24 16:06:08 +07:00
Goetz Lindenmaier
68c6704b96
8282227: Locale information for nb is not working properly
...
Backport-of: 3d07b3c7f0
2024-01-24 16:06:08 +07:00
Goetz Lindenmaier
20604b87ec
8275721: Name of UTC timezone in a locale changes depending on previous code
...
Backport-of: 543d1a8cf4
2024-01-24 16:06:07 +07:00
Matthias Baesken
c1b85ea2d0
8304671: javac regression: Compilation with --release 8 fails on underscore in enum identifiers
...
Reviewed-by: phh
Backport-of: 63d4afbeb1
2024-01-24 16:06:07 +07:00
Goetz Lindenmaier
cb0fcba6a7
8291226: Create Test Cases to cover scenarios for JDK-8278067
...
Backport-of: 86ec158dfb
2024-01-24 16:06:07 +07:00
Goetz Lindenmaier
105ccfd206
8291637: HttpClient default keep alive timeout not followed if server sends invalid value
...
Backport-of: b17a745d7f
2024-01-24 16:06:07 +07:00
Goetz Lindenmaier
e527d2e206
8287541: Files.writeString fails to throw IOException for charset "windows-1252"
...
Backport-of: 6fb84e2c91
2024-01-24 16:06:06 +07:00
Goetz Lindenmaier
8a6f615606
8286287: Reading file as UTF-16 causes Error which "shouldn't happen"
...
Backport-of: cc7560e995
2024-01-24 16:06:06 +07:00
Goetz Lindenmaier
8abbc79987
8283062: Uninitialized warnings in libgtest with GCC 11.2
...
Backport-of: a244051a8c
2024-01-24 16:06:06 +07:00
Goetz Lindenmaier
3248debf70
8282077: PKCS11 provider C_sign() impl should handle CKR_BUFFER_TOO_SMALL error
...
Backport-of: d7f31d0d53
2024-01-24 16:06:06 +07:00
Goetz Lindenmaier
35e2eca13f
8268288: jdk/jfr/api/consumer/streaming/TestOutOfProcessMigration.java fails with "Error: ShouldNotReachHere()"
...
Reviewed-by: mbaesken
Backport-of: 0a09092631
2024-01-24 16:06:06 +07:00
Sergey Bylokhov
4b76ea247e
8302849: SurfaceManager might expose partially constructed object
...
Backport-of: 63ef214328
2024-01-24 16:06:05 +07:00
Sergey Bylokhov
a084b2bcfc
8303102: jcmd: ManagementAgent.status truncates the text longer than O_BUFLEN
...
Backport-of: a43931b79c
2024-01-24 16:06:05 +07:00
Sergey Bylokhov
81501af189
8227257: javax/swing/JFileChooser/4847375/bug4847375.java fails with AssertionError
...
Reviewed-by: phh
Backport-of: 78b1686c15
2024-01-24 16:06:05 +07:00
Matthias Baesken
3262e1e1a8
8303575: adjust Xen handling on Linux aarch64
...
Reviewed-by: clanger
Backport-of: 8eaf84f094
2024-01-24 16:06:05 +07:00
Matthias Baesken
829fa8db1c
8300042: Improve CPU related JFR events descriptions
...
Backport-of: e326b86d37
2024-01-24 16:06:04 +07:00
Matthias Baesken
1fab4d1cfd
8303576: addIdentitiesToKeystore in KeystoreImpl.m needs CFRelease call in early potential CHECK_NULL return
...
Backport-of: a7e308ab6e
2024-01-24 16:06:04 +07:00
Goetz Lindenmaier
69b48509ac
8292301: [REDO v2] C2 crash when allocating array of size too large
...
Reviewed-by: roland, mdoerr
Backport-of: 1ea0d6b424
2024-01-24 16:06:04 +07:00
Matthias Baesken
76e7caa6e4
8304063: tools/jpackage/share/AppLauncherEnvTest.java fails when checking LD_LIBRARY_PATH
...
Backport-of: ebac7eec8e
2024-01-24 16:06:04 +07:00
Matthias Baesken
744edc032f
8303949: gcc10 warning Linux ppc64le - note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
...
Reviewed-by: phh
Backport-of: a32ee5dd8b
2024-01-24 16:06:03 +07:00
Matthias Baesken
5abf8068fd
8303354: addCertificatesToKeystore in KeystoreImpl.m needs CFRelease call in early potential CHECK_NULL return
...
Backport-of: b51ea4204e
2024-01-24 16:06:03 +07:00
Matthias Baesken
7e3c357c56
8301050: Detect Xen Virtualization on Linux aarch64
...
Reviewed-by: clanger
Backport-of: 11804b246e
2024-01-24 16:06:03 +07:00
Ravali Yatham
3e1ec25e1b
8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message
...
Reviewed-by: mchung, phh
Backport-of: 9f9d678591
2024-01-24 16:06:03 +07:00
Johannes Bechberger
0ab556258d
8302320: AsyncGetCallTrace obtains too few frames in sanity test
...
Backport-of: db483a38a8
2024-01-24 16:06:03 +07:00
Man Cao
dcb0285ddd
8303937: Corrupted heap dumps due to missing retries for os::write()
...
Reviewed-by: clanger
Backport-of: bf16b5b988
2024-01-24 16:06:02 +07:00
Sergey Bylokhov
eb45baa230
8303440: The "ZonedDateTime.parse" may not accept the "UTC+XX" zone id
...
Backport-of: cfb0a25a4e
2024-01-24 16:06:02 +07:00
Sergey Bylokhov
a807adf695
8270859: Post JEP 411 refactoring: client libs with maximum covering > 10K
...
Backport-of: 90cd2fa164
2024-01-24 16:06:02 +07:00
Vladimir Kempik
4bf12aea5f
8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures
...
Backport-of: 6e6202c14d
2024-01-24 16:06:02 +07:00
Goetz Lindenmaier
e101f0b685
8303433: Bump update version for OpenJDK: jdk-17.0.8
...
Reviewed-by: rrich
2024-01-24 16:06:01 +07:00
ngubarkov
f8bb1651f2
JBR-5605 ignore empty client area when syncing bounds in XDecoratedPeer.
2023-06-03 04:55:38 +07:00
Maxim Kartashev
d2800a18d2
JBR-5483 MacOSXWatchService assumes that the default file system is the UnixFileSystem, which might not be the case
2023-05-14 07:15:43 +07:00
Nikita Gubarkov
e5b9d521cd
JBR-5238 Disable AwtWindow::CheckWindowDPIChange() hack on Aero Snap.
2023-05-14 07:14:40 +07:00
Nikita Provotorov
c4cd1b7432
JBR-5536: Crash on macOS bad JNI lookup in Java_sun_swing_AccessibleAnnouncer_nativeAnnounce
...
Stop using the JNIEnv instance bound to EDT in the AppKit thread.
(cherry picked from commit 0f49341f4d )
2023-05-14 07:14:40 +07:00
Vitaly Provodin
85ed9fbf92
JBR-5603 add checking glibc dependencies
2023-05-13 08:37:34 +07:00
Vitaly Provodin
32fe551057
JBR-5627 revert "8294160: misc crash dump improvements"
...
This reverts commit e80fc35451 .
2023-05-13 05:18:35 +07:00
Christoph Langer
9c02713d25
8299597: [17u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 17.0.7
...
Reviewed-by: goetz
2023-05-10 11:09:10 +07:00
Alexei Voitylov
406ae339af
8299129: Enhance NameService lookups
...
Reviewed-by: mbalao
Backport-of: 1aef50354aaa0831b58de81db3d6bf30b9a277d1
2023-05-10 11:09:07 +07:00
Aleksei Voitylov
9b1a3fdca5
8298667: Improved path handling
...
Reviewed-by: mbalao
Backport-of: 900abc284669d1aadeac8026ad618c9f1dc553a6
2023-05-10 11:09:04 +07:00
Alexey Bakhtin
fb5d2cffef
8298310: Enhance TLS session negotiation
...
Reviewed-by: mbalao
Backport-of: 9a14b363feaaa1a1831fcc8620d41b4db2e0110a
2023-05-10 11:09:03 +07:00
Anton Kozlov
2d7363ae75
8298191: Enhance object reclamation process
...
Reviewed-by: johnc, rkennke
2023-05-10 11:09:01 +07:00
Martin Balao
fde46c66ec
8297371: Improve UTF8 representation redux
...
Reviewed-by: yan
Backport-of: a44eb133d3cdb190abb0210c201e315d94d09dc7
2023-05-10 11:08:59 +07:00
Yuri Nesterenko
3d86dfe9c9
8296832: Improve Swing platform support
...
Reviewed-by: mbalao
Backport-of: a81c810a76d91b79917417ed22e5e5aa530690ca
2023-05-10 11:08:57 +07:00
Ekaterina Vergizova
67daf9b7ec
8296692: Improve String platform support
...
Reviewed-by: mbalao
Backport-of: ed8643947e21263588cb6e9202efb3a30f450c4e
2023-05-10 11:08:56 +07:00
Olga Mikhaltsova
783415195e
8296684: Improve String platform support
...
Reviewed-by: mbalao
Backport-of: 9ae682726873de27cef4d3bd5523713f4ff98266
2023-05-10 11:08:54 +07:00
Martin Balao
d3ed49bea7
8296676: Improve String platform support
...
Reviewed-by: mbaesken
Backport-of: d083a3c21e8849ed2a8b79aba37b46d921886a05
2023-05-10 11:08:52 +07:00
Aleksei Voitylov
1076461a28
8295304: Runtime support improvements
...
Reviewed-by: mbalao
Backport-of: 9c31d51bd5fc17e3914142c2461f3abfe71651d0
2023-05-10 11:08:48 +07:00
Martin Balao
f486132adf
8294474: Better AES support
...
Reviewed-by: mbaesken
Backport-of: 0c534f3309a308e89363ec69dee74d95fd9647a4
2023-05-10 11:08:46 +07:00
Martin Balao
4eab83615e
8288436: Improve Xalan supports
...
Reviewed-by: mbaesken
Backport-of: 6899dff264c9030a3016e292c3f3f6738bde97cc
2023-05-10 11:08:43 +07:00
Martin Balao
e1b47c7ceb
8287404: Improve ping times
...
Reviewed-by: mbaesken
Backport-of: 5a054b372dbd751fe1b312375153f13e70d7131f
2023-05-10 11:08:41 +07:00
Severin Gehwolf
b26b304f51
8304871: Use default visibility for static library builds
...
Backport-of: f0dba218ac
2023-05-10 11:08:39 +07:00
Goetz Lindenmaier
a3a0d4fb51
8289511: Improve test coverage for XPath Axes: child
...
Backport-of: cfe9026fe0
2023-05-10 11:08:36 +07:00
Goetz Lindenmaier
71835873a9
8284524: Create an automated test for JDK-4422362
...
Backport-of: b9de0a7556
2023-05-10 11:08:34 +07:00
Goetz Lindenmaier
8eedad95b6
8284767: Create an automated test for JDK-4422535
...
Backport-of: 5ae4320921
2023-05-10 11:08:30 +07:00
Goetz Lindenmaier
c45ce85139
8210927: JDB tests do not update source path after doing a redefine class
...
Backport-of: 61ac53f6e5
2023-05-10 11:08:27 +07:00
Goetz Lindenmaier
132932494f
8048190: NoClassDefFoundError omits original ExceptionInInitializerError
...
Reviewed-by: phh
Backport-of: 464e874a5c
2023-05-10 11:08:25 +07:00
Goetz Lindenmaier
015be52559
8290197: test/jdk/java/nio/file/Files/probeContentType/Basic.java fails on some systems for the ".rar" extension
...
Backport-of: 44fb92e2aa
2023-05-10 11:08:23 +07:00
Masanori Yano
9e82666728
8213531: Test javax/swing/border/TestTitledBorderLeak.java fails
...
Reviewed-by: phh
Backport-of: 07d24509a6
2023-05-10 11:08:21 +07:00
bell-sw
f08667f763
Revert "JBR-2207 TitledBorder leaks PropertyChangeListener"
...
This reverts commit dca1987fb5 .
2023-05-10 11:08:18 +07:00
Goetz Lindenmaier
f7449f6c84
8294548: Problem list SA core file tests on macosx-x64 due to JDK-8294316
...
Reviewed-by: clanger
Backport-of: 545ded1a82
2023-05-10 11:08:16 +07:00
George Adams
71e606b04d
8302879: doc/building.md update link to jtreg builds
...
Reviewed-by: clanger
Backport-of: bb3dfd6adb
2023-05-10 11:08:13 +07:00
Adam Sotona
2a1ad34198
8293000: Review running times of jshell regression tests
...
Backport-of: b4e1e416da
2023-05-10 11:08:10 +07:00
Scott Gibbons
766496d081
8280703: CipherCore.doFinal(...) causes potentially massive byte[] allocations during decryption
...
Backport-of: 409382ba4b
2023-05-10 11:08:08 +07:00
Anton Kozlov
e290a03f51
8289647: AssertionError during annotation processing of record related tests
...
Reviewed-by: phh
Backport-of: 64a1a08ff9
2023-05-10 11:08:03 +07:00
Shruthi
477d013319
8266974: duplicate property key in java.sql.rowset resource bundle
...
Backport-of: e3d5c9e7c4
2023-05-10 11:08:01 +07:00
Shruthi
acf9032c7e
8300751: [17u] Remove duplicate entry in javac.properties
...
Reviewed-by: clanger
2023-05-10 11:07:57 +07:00
Goetz Lindenmaier
c75a925d63
8245654: Add Certigna Root CA
...
Reviewed-by: phh
Backport-of: 8c87a67419
2023-05-10 11:07:54 +07:00
Goetz Lindenmaier
1162b21198
8294902: Undefined Behavior in C2 regalloc with null references
...
Reviewed-by: rrich, phh
Backport-of: 0bbc4181cd
2023-05-10 11:07:51 +07:00
Goetz Lindenmaier
00255f0a21
8251177: [macosx] The text "big" is truncated in JTabbedPane
...
Backport-of: 16ebe40a1b
2023-05-10 11:07:47 +07:00
Radim Vansa
0c01286209
8272702: Resolving URI relative path with no / may lead to incorrect toString
...
Reviewed-by: phh
Backport-of: 79597f1ea6
2023-05-10 11:07:45 +07:00
Victor Rudometov
7db95cde5a
8299970: Speed up compiler/arraycopy/TestArrayCopyConjoint.java
...
Backport-of: 5d39d14522
2023-05-10 11:07:43 +07:00
Patrick Zhang
7d97cea546
8298472: AArch64: Detect Ampere-1 and Ampere-1A CPUs and set default options
...
Reviewed-by: aph, goetz
Backport-of: 7068457436
2023-05-10 11:07:40 +07:00
Victor Rudometov
ebf159b508
8302152: Speed up tests with infinite loops, sleep less
...
Backport-of: a9a53f417d
2023-05-10 11:07:37 +07:00
Victor Rudometov
b04deaef6c
8301342: Prefer ArrayList to LinkedList in LayoutComparator
...
Backport-of: d67bfe21a2
2023-05-10 11:07:36 +07:00
Goetz Lindenmaier
e5c4cbee90
8288332: Tier1 validate-source fails after 8279614
...
Backport-of: e90b579b29
2023-05-10 11:07:33 +07:00
Christoph Langer
4123959f77
8302692: [17u] Update GHA Boot JDK to 17.0.6
...
Reviewed-by: mbaesken, sgehwolf
2023-05-10 11:07:32 +07:00
Ekaterina Vergizova
8e0fff67ba
8301842: JFR: increase checkpoint event size for stacktrace and string pool
...
Backport-of: 7dfe75cf55
2023-05-10 11:07:29 +07:00
Roman Marchenko
3658b60943
8297437: javadoc cannot link to old docs (with old style anchors)
...
Reviewed-by: phh
Backport-of: 15a1488401
2023-05-10 11:07:26 +07:00
Goetz Lindenmaier
87caf69603
8282958: Rendering Issues with Borders on Windows High-DPI systems
...
Backport-of: 9911405e54
2023-05-10 11:07:25 +07:00
Goetz Lindenmaier
902d2f3aa8
8295777: java/net/httpclient/ConnectExceptionTest.java should not rely on system resolver
...
Backport-of: 65c84e0cf8
2023-05-10 11:07:21 +07:00
Goetz Lindenmaier
55ad7e54b8
8294958: java/net/httpclient/ConnectTimeout tests are slow
...
Backport-of: fe70487d0b
2023-05-10 11:07:19 +07:00
Goetz Lindenmaier
653039ae7b
8279614: The left line of the TitledBorder is not painted on 150 scale factor
...
Backport-of: b42c1ad108
2023-05-10 11:07:18 +07:00
Goetz Lindenmaier
a5416100e6
8281170: Test jdk/tools/jpackage/windows/WinInstallerIconTest always fails on Windows 11
...
Backport-of: bb4dece246
2023-05-10 11:07:17 +07:00
Matthias Baesken
8b6e587cd2
8300266: Detect Virtualization on Linux aarch64
...
Reviewed-by: clanger
Backport-of: 544c16e0bd
2023-05-10 11:07:16 +07:00
Goetz Lindenmaier
e3535d81d1
8288415: java/awt/PopupMenu/PopupMenuLocation.java is unstable in MacOS machines
...
Backport-of: a2f67660f0
2023-05-10 11:07:15 +07:00
Matthias Baesken
0920c4cda4
8300205: Swing test bug8078268 make latch timeout configurable
...
Backport-of: e82dc6935b
2023-05-10 11:07:14 +07:00
Matthias Baesken
0bff93fa0b
8299957: Enhance error logging in instrument coding with additional jplis_assert_msg
...
Backport-of: be8e6d05db
2023-05-10 11:07:12 +07:00
Goetz Lindenmaier
8ebd476a27
8299671: Speed up compiler/intrinsics/string/TestStringLatin1IndexOfChar.java
...
Backport-of: d2827ec8f7
2023-05-10 11:07:10 +07:00
Goetz Lindenmaier
5fb29d6767
8299018: java/net/httpclient/HttpsTunnelAuthTest.java fails with java.io.IOException: HTTP/1.1 header parser received no bytes
...
Backport-of: e5edb10dc5
2023-05-10 11:07:09 +07:00
Goetz Lindenmaier
8c60028eff
8297489: Modify TextAreaTextEventTest.java as to verify the content change of TextComponent sends TextEvent
...
Backport-of: 7d20a60a98
2023-05-10 11:07:03 +07:00
Goetz Lindenmaier
68e04159bc
8223783: sun/net/www/http/HttpClient/MultiThreadTest.java sometimes detect threads+1 connections
...
Backport-of: 8effaa8f1f
2023-05-10 11:07:03 +07:00
Goetz Lindenmaier
289e9f22e4
8186765: Speed up test sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java
...
Backport-of: 43dbf5899b
2023-05-10 11:07:03 +07:00
Goetz Lindenmaier
8c9ba64050
8295774: Write a test to verify List sends ItemEvent/ActionEvent
...
Backport-of: 2a79dfc1f9
2023-05-10 11:07:02 +07:00
Goetz Lindenmaier
00350d251d
8295000: java/util/Formatter/Basic test cleanup
...
Backport-of: 78763fc8e0
2023-05-10 11:07:02 +07:00
Goetz Lindenmaier
72008365ad
8296675: Exclude linux-aarch64 in NSS tests
...
Backport-of: fa8a8668a6
2023-05-10 11:07:02 +07:00
Goetz Lindenmaier
24185baa77
8292328: AccessibleActionsTest.java test instruction for show popup on JLabel did not specify shift key
...
Backport-of: df53fa752a
2023-05-10 11:07:01 +07:00
Goetz Lindenmaier
58a65991d6
8293819: sun/util/logging/PlatformLoggerTest.java failed with "RuntimeException: Retrieved backing PlatformLogger level null is not the expected CONFIG"
...
Backport-of: 11e7d53b23
2023-05-10 11:07:00 +07:00
Goetz Lindenmaier
642915e0b0
8286030: Avoid JVM crash when containers share the same /tmp dir
...
Reviewed-by: stuefe
Backport-of: 84f23149e2
2023-05-10 11:07:00 +07:00
Goetz Lindenmaier
1cfa16c2bf
8290083: ResponseBodyBeforeError: AssertionError or SSLException: Unsupported or unrecognized SSL message
...
Backport-of: 3b9059a147
2023-05-10 11:07:00 +07:00
Goetz Lindenmaier
855d0a372a
8195809: [TESTBUG] jps and jcmd -l support for containers is not tested
...
Backport-of: 7c26ddb575
2023-05-10 11:06:59 +07:00
Matthias Baesken
6911d1dff9
8301170: perfMemory_windows.cpp add free_security_attr to early returns
...
Backport-of: 810c8a271b
2023-05-10 11:06:59 +07:00
Yuri Nesterenko
67e7ea1e2c
8301760: Fix possible leak in SpNegoContext dispose
...
Backport-of: 3f3356bcbd
2023-05-10 11:06:57 +07:00
Goetz Lindenmaier
87fb678dd4
8298073: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java causes test task timeout on macosx
...
8241293: CompressedClassSpaceSizeInJmapHeap.java time out after 8 minutes
Reviewed-by: phh
Backport-of: 99a6c47855
2023-05-10 11:06:57 +07:00
Goetz Lindenmaier
0f9411f48f
8286962: java/net/httpclient/ServerCloseTest.java failed once with ConnectException
...
Backport-of: 13d4ddc35b
2023-05-10 11:06:57 +07:00
Radim Vansa
b1ec62bac4
8296329: jar validator doesn't account for minor class file version
...
Reviewed-by: yan
Backport-of: faf48e61be
2023-05-10 11:06:56 +07:00
Radim Vansa
9205b7cd6a
8300590: [JVMCI] BytecodeFrame.equals is broken
...
Reviewed-by: phh
Backport-of: 06394ee8b1
2023-05-10 11:06:56 +07:00
Thomas Stuefe
020dd91735
8294677: chunklevel::MAX_CHUNK_WORD_SIZE too small for some applications
...
Reviewed-by: phh, xliu
Backport-of: 2292ce137c
2023-05-10 11:06:56 +07:00
Ichiroh Takiguchi
83cd2c3ef5
8299194: CustomTzIDCheckDST.java may fail at future date
...
Backport-of: 5e2de89628
2023-05-10 11:06:55 +07:00
Victor Rudometov
c334b1787a
8290836: Improve test coverage for XPath functions: String Functions
...
8290837: Improve test coverage for XPath functions: Boolean Functions
8290838: Improve test coverage for XPath functions: Number Functions
Backport-of: d889264c61
2023-05-10 11:06:55 +07:00
Victor Rudometov
b5bccfee78
8299296: Write a test to verify the components selection sends ItemEvent
...
Backport-of: 5ae6de859d
2023-05-10 11:06:55 +07:00
Goetz Lindenmaier
3bad3372e6
8293326: jdk/sun/security/tools/jarsigner/compatibility/SignTwice.java slow on Windows
...
Backport-of: 205f992e9e
2023-05-10 11:06:54 +07:00
Goetz Lindenmaier
65edabb14e
8289400: Improve com/sun/jdi/TestScaffold error reporting
...
Backport-of: da99e3e829
2023-05-10 11:06:54 +07:00
Goetz Lindenmaier
61c9144ee7
8292066: Convert TestInputArgument.sh and TestSystemLoadAvg.sh to java version
...
Backport-of: 032be168b5
2023-05-10 11:06:54 +07:00
Goetz Lindenmaier
80e8771e42
8292443: Weak CAS VarHandle/Unsafe tests should test always-failing cases
...
Backport-of: e8bc87956a
2023-05-10 11:06:53 +07:00
Goetz Lindenmaier
3bda34e476
8291825: java/time/nontestng/java/time/zone/CustomZoneNameTest.java fails if defaultLocale and defaultFormatLocale are different
...
Backport-of: 4772354f4c
2023-05-10 11:06:53 +07:00
Goetz Lindenmaier
29e35c95ac
8286844: com/sun/jdi/RedefineCrossEvent.java failed with 1 threads completed while VM suspended
...
Backport-of: 7ec0132ad3
2023-05-10 11:06:52 +07:00
Goetz Lindenmaier
7f7915a870
8287593: ShortResponseBody could be made more resilient to rogue connections
...
Reviewed-by: chegar
Backport-of: 9ccae7078e
2023-05-10 11:06:51 +07:00
Victor Rudometov
0b189e955e
8289948: Improve test coverage for XPath functions: Node Set Functions
...
Backport-of: 57bf603b73
2023-05-10 11:06:50 +07:00
Goetz Lindenmaier
9b81ec28ff
8289440: Remove vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded003 from ProblemList.txt
...
Backport-of: 00d06d4a82
2023-05-10 11:06:49 +07:00
Goetz Lindenmaier
3852541a7d
8282036: Change java/util/zip/ZipFile/DeleteTempJar.java to stop HttpServer cleanly in case of exceptions
...
Backport-of: 784fa0add7
2023-05-10 11:06:48 +07:00
Goetz Lindenmaier
551710b283
8209935: Test to cover CodeSource.getCodeSigners()
...
Backport-of: 0cb0ecf443
2023-05-10 11:06:47 +07:00
Goetz Lindenmaier
bd98907964
8271838: AmazonCA.java interop test fails
...
Backport-of: 512db0ff31
2023-05-10 11:06:45 +07:00
Goetz Lindenmaier
4fbd52de6c
8286154: Fix 3rd party notices in test files
...
Backport-of: 1277f5d84e
2023-05-10 11:06:44 +07:00
Goetz Lindenmaier
149c0341f2
6779701: Wrong defect ID in the code of test LocalRMIServerSocketFactoryTest.java
...
Backport-of: 8a662105c2
2023-05-10 11:06:44 +07:00
Ekaterina Vergizova
1103326428
8298649: JFR: RemoteRecordingStream support for checkpoint event sizes beyond u4
...
Reviewed-by: phh
Backport-of: 0eeaf6b219
2023-05-10 11:06:44 +07:00
Thomas Stuefe
004b3b84cf
8277990: NMT: Remove NMT shutdown capability
...
Reviewed-by: mbaesken
Backport-of: 5a036ace01
2023-05-10 11:06:43 +07:00
Ekaterina Vergizova
ccbd913499
8298129: Let checkpoint event sizes grow beyond u4 limit
...
Reviewed-by: phh
Backport-of: ea108f504c
2023-05-10 11:06:43 +07:00
Christoph Langer
f4470e0fd8
8301397: [11u, 17u] Bump jtreg to fix issue with build JDK 11.0.18
...
Reviewed-by: goetz
2023-05-10 11:06:43 +07:00
Elif Aslan
b4e14ca496
8280007: Enable Neoverse N1 optimizations for Arm Neoverse V1 & N2
...
Backport-of: f823bed043
2023-05-10 11:06:42 +07:00
Goetz Lindenmaier
e80fc35451
8294160: misc crash dump improvements
...
Reviewed-by: rrich
Backport-of: 6f8f28e756
2023-05-10 11:06:42 +07:00
Goetz Lindenmaier
7b355246fb
8230374: maxOutputSize, instead of javatest.maxOutputSize, should be used in TEST.properties
...
Backport-of: 04d8069bac
2023-05-10 11:06:42 +07:00
Goetz Lindenmaier
3c9f82882d
8285965: TestScenarios.java does not check for "<!-- safepoint while printing -->" correctly
...
Backport-of: 6e3e470dac
2023-05-10 11:06:41 +07:00
Goetz Lindenmaier
34213515a3
8286873: Improve websocket test execution time
...
Backport-of: d24c84e768
2023-05-10 11:06:41 +07:00
Goetz Lindenmaier
c0fdf8c57e
8284115: [IR Framework] Compilation is not found due to rare safepoint while dumping PrintIdeal/PrintOptoAssembly
...
Backport-of: 3984253800
2023-05-10 11:06:41 +07:00
Thomas Stuefe
354f48ee3c
8275704: Metaspace::contains() should be threadsafe
...
Backport-of: d9b0138d7d
2023-05-10 11:06:40 +07:00
Thomas Stuefe
60b72272cc
8276086: Increase size of metaspace mappings
...
Backport-of: e89b2c040c
2023-05-10 11:06:40 +07:00
Ben Taylor
05cb182a8f
8297963: Partially fix string expansion issues in UTIL_DEFUN_NAMED and related macros
...
Backport-of: f8f46305ef
2023-05-10 11:06:39 +07:00
Dan Lutker
e4ba9aea0e
8300692: GCC 12 reports some compiler warnings in bundled freetype
...
Reviewed-by: serb
Backport-of: a6c2a2ae79
2023-05-10 11:06:36 +07:00
Dan Lutker
19d7d41ba5
8286694: Incorrect argument processing in java launcher
...
Backport-of: 26c7c92bc9
2023-05-10 11:06:35 +07:00
Thomas Stuefe
8dfc47e904
8275582: Don't purge metaspace mapping lists
...
Backport-of: 3ff085e296
2023-05-10 11:06:34 +07:00
Thomas Stuefe
24bd3b10fd
8293466: libjsig should ignore non-modifying sigaction calls
...
Backport-of: b1ed40a87a
2023-05-10 11:06:32 +07:00
Thomas Stuefe
bb9f5d20da
8293493: Signal Handlers printout should show signal block state
...
Backport-of: d14e96d970
2023-05-10 11:06:31 +07:00
Johan Sjölen
1aec69d705
8293691: converting a defined BasicType value to a string should not crash the VM
...
Reviewed-by: phh
Backport-of: f2a32d996a
2023-05-10 11:06:31 +07:00
Thomas Stuefe
a7cba7d8d6
8277946: NMT: Remove VM.native_memory shutdown jcmd command option
...
Reviewed-by: mbaesken
Backport-of: abaa073bcb
2023-05-10 11:06:31 +07:00
Sergey Bylokhov
cffa9447ef
8280048: Missing comma in copyright header
...
Backport-of: 9a18190a4f
2023-05-10 11:06:30 +07:00
Goetz Lindenmaier
0cf390a13a
8231491: JDI tc02x004 failed again due to wrong # of breakpoints
...
Backport-of: e2cfe2e14a
2023-05-10 11:06:30 +07:00
Goetz Lindenmaier
e3e2a7a130
8282771: Create test case for JDK-8262981
...
Backport-of: 8db5247ebc
2023-05-10 11:06:30 +07:00
Goetz Lindenmaier
4f0f79a563
8285690: CloneableReference subtest should not throw CloneNotSupportedException
...
Backport-of: 2d8d140214
2023-05-10 11:06:29 +07:00
Masanori Yano
dcdae45b72
8144030: [macosx] test java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java fails (again)
...
Backport-of: e5041ae3d4
2023-05-10 11:06:28 +07:00
Yasumasa Suenaga
84dde7f47e
8287491: compiler/jvmci/errors/TestInvalidDebugInfo.java fails new assert: assert((uint)t < T_CONFLICT + 1) failed: invalid type #
...
Reviewed-by: phh
Backport-of: e3791ecfe4
2023-05-10 11:06:25 +07:00
Sergey Bylokhov
b8aa04328f
6528710: sRGB-ColorSpace to sRGB-ColorSpace Conversion
...
Backport-of: abeddab991
2023-05-10 11:06:24 +07:00
Sergey Bylokhov
d64fa6c288
8294705: Disable an assertion in test/jdk/java/util/DoubleStreamSums/CompensatedSums.java
...
Backport-of: c08ff2c7b8
2023-05-10 11:06:23 +07:00
Yasumasa Suenaga
c255813da1
8286562: GCC 12 reports some compiler warnings
...
Backport-of: 410a25d59a
2023-05-10 11:06:21 +07:00
Victor Rudometov
2ce68caa13
8299497: Usage of constructors of primitive wrapper classes should be avoided in java.desktop API docs
...
Backport-of: b5ee3d1f2a
2023-05-10 11:06:20 +07:00
Goetz Lindenmaier
dceb955e1b
8300773: Address the inconsistency between the constant array and pool size
...
Reviewed-by: mbaesken
2023-05-10 11:06:20 +07:00
Goetz Lindenmaier
5b7cc1ff97
8208077: File.listRoots performance degradation
...
Backport-of: 5b0af1a80b
2023-05-10 11:06:20 +07:00
Goetz Lindenmaier
302e60f810
8295685: Update Libpng to 1.6.38
...
Backport-of: b685fc2de4
2023-05-10 11:06:17 +07:00
Goetz Lindenmaier
0bd53c99ec
8297264: C2: Cast node is not processed again in CCP and keeps a wrong too narrow type which is later replaced by top
...
Reviewed-by: rrich
Backport-of: a57392390b
2023-05-10 11:06:16 +07:00
Goetz Lindenmaier
1cb35ba771
8287180: Update IANA Language Subtag Registry to Version 2022-08-08
...
Reviewed-by: stuefe
Backport-of: 992f209def
2023-05-10 11:06:14 +07:00
Goetz Lindenmaier
bd2c079eeb
8292033: Move jdk.X509Certificate event logic to JCA layer
...
Reviewed-by: mbaesken
Backport-of: 102b2b32fe
2023-05-10 11:06:13 +07:00
Yasumasa Suenaga
778bce91d9
8286705: GCC 12 reports use-after-free potential bugs
...
Backport-of: 0e4bece5b5
2023-05-10 11:06:10 +07:00
Goetz Lindenmaier
414b4d7f94
8287754: Update jib GNU make dependency on Windows to latest cygwin build
...
Backport-of: af2de975cb
2023-05-10 11:06:09 +07:00
Severin Gehwolf
76d8392319
8300119: CgroupMetrics.getTotalMemorySize0() can report invalid results on 32 bit systems
...
Backport-of: dea58efb62
2023-05-10 11:06:09 +07:00
Goetz Lindenmaier
19690385f2
8272985: Reference discovery is confused about atomicity and degree of parallelism
...
Backport-of: fb5b144eca
2023-05-10 11:06:06 +07:00
Christoph Langer
d80dea7d93
8300490: Spaces in name of MacOS Code Signing Identity are not correctly handled after JDK-8293550
...
Backport-of: 62a2f2327a
2023-05-10 11:06:06 +07:00
Goetz Lindenmaier
fb38788eeb
8300642: [17u,11u] Fix DEFAULT_PROMOTED_VERSION_PRE=ea for -dev
...
Reviewed-by: clanger
2023-05-10 11:06:05 +07:00
Christoph Langer
dec83b5287
8285919: Remove debug printout from JDK-8285093
...
Backport-of: 64225e1999
2023-05-10 11:06:02 +07:00
Aleksey Shipilev
2045114739
8282143: Objects.requireNonNull should be ForceInline
...
Backport-of: fc52a2182a
2023-05-10 11:06:02 +07:00
Aleksey Shipilev
3882f0eb6f
8285755: JDK-8285093 changed the default for --with-output-sync
...
Backport-of: ccf0e8bf90
2023-05-10 11:06:01 +07:00
Matthias Baesken
ef2465efc5
8299657: sun/tools/jhsdb/SAGetoptTest.java fails after 8299470
...
Backport-of: 1ca31d34fc
2023-05-10 11:06:01 +07:00
Matthias Baesken
44289cee4c
8299470: sun/jvm/hotspot/SALauncher.java handling of negative rmiport args
...
Backport-of: 2ccdefc81c
2023-05-10 11:06:01 +07:00
Goetz Lindenmaier
862f315907
8283719: java/util/logging/CheckZombieLockTest.java failing intermittently
...
Backport-of: 74835f7389
2023-05-10 11:05:59 +07:00
Goetz Lindenmaier
12dba548fc
8283717: vmTestbase/nsk/jdi/ThreadStartEvent/thread/thread001 failed due to SocketTimeoutException
...
Backport-of: f9f439a19d
2023-05-10 11:05:58 +07:00
Goetz Lindenmaier
4c8a30735c
8296389: C2: PhaseCFG::convert_NeverBranch_to_Goto must handle both orders of successors
...
8298568: Fastdebug build fails after JDK-8296389
Reviewed-by: rrich
Backport-of: fabda24696
2023-05-10 11:05:57 +07:00
Goetz Lindenmaier
ad5b613eb7
8297642: PhaseIdealLoop::only_has_infinite_loops must detect all loops that never lead to termination
...
Backport-of: d562d3fcbe
2023-05-10 11:05:55 +07:00
Goetz Lindenmaier
39cd9c211f
8290850: C2: create_new_if_for_predicate() does not clone pinned phi input nodes resulting in a broken graph
...
Reviewed-by: phh
Backport-of: 49b86224aa
2023-05-10 11:05:54 +07:00
Goetz Lindenmaier
75aca43a3f
8278961: Enable debug logging in java/net/DatagramSocket/SendDatagramToBadAddress.java
...
Reviewed-by: rrich
Backport-of: c17a0122c4
2023-05-10 11:05:53 +07:00
Goetz Lindenmaier
3be26051f3
8273154: Provide a JavadocTester method for non-overlapping, unordered output matching
...
Backport-of: ce3ed65ac3
2023-05-10 11:05:51 +07:00
Goetz Lindenmaier
65c96da39c
8254267: javax/xml/crypto/dsig/LogParameters.java failed with "RuntimeException: Unexpected log output:"
...
Backport-of: 40d69f0c41
2023-05-10 11:05:50 +07:00
Severin Gehwolf
16d22d86fe
8295211: Fix autoconf 2.71 warning "AC_CHECK_HEADERS: you should use literals"
...
Backport-of: c357b5908a
2023-05-10 11:05:50 +07:00
Matthias Baesken
cd6905f7af
8279351: [TESTBUG] SADebugDTest.java does not handle "Address already in use" error
...
Backport-of: d1e6f26160
2023-05-10 11:05:47 +07:00
Sergey Bylokhov
ca4d7a390a
8299789: Compilation of gtest causes build to fail if runtime libraries are in different dirs
...
Backport-of: c8a8388aba
2023-05-10 11:05:46 +07:00
Matthias Baesken
6ceb5f645e
8299424: containers/docker/TestMemoryWithCgroupV1.java fails on SLES12 ppc64le when testing Memory and Swap Limit
...
Backport-of: 95d4db3a92
2023-05-10 11:05:44 +07:00
Richard Reingruber
6a1a861f23
8295413: com/sun/jdi/EATests.java fails with compiler flag -XX:+StressReflectiveCode
...
Backport-of: 08d3ef4fe6
2023-05-10 11:05:43 +07:00
Matthias Baesken
2360c54921
8299520: TestPrintXML.java output error messages in case compare fails
...
Backport-of: ea25a561c5
2023-05-10 11:05:41 +07:00
Goetz Lindenmaier
c57f30248c
8295116: C2: assert(dead->outcnt() == 0 && !dead->is_top()) failed: node must be dead
...
Backport-of: 94575d14f4
2023-05-10 11:05:39 +07:00
Goetz Lindenmaier
04caa3b0e1
8297951: C2: Create skeleton predicates for all If nodes in loop predication
...
Backport-of: 0bd04a6589
2023-05-10 11:05:39 +07:00
Matthias Baesken
b2d9ac620b
8299388: java/util/regex/NegativeArraySize.java fails on Alpine and sometimes Windows
...
Backport-of: c2e3d72848
2023-05-10 11:05:38 +07:00
Goetz Lindenmaier
0f18c8e51d
8296619: Upgrade jQuery to 3.6.1
...
Reviewed-by: mbaesken
Backport-of: 6a7a0db587
2023-05-10 11:05:35 +07:00
Goetz Lindenmaier
ba295569ee
8286707: JFR: Don't commit JFR internal jdk.JavaMonitorWait events
...
Backport-of: fc889577ea
2023-05-10 11:05:34 +07:00
Goetz Lindenmaier
0d149feb71
8267038: Update IANA Language Subtag Registry to Version 2022-03-02
...
Backport-of: 7b19226be2
2023-05-10 11:05:31 +07:00
Goetz Lindenmaier
8b086963ad
8295788: C2 compilation hits "assert((mode == ControlAroundStripMined && use == sfpt) || !use->is_reachable_from_root()) failed: missed a node"
...
Backport-of: 761a4f4852
2023-05-10 11:05:30 +07:00
Thomas Stuefe
6adecb06ec
8284165: Add pid to process reaper thread name
...
Reviewed-by: phh
Backport-of: 9561b5e041
2023-05-10 11:05:29 +07:00
Thomas Stuefe
9a99b598bd
8284726: Print active locale settings in hs_err reports and in VM.info
...
Backport-of: 6ce4e755a4
2023-05-10 11:05:27 +07:00
Thomas Stuefe
7f6c6df7fd
8290067: Show stack dimensions in UL logging when attaching threads
...
Backport-of: 7ff19694df
2023-05-10 11:05:24 +07:00
Matthias Baesken
70ed61d7be
8297523: Various GetPrimitiveArrayCritical miss result - NULL check
...
Backport-of: 27b339d189
2023-05-10 11:05:23 +07:00
Aleksey Shipilev
da7e7b8fa9
8280784: VM_Cleanup unnecessarily processes all thread oops
...
Reviewed-by: stefank
Backport-of: 8a3cca09ba
2023-05-10 11:05:20 +07:00
Goetz Lindenmaier
7589e36366
8297088: Update LCMS to 2.14
...
Reviewed-by: phh
Backport-of: 2c692aa356
2023-05-10 11:05:19 +07:00
Thomas Stuefe
7f1ab70547
8277822: Remove debug-only heap overrun checks in os::malloc and friends
...
Reviewed-by: phh
Backport-of: 39b1d75f25
2023-05-10 11:05:17 +07:00
Severin Gehwolf
72d36b2c10
8298271: java/security/SignedJar/spi-calendar-provider/TestSPISigned.java failing on Windows
...
Reviewed-by: phh, clanger
Backport-of: cf93933e21
2023-05-10 11:05:16 +07:00
Goetz Lindenmaier
9871ae12c9
8297431: [JVMCI] HotSpotJVMCIRuntime.encodeThrowable should not throw an exception
...
Backport-of: 952e100551
2023-05-10 11:05:14 +07:00
Goetz Lindenmaier
34bf50909a
8297569: URLPermission constructor throws IllegalArgumentException: Invalid characters in hostname after JDK-8294378
...
Backport-of: 2f47f83add
2023-05-10 11:05:12 +07:00
Goetz Lindenmaier
792daee4fd
8296912: C2: CreateExNode::Identity fails with assert(i < _max) failed: oob: i=1, _max=1
...
Backport-of: 502fa3eeea
2023-05-10 11:05:08 +07:00
Goetz Lindenmaier
7acc456ffc
8276064: CheckCastPP with raw oop input floats below a safepoint
...
Backport-of: cd9c688bfc
2023-05-10 11:05:07 +07:00
Thomas Stuefe
647bf9c41b
8275320: NMT should perform buffer overrun checks
...
8275320: NMT should perform buffer overrun checks
8275301: Unify C-heap buffer overrun checks into NMT
Reviewed-by: goetz
Backport-of: cf7adae633
2023-05-10 11:05:04 +07:00
Severin Gehwolf
1b6d6f3396
8298108: Add a regression test for JDK-8297684
...
Backport-of: 4da8411674
2023-05-10 11:05:03 +07:00
Goetz Lindenmaier
7ed4401b5e
8296924: C2: assert(is_valid_AArch64_address(dest.target())) failed: bad address
...
Backport-of: abe532a89c
2023-05-10 11:05:03 +07:00
Goetz Lindenmaier
4a62948085
8285835: SIGSEGV in PhaseIdealLoop::build_loop_late_post_work
...
Reviewed-by: mdoerr
Backport-of: 8aa1526b44
2023-05-10 11:05:00 +07:00
Goetz Lindenmaier
f4e891b6af
8292177: InitialSecurityProperty JFR event
...
Reviewed-by: mbaesken
Backport-of: 8c40b7dc8c
2023-05-10 11:04:59 +07:00
Goetz Lindenmaier
86cba8cf2b
8286800: Assert in PhaseIdealLoop::dump_real_LCA is too strong
...
Backport-of: decb1b79bc
2023-05-10 11:04:59 +07:00
Goetz Lindenmaier
f84d09c0b9
8294947: Use 64bit atomics in patch_verified_entry on x86_64
...
Backport-of: d0fae43e89
2023-05-10 11:04:58 +07:00
Goetz Lindenmaier
e3ec0efa4e
8294217: Assertion failure: parsing found no loops but there are some
...
Backport-of: 8c472e4816
2023-05-10 11:04:58 +07:00
Goetz Lindenmaier
26056045b7
8292159: TYPE_USE annotations on generic type arguments of record components discarded
...
Backport-of: 4d9a1cd26f
2023-05-10 11:04:56 +07:00
Goetz Lindenmaier
85752a75d9
8294538: missing is_unloading() check in SharedRuntime::fixup_callers_callsite()
...
Backport-of: b5efa2afe2
2023-05-10 11:04:55 +07:00
Goetz Lindenmaier
a15c59599e
8295414: [Aarch64] C2: assert(false) failed: bad AD file
...
Backport-of: d3eba859f9
2023-05-10 11:04:54 +07:00
Goetz Lindenmaier
6b6894d29e
8280868: LineBodyHandlerTest.java creates and discards too many clients
...
Backport-of: 47800bf3da
2023-05-10 11:04:52 +07:00
Goetz Lindenmaier
a0a9229284
8280553: resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java can fail if GC occurs
...
Backport-of: be9f984cae
2023-05-10 11:04:51 +07:00
Goetz Lindenmaier
31975e9cef
8270476: Make floating-point test infrastructure more lambda and method reference friendly
...
Backport-of: 40a2ce2033
2023-05-10 11:04:51 +07:00
Goetz Lindenmaier
f024b64458
8212961: [TESTBUG] vmTestbase/nsk/stress/jni/ native code cleanup
...
Backport-of: fde183130b
2023-05-10 11:04:50 +07:00
Aleksey Shipilev
138fab4bb0
8277485: Zero: Fix _fast_{i,f}access_0 bytecodes handling
...
Backport-of: 0a9e76c4f9
2023-05-10 11:04:50 +07:00
Aleksey Shipilev
b97c797596
8008243: Zero: Implement fast bytecodes
...
Backport-of: e4362007da
2023-05-10 11:04:50 +07:00
Matthias Baesken
1f28f3c5be
8298035: Provide better descriptions for JIT compiler JFR events
...
Reviewed-by: mdoerr
Backport-of: 58170f657c
2023-05-10 11:04:49 +07:00
Sergey Bylokhov
078a854c56
8280132: Incorrect comparator com.sun.beans.introspect.MethodInfo.MethodOrder
...
Backport-of: 2f46af05ce
2023-05-10 11:04:48 +07:00
Goetz Lindenmaier
584dd26320
8295066: Folding of loads is broken in C2 after JDK-8242115
...
Backport-of: 58a7141a0d
2023-05-10 11:04:45 +07:00
Goetz Lindenmaier
6acfb55611
8242115: C2 SATB barriers are not safepoint-safe
...
Reviewed-by: mdoerr
Backport-of: c6e3daa5fa
2023-05-10 11:04:43 +07:00
Goetz Lindenmaier
7463ec5c68
8294378: URLPermission constructor exception when using tr locale
...
Backport-of: ff2c987669
2023-05-10 11:04:41 +07:00
Goetz Lindenmaier
2d906bb1ab
8296136: Use correct register in aarch64_enc_fast_unlock()
...
Reviewed-by: rkennke
Backport-of: 7619602c36
2023-05-10 11:04:40 +07:00
Goetz Lindenmaier
1b17862280
8293531: C2: some vectorapi tests fail assert "Not monotonic" with flag -XX:TypeProfileLevel=222
...
Backport-of: 0043d58c5d
2023-05-10 11:04:37 +07:00
Goetz Lindenmaier
89c9cdeac4
8290964: C2 compilation fails with assert "non-reduction loop contains reduction nodes"
...
Backport-of: 4bdd1c9148
2023-05-10 11:04:34 +07:00
Goetz Lindenmaier
27c95c2804
8292780: misc tests failed "assert(false) failed: graph should be schedulable"
...
Backport-of: 16047e8308
2023-05-10 11:04:32 +07:00
Goetz Lindenmaier
f151342bba
8293996: C2: fix and simplify IdealLoopTree::do_remove_empty_loop
...
Backport-of: dd51f7e0b7
2023-05-10 11:04:31 +07:00
Goetz Lindenmaier
65ac02015f
8292602: ZGC: C2 late barrier analysis uses invalid dominator information
...
Backport-of: eec992c6b0
2023-05-10 11:04:29 +07:00
Goetz Lindenmaier
da4a173008
8292297: Fix up loading of override java.security properties file
...
Reviewed-by: mdoerr, mbaesken
Backport-of: 1f9ff41312
2023-05-10 11:04:28 +07:00
Goetz Lindenmaier
09287b3676
8281122: [IR Framework] Cleanup IR matching code in preparation for JDK-8280378
...
Reviewed-by: mdoerr
Backport-of: 2da677793f
2023-05-10 11:04:24 +07:00
Goetz Lindenmaier
c09b95eec0
8280889: java/lang/instrument/GetObjectSizeIntrinsicsTest.java fails with -XX:-UseCompressedOops
...
Backport-of: 251351f494
2023-05-10 11:04:23 +07:00
Goetz Lindenmaier
2e1815dbc9
8280166: Extend java/lang/instrument/GetObjectSizeIntrinsicsTest.java test cases
...
Backport-of: 76fe03fe01
2023-05-10 11:04:23 +07:00
Goetz Lindenmaier
ce88784a51
8258512: serviceability/sa/TestJmapCore.java timed out on macOS 10.13.6
...
Backport-of: 19ce33d5e7
2023-05-10 11:04:23 +07:00
Goetz Lindenmaier
d78706023d
8270156: Add "randomness" and "stress" keys to JTreg tests which use StressGCM, StressLCM and/or StressIGVN
...
Backport-of: 653a612a5a
2023-05-10 11:04:20 +07:00
Matthias Baesken
f335a4a436
8235297: sun/security/ssl/SSLSessionImpl/ResumptionUpdateBoundValues.java fails intermittent
...
Backport-of: d490f15e3b
2023-05-10 11:04:20 +07:00
Matthias Baesken
7b05cf1828
8298093: improve cleanup and error handling of awt_parseColorModel in awt_parseImage.c
...
Backport-of: 98fa48c330
2023-05-10 11:04:20 +07:00
Martin Doerr
4c77977c9c
8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic
...
8298947: compiler/codecache/MHIntrinsicAllocFailureTest.java fails intermittently
Reviewed-by: kvn, mbaesken
Backport-of: cd2182a996
2023-05-10 11:04:19 +07:00
Matthias Baesken
8d58416a6b
8297959: Provide better descriptions for some Operating System JFR events
...
Backport-of: dea2161f06
2023-05-10 11:04:19 +07:00
Matthias Baesken
20210d90a7
8297480: GetPrimitiveArrayCritical in imageioJPEG misses result - NULL check
...
Backport-of: 2f8a5c2eca
2023-05-10 11:04:19 +07:00
Sergey Bylokhov
b704844450
8288854: getLocalGraphicsEnvironment() on for multi-screen setups throws exception NPE
...
Backport-of: cfc9a881af
2023-05-10 11:04:18 +07:00
Yi-Fan Tsai
87d8ae63ee
8296548: Improve MD5 intrinsic for x86_64
...
Backport-of: 6ead2b0195
2023-05-10 11:04:17 +07:00
Goetz Lindenmaier
04800a6384
8295530: Update Zlib Data Compression Library to Version 1.2.13
...
Backport-of: 0c13d66622
2023-05-10 11:04:14 +07:00
Goetz Lindenmaier
1e07cd757b
8275173: testlibrary_tests/ir_framework/tests/TestCheckedTests.java fails after JDK-8274911
...
Backport-of: 451a296510
2023-05-10 11:04:10 +07:00
Goetz Lindenmaier
d435c10175
8287217: C2: PhaseCCP: remove not visited nodes, prevent type inconsistency
...
Backport-of: 379f3094db
2023-05-10 11:04:06 +07:00
Goetz Lindenmaier
2cbc5aef1c
8065097: [macosx] javax/swing/Popup/TaskbarPositionTest.java fails because Popup is one pixel off
...
Backport-of: 649f2d8835
2023-05-10 11:04:03 +07:00
Goetz Lindenmaier
9e05a62492
8273410: IR verification framework fails with "Should find method name in validIrRulesMap"
...
Backport-of: df125f680b
2023-05-10 11:04:02 +07:00
Sergey Bylokhov
cba3b790ce
8298027: Remove SCCS id's from awt jtreg tests
...
Backport-of: ba2d28e911
2023-05-10 11:04:01 +07:00
Sergey Bylokhov
491570cfef
8293767: AWT test TestSinhalaChar.java has old SCCS markings
...
Backport-of: 141d5f5dee
2023-05-10 11:03:58 +07:00
Goetz Lindenmaier
9f7639dfae
8293562: KeepAliveCache Blocks Threads while Closing Connections
...
Backport-of: 03f25a9c69
2023-05-10 11:03:57 +07:00
Goetz Lindenmaier
f88ca2b008
8289508: Improve test coverage for XPath Axes: ancestor, ancestor-or-self, preceding, and preceding-sibling
...
Backport-of: caae53f4da
2023-05-10 11:03:57 +07:00
Goetz Lindenmaier
2fd81670ff
8292660: C2: blocks made unreachable by NeverBranch-to-Goto conversion are removed incorrectly
...
Backport-of: 730ced9a10
2023-05-10 11:03:56 +07:00
Goetz Lindenmaier
a95af41e5b
8292877: java/util/concurrent/atomic/Serial.java uses {Double,Long}Accumulator incorrectly
...
Backport-of: 251bff6bee
2023-05-10 11:03:54 +07:00
Goetz Lindenmaier
3096c7eddb
8292285: C2: remove unreachable block after NeverBranch-to-Goto conversion
...
Backport-of: a25e1dc53c
2023-05-10 11:03:53 +07:00
Goetz Lindenmaier
9224dc3a27
8155246: Throw error if default java.security file is missing
...
Backport-of: 9d7c13eb14
2023-05-10 11:03:53 +07:00
Goetz Lindenmaier
73d2d67931
8288130: compiler error with AP and explicit record accessor
...
Backport-of: 53b37fe153
2023-05-10 11:03:53 +07:00
Goetz Lindenmaier
2e6bad33fe
8285399: JNI exception pending in awt_GraphicsEnv.c:1432
...
Backport-of: c156bcc599
2023-05-10 11:03:52 +07:00
Goetz Lindenmaier
8abc61b9d0
8282577: ICC_Profile.setData(int, byte[]) invalidates the profile
...
Backport-of: f66070b00d
2023-05-10 11:03:52 +07:00
Goetz Lindenmaier
b73d9d85dc
8279119: src/jdk.hotspot.agent/doc/index.html file contains references to scripts that no longer exist
...
Backport-of: 2a59ebbba3
2023-05-10 11:03:52 +07:00
Goetz Lindenmaier
e7f777c158
8274911: testlibrary_tests/ir_framework/tests/TestIRMatching.java fails with "java.lang.RuntimeException: Should have thrown exception"
...
Backport-of: f623460668
2023-05-10 11:03:51 +07:00
Goetz Lindenmaier
8efb01b566
8244669: convert clhsdb "mem" command from javascript to java
...
Reviewed-by: clanger
Backport-of: eaefb1a1ed
2023-05-10 11:03:51 +07:00
Goetz Lindenmaier
1b25c01848
8279024: Remove javascript references from clhsdb.html
...
Backport-of: d0ea7c9db9
2023-05-10 11:03:51 +07:00
Goetz Lindenmaier
98c06490a0
8262386: resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java timed out
...
Backport-of: 46684a4efa
2023-05-10 11:03:50 +07:00
Goetz Lindenmaier
2634f1fd53
8271471: [IR Framework] Rare occurrence of "<!-- safepoint while printing -->" in PrintIdeal/PrintOptoAssembly can let tests fail
...
Backport-of: 3677734584
2023-05-10 11:03:49 +07:00
Chris Hegarty
1caf3cc7f1
8299015: Ensure that HttpResponse.BodySubscribers.ofFile writes all bytes
...
Backport-of: a7d6de71bb
2023-05-10 11:03:46 +07:00
Nagata, Haruhito
e7a7fe6494
8283606: Tests may fail with zh locale on MacOS
...
Reviewed-by: clanger
Backport-of: 7d545084f4
2023-05-10 11:03:46 +07:00
Aleksei Voitylov
2d535645cb
8288005: HotSpot build with disabled PCH fails for Windows AArch64
...
Backport-of: b2a58bec4a
2023-05-10 11:03:46 +07:00
Christoph Langer
3d5c56b847
8298527: Cygwin's uname -m returns different string than before
...
Reviewed-by: mbaesken
Backport-of: 51f0a1ce4b
2023-05-10 11:03:45 +07:00
Christoph Langer
e93f37f30f
8298588: WebSockets: HandshakeUrlEncodingTest unnecessarily depends on a response body
...
Backport-of: 909d0cb4d9
2023-05-10 11:03:45 +07:00
Alan Bateman
1e0f4f2e29
8298726: (fs) Change PollingWatchService to record last modified time as FileTime rather than milliseconds
...
Reviewed-by: andrew
Backport-of: 5f63f7a742
2023-05-10 11:03:44 +07:00
Matthias Baesken
d1e08b4524
8296611: Problemlist several sun/security tests until JDK-8295343 is resolved
...
Backport-of: d6e2d0d03d
2023-05-10 11:03:44 +07:00
Denghui Dong
5b3821c3b0
8283870: jdeprscan --help causes an exception when the locale is ja, zh_CN or de
...
Reviewed-by: clanger
Backport-of: ef25e189c7
2023-05-10 11:03:44 +07:00
Jatin Bhateja
c527e56c39
8290322: Optimize Vector.rearrange over byte vectors for AVX512BW targets.
...
Reviewed-by: phh, sviswanathan
Backport-of: 38a81913d3
2023-05-10 11:03:43 +07:00
Sergey Bylokhov
74107149ea
8290899: java/lang/String/StringRepeat.java test requests too much heap on windows x86
...
Backport-of: 2bb727c4ea
2023-05-10 11:03:43 +07:00
Richard Reingruber
6056de5d26
8294580: frame::interpreter_frame_print_on() crashes if free BasicObjectLock exists in frame
...
Backport-of: bdb4ed0fb1
2023-05-10 11:03:43 +07:00
Christoph Langer
825bb1ca3a
8298459: Fix msys2 linking and handling out of tree build directory for source zip creation
...
Backport-of: d624debe23
2023-05-10 11:03:42 +07:00
Sergey Bylokhov
fa5d3c6048
8296878: Document Filter attached to JPasswordField and setText("") is not cleared instead inserted characters replaced with unicode null characters
...
Backport-of: 87f00f4a1b
2023-05-10 11:03:41 +07:00
Christoph Langer
3bf81047dc
8296904: Improve handling of macos xcode toolchain
...
Reviewed-by: mbaesken
Backport-of: 470f3424fc
2023-05-10 11:03:40 +07:00
Ben Taylor
13591c70fb
8297211: Expensive fillInStackTrace operation in HttpURLConnection.getOutputStream0 when no content-length in response
...
Backport-of: 392ac7055d
2023-05-10 11:03:40 +07:00
Goetz Lindenmaier
6ad99d8260
8297259: Bump update version for OpenJDK: jdk-17.0.7
...
Reviewed-by: shade
2023-05-10 11:03:39 +07:00
Vitaly Provodin
abf8c06259
update exclude list on results of 17.0.6_b829.9 test runs
2023-04-15 05:41:58 +07:00
Vitaly Provodin
66dc6c3fc8
JBR-5510 exclude tests failing on ArchLinux (5.18.2-arch1-1) (follow up)
2023-04-15 05:41:56 +07:00
Vitaly Provodin
7dc6372736
JBR-5510 eclude tests failing on ArchLinux (5.18.2-arch1-1)
2023-04-10 11:16:41 +07:00
Vitaly Provodin
2f6922797b
JBR-5084 update jbr-api version HASH to conform JB RApiTest
2023-04-09 19:00:52 +07:00
Vitaly Provodin
d4f38bbd16
update exclude list on results of 17.0.6_b829.7 test runs
2023-04-07 17:48:39 +07:00
ngubarkov
8886b59437
JBR-5438 Fix window bounds in XWM#setShellResizable
...
(cherry picked from commit c51695d830dd3daf0021180ee974a3c11d03b6a8)
2023-04-07 17:35:16 +07:00
Nikita Gubarkov
5811c213c5
JBR-5414 Add awt.lock.fair system property for enabling fair awtLock().
...
(cherry picked from commit aa24f103e8446da65d65e14ea75a4cff94a1d8fa)
2023-04-07 17:35:05 +07:00
Maxim Kartashev
22679227ab
JBR-5431 Include memory used by JNI references into crash reports
2023-04-07 17:34:56 +07:00
Maxim Kartashev
664a997f2b
JBR-5084 Add ability to log additional data to jstack output
...
The data can be provided via this JBR API call:
JBR.getJstack().includeInfoFrom(Supplier<String>)
2023-04-07 17:28:01 +07:00
Alexander Lobas
67210704f1
JBR-5478 IDEA window doesn't fit the screen properly on turning off/on an external monitor
2023-04-07 17:12:07 +07:00
Alexander Lobas
89ee376448
JBR-5478 IDEA window doesn't fit the screen properly on turning off/on an external monitor
2023-04-07 17:12:04 +07:00
Vitaly Provodin
908c29520f
update exclude list on results of 17.0.6_b894.1 test runs
2023-04-01 09:35:54 +07:00
Vitaly Provodin
db4a23407a
update exclude list on results of 17.0.6_b829.1 - 17.0.6_b894.1 test runs
2023-04-01 08:14:05 +07:00
Alexey Ushakov
861a894c74
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Revert "Present layer content using a Core Animation transaction" because of regression in fullscreen mode on MBP 16' M1 MAX
(cherry picked from commit 9312830177 )
2023-04-01 08:14:05 +07:00
ngubarkov
81d59cbbdd
JBR-5240 Fix XToolkit#getScreenInsets in Xinerama mode.
2023-04-01 08:14:04 +07:00
ngubarkov
2f38c75b4e
JBR-5265 Workaround incorrect position of content window in queryXLocation.
2023-04-01 08:14:04 +07:00
Maxim Kartashev
529f1a62c5
JBR-5230 Wanted: an ability to use Unix Domain sockets with overridden default NIO file system
2023-04-01 08:14:04 +07:00
ngubarkov
a9f063866f
JBR-5316 Fix fractional scaling HIDPI.
2023-04-01 08:14:04 +07:00
ngubarkov
3af530c37a
JBR-5417 Fix flickering in multi-monitor setups on Linux.
2023-04-01 08:14:04 +07:00
Nikita Gubarkov
79a6ea87bd
JBR-5417 Revert "JBR-3388: Fixed wrong graphic config in Component on primary display change"
2023-04-01 08:14:04 +07:00
Alexander Lobas
d932b9368f
JBR-5409 "No Print Service Found" Error when saving to PDF
2023-04-01 08:14:04 +07:00
Nikita Gubarkov
7d46d8ca9d
JBR-5285 Add doPrivileged for WFramePeer#WIN11_OR_NEWER os.name & os.version check.
2023-04-01 08:14:04 +07:00
Lance Andersen
7cd7f02601
JBR-5302: 8263940: NPE when creating default file system when default file system provider is packaged as JAR file on class path
...
Reviewed-by: naoto, bpb, iris, joehw
(cherry picked from commit 717792c3b7 )
2023-04-01 08:14:03 +07:00
Nikita Gubarkov
adb11963eb
JBR-5284 Do not reset custom title bar controls state in WmMouseMove.
2023-04-01 07:52:45 +07:00
Alexey Ushakov
43ebda90ee
JBR-5330 Blank Welcome screen after moving to another display
...
Initialize currentDisplayID on AWTWindow creation
2023-04-01 07:52:32 +07:00
Nikita Tsarev
938c92ca43
JBR-5295: Fix wrong keycodes for non-letter keys that lack a corresponding VK_ constant on macOS
2023-04-01 07:52:07 +07:00
Alexander Lobas
0bf803d274
JBR-5384 New UI: window header is hard to resize on the top edge, top/right corner
2023-04-01 07:51:49 +07:00
Alexey Ushakov
762bd1a7aa
JBR-4883 macOS: SIGSEGV at MTLVertexCache_FlushGlyphVertexCache
...
Use separate glyph cache for each MTLContext instance. Refactored MTLGlyphCache
2023-04-01 07:49:31 +07:00
Vitaly Provodin
7cf57575ce
update exclude list on results of 17.0.6_b829.4 test runs
2023-03-01 04:26:19 +07:00
Nikita Gubarkov
26cc640558
JBR-5284 Use ChildWindowFromPointEx instead of RealChildWindowFromPoint in ScreenToBottommostChild
2023-02-25 05:24:36 +07:00
Alexander Lobas
dc1d8cc4c3
JBR-5256 IDEA window resizes to zero height when exit full-screen mode with new window controls enabled
2023-02-25 05:22:29 +07:00
Artem Semenov
29dcd6f1c2
JBR-5289 If the label has the role of a hyperlink, VO still pronounces it as plain text ( #215 )
2023-02-25 05:21:07 +07:00
Alexey Ushakov
276c8834a8
JBR-5321 Menu sometimes rendered as empty frame with Dsun.java2d.metal.displaySync=true
...
(cherry picked from commit 2935bdec77ef07e90a97ea34fa2d6aeabffcf424)
2023-02-24 19:41:19 +07:00
Vitaly Provodin
0cf3ada8c8
Revert "JBR-5217 enable NVDA support in Windows builds"
...
This reverts commit 370fa4907e .
2023-02-22 11:02:18 +07:00