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
Vitaly Provodin
44ac7af0e3
update exclude list on results of 17.0.6_b802.4 test runs
2023-02-11 08:42:28 +07:00
Alexey Ushakov
bf60bac237
JBR-5279 restore saving jbr native symbols bin/server/jvm.pdb
2023-02-11 08:41:11 +07:00
Dmitry Batrak
7d70a51103
JBR-4993 Support using 'main' thread as EDT on macOS
...
fix AWT shutdown
in particular, this fixes java/awt/Graphics2D/DrawString/DisposerTest.java test
2023-02-10 23:36:54 +02:00
Nikita Gubarkov
fda68f7190
fixup! JBR-5124 Rewrite custom decorations support
2023-02-10 21:50:30 +02:00
Nikita Gubarkov
041fd94b99
JBR-5186 Make MouseInfo.getPointerInfo more robust
...
Do not search for the containing monitor in MouseInfo.getPointerInfo, this must be handled by peers (yes, this goes against the spec of MouseInfoPeer.fillPointWithCoords).
2023-02-10 18:19:57 +02:00
Nikita Gubarkov
6a27b700fc
JBR-5268 Fix coordinates conversion in XMouseInfoPeer.fillPointWithCoords
2023-02-10 18:19:56 +02:00
Dmitry Batrak
378fe10d0d
JBR-4993 Support using 'main' thread as EDT on macOS
...
fix for JBR-5218 Deadlock on GraphicsEnvironment initialization
a case when GraphicsEnvironment is initialized both on main thread and on a side thread simultaneously
2023-02-10 14:26:50 +02:00
Dmitry Batrak
669c8de4ef
JBR-4993 Support using 'main' thread as EDT on macOS
...
fix for JBR-5249 Uncaught exceptions from dispatch thread aren't printed to console in main.thread.as.edt=true mode
2023-02-09 16:18:01 +02:00
Vitaly Provodin
dc97f0f168
Update README.md
2023-02-09 19:39:49 +07:00
Vitaly Provodin
3044925f72
Update README.md
2023-02-09 19:39:28 +07:00
Nikita Tsarev
29675e5a00
JBR-5254: Fix Caps Lock not working properly on certain Chinese IMs
2023-02-09 13:25:41 +01:00
Nikita Tsarev
4fd13199de
Revert "8230926: [macosx] Two apostrophes are entered instead of one with "U.S. International - PC" layout"
...
This reverts commit 5049cad2b0 .
After JBR-5173 this workaround is no longer necessary
2023-02-09 13:25:37 +01:00
Dmitry Batrak
7f1f1a6719
JBR-4993 Support using 'main' thread as EDT on macOS
...
fix for JBR-5229 test/jdk/jb/java/awt/Window/FullScreenTwoFrames.java test fails in main.thread.as.edt=true mode
2023-02-09 13:22:48 +02:00
Artem Semenov
74d361c545
JBR-5269 Announcement priorities not set correctly ( #214 )
2023-02-08 23:58:38 +04:00
Nikita Gubarkov
34f37b3963
JBR-5266 Do not override performKeyEquivalent in AWTWindowDragView
2023-02-08 12:33:04 +02:00
Nikita Tsarev
0dfd7dacc7
JBR-5233 Setup/teardown necessary keyboard layouts in macOS keyboard tests
2023-02-07 11:02:35 +01:00
Vitaly Provodin
8959b5995a
Update README.md
2023-02-07 14:01:01 +07:00
Artem Semenov
f3019b15eb
JBR-5248 exception in accessible announcing
2023-02-06 18:58:56 +04:00
Nikita Gubarkov
a3c8aacff7
fixup! JBR-5124 Rewrite custom decorations support
...
Use ::delete for GDI+ bitmaps to match ::new
2023-02-04 22:54:11 +02:00
Alexey Ushakov
048516911b
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Use one display link thread per MTLContext. Adjust refresh rate with current display.
(cherry picked from commit e87a6c58fc855ba01a101d0cc6d48721a08d2e42)
2023-02-04 01:51:27 +01:00
Nikita Gubarkov
886ac4412b
fixup! JBR-5124 Rewrite custom decorations support
2023-02-03 14:47:54 +02:00
Vitaly Provodin
013159573e
JBR-5210 exclude tests affecting test runs stability
2023-02-03 19:45:30 +07:00
Vitaly Provodin
a2636cc3e1
update exclude list on results of 17.0.6_b785.1 test runs
2023-02-03 09:58:34 +07:00
Vitaly Provodin
370fa4907e
JBR-5217 enable NVDA support in Windows builds
...
(cherry picked from commit 337dc089416e0942b22e3f33ebfb89131aafb52f)
(cherry picked from commit dc32d8cefd7a690aa4995cb6384d53d65fec0777)
2023-02-03 09:57:49 +07:00
Nikita Gubarkov
a8a5398a73
JBR-5124 Rewrite custom decorations support
...
JBR API v1.6.0
Added new WindowDecorations API, deprecated old CustomWindowDecoration.
JBR-4641 JBR-4630 Fix client area calculation with custom decorations on Windows.
- Window insets are rounded up, which causes visible & unusable border in fullscreen on some scales, round down instead.
- Clipping in Swing components sometimes cuts what it shouldn't, fixed.
2023-02-02 23:52:57 +02:00
Dmitry Batrak
dd5fe27a4a
JBR-4993 Support using 'main' thread as EDT on macOS
...
fix for JBR-5235 Dynamic resizing of windows in main.thread.as.edt=true mode isn't supported
2023-02-02 21:05:05 +02:00
Dmitry Batrak
f97259db92
JBR-4993 Support using 'main' thread as EDT on macOS
...
wrap context classloader setting in a privileged block to avoid exceptions in jtreg tests using SecurityManager
2023-02-02 21:03:18 +02:00
Nikita Gubarkov
85e9f79872
JBR-5238 do not reshape maximized window in AwtWindow::CheckWindowDPIChange()
2023-02-01 16:14:17 +02:00
Nikita Tsarev
0f3c31a3b9
JBR-5173 macOS keyboard support rewrite
2023-01-31 18:12:35 +01:00
Alisen Chung
8f2878e594
8262945: [macos] Regression Manual Test for Key Events Fails
...
Reviewed-by: prr, kizune
2023-01-31 18:12:09 +01:00
Nikita Tsarev
deec4ef7de
Revert "macOS national keyboard support"
...
This reverts commit 21bffd06bc .
2023-01-31 18:12:07 +01:00
Nikita Tsarev
8b1d01fc70
JBR-4990: Undo changes to ExtendedKeyCodes
2023-01-31 18:11:05 +01:00
Nikita Tsarev
967aa09e11
JBR-3860: Fix shortcut behavior when Shift is the only modifier
2023-01-31 18:10:56 +01:00
Nikita Tsarev
65913a221f
JBR-4990: Fix regression tests for national keyboard layouts on macOS
2023-01-31 17:11:18 +01:00
Vitaly Provodin
48c002a284
Update README.md
2023-01-31 05:28:45 +07:00
AMPivovarov
2a296bbc78
JBR-5213 JBR API v1.5.0 - fix API hash ( #211 )
2023-01-30 15:38:05 +02:00
AMPivovarov
9870d8ef4d
JBR-5213 JBR API v1.5.0 - add GraphicsUtils ( #210 )
...
* relax type constraints in BltBufferStrategy.getDrawGraphics
2023-01-30 14:46:22 +02:00
Artem Semenov
bff19286c7
JBR-5221 Add announcing to JBRAPI
2023-01-30 14:49:07 +03:00
Artem Semenov
775356f3fd
JBR-5221 Add announcing to JBRAPI
2023-01-30 13:51:14 +03:00
Dmitry Batrak
f73822cee7
JBR-5227 Screen capturing with java.awt.Robot produces wrong colors if runtime is built using Xcode 14.2
2023-01-30 10:31:26 +02:00
Dmitry Batrak
0dfa31707f
JBR-4993 Support using 'main' thread as EDT on macOS
...
fix for JBR-5224 test/jdk/jb/java/awt/Window/MacNativeTransparentTitleBarWithCustomHeight.java test crashes in main.thread.as.edt=true mode
2023-01-28 12:23:06 +02:00
Vitaly Provodin
1498b9334e
update exclude list on results of 17.0.6_b779.1 test runs
2023-01-27 20:55:02 +07:00
Dmitry Batrak
11a42eac3b
JBR-4993 Support using 'main' thread as EDT on macOS
...
fix JBR-5218 Deadlock on GraphicsEnvironment initialization
2023-01-26 23:10:45 +02:00
Artem Semenov
b12b7a782d
JBR-4170 Implement API for announcing
2023-01-25 21:25:57 +03:00
Nikita Gubarkov
bf073b92b8
IDEA-141456 Multimonitor HIDPI support for Linux
...
Fixed conflict with JBR-3388
2023-01-23 17:49:44 +02:00
Alexey Ushakov
3581ea9642
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Present layer content using a Core Animation transaction
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
Present layer content using a Core Animation transaction
2023-01-23 10:34:07 +01:00
Alexey Ushakov
819527e89c
JBR-5193 Do not use extra commandQueue in metal pipeline
...
Removed extra command queue
2023-01-23 10:34:05 +01:00
Alexander Lobas
ba490e3929
Merge pull request #207 from alexander-lobas/jbr17
...
JBR-5197 Window control buttons are not visible in full-screen mode in dark themes when IDE window is focused
2023-01-20 22:15:39 +03:00
Alexander Lobas
2106e41512
JBR-5197 Window control buttons are not visible in full-screen mode in dark themes when IDE window is focused
2023-01-20 22:13:47 +03:00
Alexander Lobas
0132135649
JBR-5197 Window control buttons are not visible in full-screen mode in dark themes when IDE window is focused
2023-01-20 22:12:07 +03:00
Christoph Langer
98d182d08d
8299392: [17u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 17.0.6
...
Reviewed-by: goetz
2023-01-20 18:46:58 +07:00
Goetz Lindenmaier
24b94bdc74
8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR
...
8299483: ProblemList java/text/Format/NumberFormat/CurrencyFormat.java
Reviewed-by: clanger
Backport-of: 3b374c0153
2023-01-20 18:46:58 +07:00
Goetz Lindenmaier
e4364b9750
8296239: ISO 4217 Amendment 174 Update
...
Backport-of: fd83764981
2023-01-20 18:46:57 +07:00
Alexei Voitylov
41ca4a9b39
8289350: Better media supports
...
Reviewed-by: mbalao
2023-01-20 18:46:55 +07:00
Martin Balao
a9c8185af1
8295723: security/infra/wycheproof/RunWycheproof.java fails with Assertion Error
...
Reviewed-by: mbaesken
Backport-of: e94ca7d3fc9b5946d5b808f98e334529054c4f39
2023-01-20 18:46:54 +07:00
Martin Balao
08ba4ac23c
8293554: Enhanced DH Key Exchanges
...
Reviewed-by: mbaesken
Backport-of: ca126c9025ad975d9086d5f967d35a76425c13ca
2023-01-20 18:46:53 +07:00
Aleksei Voitylov
c3df79ecd5
8295687: Better BMP bounds
...
Reviewed-by: mbaesken, mbalao
Backport-of: 4df2fd2d1ca8ed73de6ac8b2f6a51ff93e3dac6d
2023-01-20 18:46:51 +07:00
Aleksei Voitylov
03546676f3
8293742: Better Banking of Sounds
...
Reviewed-by: mbaesken, mbalao
Backport-of: f1de79f38fcff10ccaf232f79df0a94e84751ff7
2023-01-20 18:46:50 +07:00
Rui Li
6d241a1ee0
8293734: Improve BMP image handling
...
Reviewed-by: mbaesken, mbalao
Backport-of: 40959ac32b81c333f04628be227107762b78a7da
2023-01-20 18:46:48 +07:00
Yuri Nesterenko
155a0a011c
8293717: Objective view of ObjectView
...
Reviewed-by: mbaesken, mbalao
Backport-of: fb692840530fa07174f9ad5c9f77d593e503a155
2023-01-20 18:46:47 +07:00
Yuri Nesterenko
3a80cb8cfe
8293598: Enhance InetAddress address handling
...
Reviewed-by: mbalao
Backport-of: a2668f58ccc3b7c7d74e2903128b08d97aac5798
2023-01-20 18:46:46 +07:00
Yuri Nesterenko
a586f7ae99
8288516: Enhance font creation
...
Reviewed-by: mbaesken, mbalao
Backport-of: 4c7b057380d7656c8c275b526d1918de6a625cc4
2023-01-20 18:46:45 +07:00
Alexey Bakhtin
918bbb11ad
8287411: Enhance DTLS performance
...
Reviewed-by: mbalao
Backport-of: 911c24564444096c0c98f6dc308220d48b42d6d3
2023-01-20 18:46:44 +07:00
Martin Balao
8e8ea4e8ec
8286496: Improve Thread labels
...
Reviewed-by: mbaesken, avoitylov
Backport-of: e733e55de88e63e129f15edefc602c050339b38a
2023-01-20 18:46:42 +07:00
Martin Balao
f0507dd31e
8286070: Improve UTF8 representation
...
Reviewed-by: mbaesken
Backport-of: 3c40771d02b34027b53c8f3097e124ac9eddd030
2023-01-20 18:46:41 +07:00
Goetz Lindenmaier
1d8db24840
8293010: JDI ObjectReference/referringObjects/referringObjects001 fails: assert(env->is_enabled(JVMTI_EVENT_OBJECT_FREE)) failed: checking
...
Reviewed-by: adinn
Backport-of: 99c3ab0177
2023-01-20 18:46:41 +07:00
Severin Gehwolf
f8edc202b3
8280890: Cannot use '-Djava.system.class.loader' with class loader in signed JAR
...
Reviewed-by: clanger
Backport-of: a0f6f2409e
2023-01-20 18:46:39 +07:00
Andrew John Hughes
da42ba9e06
8297804: (tz) Update Timezone Data to 2022g
...
Reviewed-by: clanger
Backport-of: ce896731d3
2023-01-20 18:46:37 +07:00
Paul Hohensee
f093e9c907
8293965: Code signing warnings after JDK-8293550
...
Backport-of: f91762f56e
2023-01-20 18:46:36 +07:00
Paul Hohensee
eb7fa10648
8294310: compare.sh fails on macos after JDK-8293550
...
Backport-of: b9eeec2b6b
2023-01-20 18:46:35 +07:00
Ben Taylor
d3f80d3afb
8293550: Optionally add get-task-allow entitlement to macos binaries
...
Backport-of: f42caefe2e
2023-01-20 18:46:33 +07:00
Andrew Haley
9ff7278659
8297656: AArch64: Enable AES/GCM Intrinsics
...
Reviewed-by: adinn
2023-01-20 18:46:32 +07:00
Aleksey Shipilev
8fd954b02c
8297309: Memory leak in ShenandoahFullGC
...
Backport-of: b80f5af698
2023-01-20 18:46:31 +07:00
Victor Rudometov
9ad36a6f74
8297530: java.lang.IllegalArgumentException: Negative length on strings concatenation
...
Backport-of: 87d1097d9b
2023-01-20 18:46:28 +07:00
Victor Rudometov
d9862d3dfd
8297481: Create a regression test for JDK-4424517
...
Backport-of: e2d71c0a0d
2023-01-20 18:46:28 +07:00
Matthias Baesken
5fa3bbc4ff
8296715: CLDR v42 update for tzdata 2022f
...
Reviewed-by: mdoerr
Backport-of: 55dd90222e2cef11ebca39a2998d8f799aadbb9a
2023-01-20 18:46:27 +07:00
Sergey Bylokhov
ccc919223b
8296957: One more cast in SAFE_SIZE_NEW_ARRAY2
...
Backport-of: fb6c992f32
2023-01-20 18:46:25 +07:00
Sergey Bylokhov
0bf00422d0
8296496: Overzealous check in sizecalc.h prevents large memory allocation
...
Backport-of: 84e12244a4
2023-01-20 18:46:24 +07:00
Ben Taylor
d03e82eb75
8285093: Introduce UTIL_ARG_WITH
...
Backport-of: 94afb366b2
2023-01-20 18:46:23 +07:00
Ben Taylor
72e380d38e
8273497: building.md should link to both md and html
...
Backport-of: 5bfd043e16
2023-01-20 18:46:22 +07:00
Severin Gehwolf
b564b141ad
8297590: [TESTBUG] HotSpotResolvedJavaFieldTest does not run
...
Backport-of: 08e6a820bc
2023-01-20 18:46:20 +07:00
Leslie Zhai
c969bad52c
8293535: jdk/javadoc/doclet/testJavaFX/TestJavaFxMode.java fail with jfx
...
Backport-of: dfb9c06633
2023-01-20 18:46:19 +07:00
Severin Gehwolf
2a95be6b43
8296967: [JVMCI] rationalize relationship between getCodeSize and getCode in ResolvedJavaMethod
...
Reviewed-by: adinn
Backport-of: 37848a9ca2
2023-01-20 18:46:18 +07:00
Severin Gehwolf
98644b2a65
8296958: [JVMCI] add API for retrieving ConstantValue attributes
...
Reviewed-by: adinn
Backport-of: 4ce4f384d7
2023-01-20 18:46:16 +07:00
Severin Gehwolf
0255a8c8d4
8296956: [JVMCI] HotSpotResolvedJavaFieldImpl.getIndex returns wrong value
...
Reviewed-by: adinn
Backport-of: 95c390ec75
2023-01-20 18:46:15 +07:00
Matthias Baesken
774716490b
8295405: Add cause in a couple of IllegalArgumentException and InvalidParameterException shown by sun/security/pkcs11 tests
...
Backport-of: d5d34241e2
2023-01-20 18:46:14 +07:00
Zdenek Zambersky
65aed3da9e
8295952: Problemlist existing compiler/rtm tests also on x86
...
Backport-of: 3f2f128af6
2023-01-20 18:46:13 +07:00
Aleksey Shipilev
57795ecde8
8270086: ARM32-softfp: Do not load CONSTANT_double using the condy helper methods in the interpreter
...
Backport-of: a066c7bed0
2023-01-20 18:46:11 +07:00
Severin Gehwolf
c8cf075cb3
8296960: [JVMCI] list HotSpotConstantPool.loadReferencedType to ConstantPool
...
Backport-of: b3ef337566
2023-01-20 18:46:10 +07:00
Severin Gehwolf
e225c02b82
8296961: [JVMCI] Access to j.l.r.Method/Constructor/Field for ResolvedJavaMethod/ResolvedJavaField
...
Backport-of: 5db1b58c86
2023-01-20 18:46:09 +07:00
Matthias Baesken
11c5d43c69
8297147: UnexpectedSourceImageSize test times out on slow machines when fastdebug is used
...
Backport-of: 88957a7ce8
2023-01-20 18:46:07 +07:00
Victor Rudometov
61f3af72f2
8297241: Update sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java
...
8297153: sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java fails again
Backport-of: 3c0949824e
2023-01-20 18:46:06 +07:00
Christoph Langer
022ee6b0fa
8296733: JFR: File Read event for RandomAccessFile::write(byte[]) is incorrect
...
Reviewed-by: phh
Backport-of: ced88a2fd9
2023-01-20 18:46:06 +07:00
Aleksey Shipilev
f846c423a5
8270155: ARM32: Improve register dump in hs_err
...
Backport-of: 589a1d53df
2023-01-20 18:46:04 +07:00
Zdenek Zambersky
36d49c4c91
8293815: P11PSSSignature.engineUpdate should not print debug messages during normal operation
...
Backport-of: 2057070eb0
2023-01-20 18:46:03 +07:00
Roman Marchenko
4f87564627
8282511: Use fixed certificate validation date in SSLExampleCert template
...
Backport-of: 268fa69318
2023-01-20 18:46:01 +07:00
Roman Marchenko
bb6c938633
8282398: EndingDotHostname.java test fails because SSL cert expired
...
Backport-of: afd4bcbc1d
2023-01-20 18:45:59 +07:00
Roman Marchenko
543ad7dd7c
8065422: Trailing dot in hostname causes TLS handshake to fail with SNI disabled
...
Backport-of: a95ee5ada2
2023-01-20 18:45:58 +07:00
Matthias Baesken
b24e01e140
8296945: PublicMethodsTest is slow due to dependency verification with debug builds
...
Backport-of: bcc6b12b71
2023-01-20 18:45:57 +07:00
Zdenek Zambersky
931ea246e6
8289301: P11Cipher should not throw out of bounds exception during padding
...
Backport-of: 3e60e82814
2023-01-20 18:45:56 +07:00
Victor Rudometov
2d9f81291b
8022403: sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java fails
...
Backport-of: 65f7de2523
2023-01-20 18:45:56 +07:00
Aleksey Shipilev
f1c536525a
8274903: Zero: Support AsyncGetCallTrace
...
Backport-of: 92aa75b721
2023-01-20 18:45:54 +07:00
Aleksey Shipilev
2c9e122bd3
8273380: ARM32: Default to {ldrexd,strexd} in StubRoutines::atomic_{load|store}_long
...
Backport-of: 718eff2bb6
2023-01-20 18:45:53 +07:00
Aleksey Shipilev
5427951622
8271834: TestStringDeduplicationAgeThreshold intermittent failures on Shenandoah
...
Backport-of: f9b2507f3e
2023-01-20 18:45:53 +07:00
Aleksey Shipilev
7fca7751b2
8280016: gc/g1/TestShrinkAuxiliaryData30 test fails on large machines
...
Backport-of: 590eb86033
2023-01-20 18:45:53 +07:00
Aleksey Shipilev
6e69147d23
8266519: Cleanup resolve() leftovers from BarrierSet et al
...
Backport-of: 7eccbd4fde
2023-01-20 18:45:52 +07:00
Aleksey Shipilev
c346e83bf9
8283999: Update JMH devkit to 1.35
...
Backport-of: a3223cb683
2023-01-20 18:45:52 +07:00
Victor Rudometov
9c985dab45
8286624: Regression Test CoordinateTruncationBug.java fails on OL8.3
...
Backport-of: c71d87e54c
2023-01-20 18:45:51 +07:00
Victor Rudometov
0e446541f6
8285604: closed sun/java2d/GdiRendering/ClipShapeRendering.java failed with "Incorrect color ffeeeeee instead of ff0000ff in pixel (100, 100)"
...
Backport-of: c56c69ed3e
2023-01-20 18:45:51 +07:00
Victor Rudometov
5ff6ccfd71
8178698: javax/sound/midi/Sequencer/MetaCallback.java failed with timeout
...
Backport-of: 43ce047f9f
2023-01-20 18:45:51 +07:00
Victor Rudometov
1aa5cdc10c
8296632: Write a test to verify the content change of TextArea sends TextEvent
...
Backport-of: 59a308b9d0
2023-01-20 18:45:50 +07:00
Aleksey Shipilev
a3b84bda36
8279536: jdk/nio/zipfs/ZipFSOutputStreamTest.java timed out
...
Backport-of: ff0cb98965
2023-01-20 18:45:50 +07:00
Aleksey Shipilev
839d9e164f
8273880: Zero: Print warnings when unsupported intrinsics are enabled
...
Backport-of: 54b456764b
2023-01-20 18:45:50 +07:00
Aleksey Shipilev
29dac34044
8278826: Print error if Shenandoah flags are empty (instead of crashing)
...
Backport-of: 247ea71d24
2023-01-20 18:45:49 +07:00
Aleksey Shipilev
eed1dd3ff8
8277866: gc/epsilon/TestMemoryMXBeans.java failed with wrong initial heap size
...
Backport-of: 37ff7f3b66
2023-01-20 18:45:49 +07:00
Aleksey Shipilev
c3b64b48a7
8280391: NMT: Correct NMT tag on CollectedHeap
...
Backport-of: 44db4794d2
2023-01-20 18:45:49 +07:00
Aleksey Shipilev
250063c6cc
8290374: Shenandoah: Remove inaccurate comment on SBS::load_reference_barrier()
...
Backport-of: 011958d30b
2023-01-20 18:45:47 +07:00
Victor Rudometov
b6e4f2dd75
8296083: javax/swing/JTree/6263446/bug6263446.java fails intermittently on a VM
...
Reviewed-by: goetz
Backport-of: dd9aa7272d
2023-01-20 18:45:47 +07:00
Matthias Baesken
ac3ddd1d84
8290839: jdk/jfr/event/compiler/TestJitRestart.java failed with "RuntimeException: No JIT restart event found: expected true, was false"
...
Backport-of: 5d1ad39684
2023-01-20 18:45:46 +07:00
Andrew John Hughes
9963e5e1a1
8293834: Update CLDR data following tzdata 2022c update
...
Reviewed-by: phh
Backport-of: e10231248fc100f9dfa08468ac897f60b843857f
2023-01-20 18:45:46 +07:00
Dmitry Chuyko
b73332a217
8284533: Improve InterpreterCodelet data footprint
...
Reviewed-by: phh
Backport-of: 61698bd137
2023-01-20 18:45:46 +07:00
Matthias Baesken
93d9ebcf56
8295419: JFR: Change name of jdk.JitRestart
...
Reviewed-by: lucy, mdoerr
Backport-of: ecfb6bce5a
2023-01-20 18:45:45 +07:00
Matthias Baesken
e997785923
8289524: Add JFR JIT restart event
...
Backport-of: dfbc6919e1
2023-01-20 18:45:45 +07:00
Goetz Lindenmaier
1ee7498755
8029633: Raw inner class constructor ref should not perform diamond inference
...
Backport-of: 6707bfbc15
2023-01-20 18:45:45 +07:00
Goetz Lindenmaier
acff9e97e2
8294307: ISO 4217 Amendment 173 Update
...
Backport-of: 4b60ed4d08d6e4cfb26bde2533b6f06b8bf3fa25
2023-01-20 18:45:44 +07:00
Johannes Bechberger
265507c9fa
8285794: AsyncGetCallTrace might acquire a lock via JavaThread::thread_from_jni_environment
...
Reviewed-by: mdoerr
Backport-of: d4474b5816
2023-01-20 18:45:44 +07:00
Martin Doerr
92e5a559c5
8295872: [PPC64] JfrGetCallTrace: Need pc == nullptr check before frame constructor
...
Backport-of: 59a13b1856
2023-01-20 18:45:44 +07:00
Goetz Lindenmaier
9719944d90
8296480: java/security/cert/pkix/policyChanges/TestPolicy.java is failing
...
Backport-of: b6ea69c06a
2023-01-20 18:45:43 +07:00
Goetz Lindenmaier
4c048965b4
8296108: (tz) Update Timezone Data to 2022f
...
Backport-of: 7379b6b205528464ec79459ddc6fb5f6cab556df
2023-01-20 18:45:42 +07:00
Goetz Lindenmaier
0acdc83e01
8286872: Refactor add/modify notification icon (TrayIcon)
...
Backport-of: 9f562ef754
2023-01-20 18:45:42 +07:00
Goetz Lindenmaier
6511ca719e
8202836: [macosx] test java/awt/Graphics/TextAAHintsTest.java fails
...
Backport-of: f399ae558e
2023-01-20 18:45:41 +07:00
Goetz Lindenmaier
0883e8b369
8274029: Remove jtreg tag manual=yesno for java/awt/print/Dialog/DialogOrient.java
...
Backport-of: 296f8537f7
2023-01-20 18:45:40 +07:00
Goetz Lindenmaier
d3a8b20b7c
8274456: Remove jtreg tag manual=yesno java/awt/print/PrinterJob/PageDialogTest.java
...
Backport-of: d57fb6f684
2023-01-20 18:45:40 +07:00
Scott Gibbons
11a7493c34
8273108: RunThese24H crashes with SEGV in markWord::displaced_mark_helper() after JDK-8268276
...
8272809: JFR thread sampler SI_KERNEL SEGV in metaspace::VirtualSpaceList::contains
Backport-of: 9a1bbaf8db
2023-01-20 18:45:39 +07:00
Sandhya Viswanathan
677fa0f42f
8274527: Minimal VM build fails after JDK-8273459
...
Backport-of: a8edd1b360
2023-01-20 18:45:38 +07:00
Sandhya Viswanathan
86474c987d
8273459: Update code segment alignment to 64 bytes
...
Backport-of: 53b25bce87
2023-01-20 18:45:37 +07:00
Sandhya Viswanathan
6b8282c0c1
8269404: Base64 Encoding optimization enhancements for x86 using AVX-512
...
Backport-of: 9cac94d581
2023-01-20 18:45:36 +07:00
Scott Gibbons
7a31d2b46b
8268276: Base64 Decoding optimization for x86 using AVX-512
...
Co-authored-by: Derek White <drwhite@openjdk.org >
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org >
Backport-of: c37988d079
2023-01-20 18:45:35 +07:00
Magnus Ihse Bursie
bb413cfa9d
8295714: GHA ::set-output is deprecated and will be removed
...
Backport-of: b35922be6d
2023-01-20 18:45:34 +07:00
Victor Rudometov
cd86d48558
8296485: BuildEEBasicConstraints.java test fails with SunCertPathBuilderException
...
Backport-of: 520db1eeb1
2023-01-20 18:45:33 +07:00
Christoph Langer
5081959e3a
8288132: Update test artifacts in QuoVadis CA interop tests
...
Backport-of: 3ee1e60595
2023-01-20 18:45:32 +07:00
Goetz Lindenmaier
a1bf1ec45c
8286172: Create an automated test for JDK-4516019
...
Backport-of: e72742eeb5
2023-01-20 18:45:31 +07:00
Goetz Lindenmaier
5a9e3a0a99
8273685: Remove jtreg tag manual=yesno for java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction
...
Backport-of: 2a2e9190d4
2023-01-20 18:45:31 +07:00
Aleksey Shipilev
19e85a4845
8283199: Linux os::cpu_microcode_revision() stalls cold startup
...
Reviewed-by: stuefe
Backport-of: 1443f6b919
2023-01-20 18:45:31 +07:00
Aleksey Shipilev
47f84981be
8281744: x86: Use short jumps in TIG::set_vtos_entry_points
...
Backport-of: 18704653dc
2023-01-20 18:45:30 +07:00
Aleksey Shipilev
2ab8aab2cd
8279941: sun/security/pkcs11/Signature/TestDSAKeyLength.java fails when NSS version detection fails
...
Backport-of: cddd6def9f
2023-01-20 18:45:30 +07:00
Aleksey Shipilev
c4a4018d26
8272608: java_lang_System::allow_security_manager() doesn't set its initialization flag
...
Backport-of: 08f0be8388
2023-01-20 18:45:30 +07:00
Christoph Langer
2abce206ea
8277970: Test jdk/sun/security/ssl/SSLSessionImpl/NoInvalidateSocketException.java fails with "tag mismatch"
...
Backport-of: d1252653b0
2023-01-20 18:45:29 +07:00
Goetz Lindenmaier
a5491386c4
8290920: sspi_bridge.dll not built if BUILD_CRYPTO is false
...
Backport-of: 5e1e449c11
2023-01-20 18:45:29 +07:00
Sergey Bylokhov
d333ac0597
8295554: Move the "sizecalc.h" to the correct location
...
Backport-of: 6673cd8577
2023-01-20 18:45:29 +07:00
Goetz Lindenmaier
82dcda446d
8292695: SIGQUIT and jcmd attaching mechanism does not work with signal chaining library 8283337: Posix signal handler modification warning triggering incorrectly
...
Reviewed-by: manc, mdoerr
Backport-of: 45ff10cc68
2023-01-20 18:45:28 +07:00
Goetz Lindenmaier
9138745987
8265489: Stress test times out because of long ObjectSynchronizer::monitors_iterate(...) operation
...
Backport-of: a5e4def526
2023-01-20 18:45:28 +07:00
Rui Li
ac985d44c0
8287740: NSAccessibilityShowMenuAction not working for text editors
...
Backport-of: b6cdfd685d
2023-01-20 18:45:28 +07:00
Rui Li
ae1de2dab8
8275569: Add linux-aarch64 to test-make profiles
...
Backport-of: af14650127
2023-01-20 18:45:27 +07:00
Zdenek Zambersky
4694158608
8282600: SSLSocketImpl should not use user_canceled workaround when not necessary
...
Backport-of: 7e88ff8a82
2023-01-20 18:45:26 +07:00
Matthias Baesken
cd97f77105
8287011: Improve container information
...
Reviewed-by: lucy, mdoerr
Backport-of: d51f4f471f
2023-01-20 18:45:26 +07:00
Victor Rudometov
ecc4bb6dff
8244670: convert clhsdb "whatis" command from javascript to java
...
Backport-of: 00c0d10870
2023-01-20 18:45:25 +07:00
Joshua Cao
ba61d4cfe3
8295288: Some vm_flags tests associate with a wrong BugID
...
Backport-of: 3dbc38a2c9
2023-01-20 18:45:24 +07:00
Victor Rudometov
63e3f9d57f
8280948: Write a regression test for JDK-4659800
...
Backport-of: 66b2c3b66e
2023-01-20 18:45:24 +07:00
Andrew Dinn
580112750b
8291456: com/sun/jdi/ClassUnloadEventTest.java failed with: Wrong number of class unload events: expected 10 got 4
...
Backport-of: c5e0464098
2023-01-20 18:45:23 +07:00
Andrew Dinn
1eb3cf25e9
8292879: com/sun/jdi/ClassUnloadEventTest.java failed due to classes not unloading
...
Backport-of: 6a266c4de1
2023-01-20 18:45:21 +07:00
Andrew Dinn
56886f8e9b
8292880: Improve debuggee logging for com/sun/jdi/ClassUnloadEventTest.java
...
Backport-of: 3e18773016
2023-01-20 18:45:21 +07:00
Roland Westrelin
3f7456426d
8288302: Shenandoah: SIGSEGV in vm maybe related to jit compiling xerces
...
Backport-of: bf39b184ca
2023-01-20 18:45:20 +07:00
Andrew Dinn
a1d50335b9
8291650: Add delay to ClassUnloadEventTest before exiting to give time for JVM to send all events before VMDeath
...
Backport-of: a6564d495b
2023-01-20 18:45:20 +07:00
Andrew Dinn
01bdc184f2
8290908: misc tests fail: assert(!thread->owns_locks()) failed: must release all locks when leaving VM
...
Backport-of: 0ae8341057
2023-01-20 18:45:20 +07:00
Andrew Dinn
f4220cfca5
8256811: Delayed/missed jdwp class unloading events
...
Reviewed-by: andrew
Backport-of: 54854d9300
2023-01-20 18:45:19 +07:00
Ichiroh Takiguchi
fb662c5608
8292899: CustomTzIDCheckDST.java testcase failed on AIX platform
...
Reviewed-by: andrew
Backport-of: 3464019d7e
2023-01-20 18:45:19 +07:00
Victor Rudometov
3cca881c85
8272123: Problem list 4 jtreg tests which regularly fail on macos-aarch64
...
Reviewed-by: phh
Backport-of: 0ac2be9b35
2023-01-20 18:45:18 +07:00
Thomas Stuefe
a677d7d46a
8267138: Stray suffix when starting gtests via GTestWrapper.java
...
Backport-of: b565459f83
2023-01-20 18:45:18 +07:00
Matthias Baesken
3f3bc693be
8292778: EncodingSupport_md.c convertUtf8ToPlatformString wrong placing of free
...
Backport-of: ad2e0c4df0
2023-01-20 18:45:18 +07:00
Matthias Baesken
05f8f1052f
8295412: support latest VS2022 MSC_VER in abstract_vm_version.cpp
...
Reviewed-by: mdoerr
Backport-of: bca7ab3c11
2023-01-20 18:45:17 +07:00
Matthias Baesken
af57e81123
8294837: unify Windows 2019 version check in os_windows and java_props_md
...
Backport-of: 7012d4ba55
2023-01-20 18:45:17 +07:00
Matthias Baesken
346c1576bd
8294840: langtools OptionalDependencyTest.java use File.pathSeparator
...
Backport-of: f531dae4a0
2023-01-20 18:45:17 +07:00
Christoph Langer
62bb0b3b70
8277881: Missing SessionID in TLS1.3 resumption in compatibility mode
...
Backport-of: 9d99a377bf
2023-01-20 18:45:16 +07:00
Thomas Stuefe
2c2b019680
8269571: NMT should print total malloc bytes and invocation count
...
Backport-of: 3ad20fcdfa
2023-01-20 18:45:14 +07:00
Matthias Baesken
c3bfaf3ba3
8293701: jdeps InverseDepsAnalyzer runs into NoSuchElementException: No value present
...
Backport-of: 953ce8da2c
2023-01-20 18:45:14 +07:00
Goetz Lindenmaier
2bbb559d51
8295429: Update harfbuzz md file
...
Backport-of: 21aeb9e794
2023-01-20 18:45:13 +07:00
Goetz Lindenmaier
ebb5793591
8293657: sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 failed with "SSLHandshakeException: Remote host terminated the handshake"
...
Reviewed-by: phh
Backport-of: f6d78cda85
2023-01-20 18:45:13 +07:00
Goetz Lindenmaier
752e174614
8293891: gc/g1/mixedgc/TestOldGenCollectionUsage.java (still) assumes that GCs take 1ms minimum
...
Backport-of: d77c464c38
2023-01-20 18:45:13 +07:00
Goetz Lindenmaier
2e0c50bdc8
8293489: Accept CAs with BasicConstraints without pathLenConstraint
...
Backport-of: 986b834148
2023-01-20 18:45:12 +07:00
Goetz Lindenmaier
6dab7f43f4
8284771: java/util/zip/CloseInflaterDeflaterTest.java failed with "AssertionError: Expected IOException to be thrown, but nothing was thrown"
...
Backport-of: 7891085a87
2023-01-20 18:45:12 +07:00
Matthias Baesken
62e5a6fe37
8293659: Improve UnsatisfiedLinkError error message to include dlopen error details
...
Reviewed-by: mchung
Backport-of: da4fdfbbf4
2023-01-20 18:45:12 +07:00
Sergey Bylokhov
8ce32ca98e
8284690: [macos] VoiceOver : Getting java.lang.IllegalArgumentException: Invalid location on Editable JComboBox
...
Backport-of: ebfa27b9f0
2023-01-20 18:45:11 +07:00
Rui Li
9759d3de95
8286313: [macos] Voice over reads the boolean value as null in the JTable
...
Backport-of: 8353a33350
2023-01-20 18:45:11 +07:00
bell-sw
8ce25cb6ad
Revert "JBR-4633 [macos] Voice over reads the boolean value as null in the JTable"
...
This reverts commit 4d69e3ac47 .
2023-01-20 18:45:11 +07:00
Aleksey Shipilev
63b9e7761f
8295469: S390X: Optimized builds are broken
...
Backport-of: 7b2e83b395
2023-01-20 18:45:10 +07:00
Martin Doerr
c91ff14797
8294578: [PPC64] C2: Missing is_oop information when using disjoint compressed oops mode
...
Backport-of: f03934e270
2023-01-20 18:45:10 +07:00
Dmitry Chuyko
806e4a4de7
8283298: Make CodeCacheSegmentSize a product flag
...
Reviewed-by: phh
Backport-of: 026b85303c
2023-01-20 18:45:10 +07:00
Goetz Lindenmaier
b645c959c2
8295641: Fix DEFAULT_PROMOTED_VERSION_PRE=ea for -dev
...
Reviewed-by: clanger
2023-01-20 18:45:08 +07:00
Andrew John Hughes
bd64e8fd45
8295173: (tz) Update Timezone Data to 2022e
...
Backport-of: 21407dec01
2023-01-20 18:45:08 +07:00
Goetz Lindenmaier
a3260f8a05
8272791: java -XX:BlockZeroingLowLimit=1 crashes after 8270947
...
Backport-of: e17118aa8a
2023-01-20 18:45:07 +07:00
Goetz Lindenmaier
52da4d2ed8
8272094: compiler/codecache/TestStressCodeBuffers.java crashes with "failed to allocate space for trampoline"
...
Backport-of: 0948c097a8
2023-01-20 18:45:07 +07:00
Goetz Lindenmaier
3720034060
8280234: AArch64 "core" variant does not build after JDK-8270947
...
Backport-of: 28e02fa2cb
2023-01-20 18:45:06 +07:00
Goetz Lindenmaier
cdf3c8b04b
8271956: AArch64: C1 build failed after JDK-8270947
...
Backport-of: b84a9c7b37
2023-01-20 18:45:06 +07:00
Goetz Lindenmaier
6110d85c54
8270947: AArch64: C1: use zero_words to initialize all objects
...
Backport-of: 6c68ce2d39
2023-01-20 18:45:06 +07:00
Goetz Lindenmaier
083048f558
8289562: Change bugs.java.com and bugreport.java.com URL's to https
...
Reviewed-by: mbaesken
Backport-of: 1f484dae4e
2023-01-20 18:45:05 +07:00
Goetz Lindenmaier
6e0657a8fb
8292682: Code change of JDK-8282730 not updated to reflect CSR update
...
Backport-of: 74d3330e10
2023-01-20 18:45:05 +07:00
Goetz Lindenmaier
35dcb3478b
8282730: LdapLoginModule throw NPE from logout method after login failure
...
Backport-of: 554f44ecb1
2023-01-20 18:45:05 +07:00
Goetz Lindenmaier
77c0c8ebdd
8273236: keytool does not accurately warn about algorithms that are disabled but have additional constraints
...
Reviewed-by: phh, mbaesken
Backport-of: c2ee1b33c3
2023-01-20 18:45:04 +07:00
Goetz Lindenmaier
f0d5863d34
8269743: test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/Test.java crash with small heap (-Xmx50m)
...
Backport-of: 2baf498eb5
2023-01-20 18:45:04 +07:00
Goetz Lindenmaier
8a9c6f72fc
8030121: java/awt/dnd/MissingDragExitEventTest/MissingDragExitEventTest.java fails
...
Backport-of: 9a3cb93038
2023-01-20 18:45:04 +07:00
Xin Liu
60b075ea41
8277346: ProblemList 7 serviceability/sa tests on macosx-x64
...
8277351: ProblemList runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java on macosx-x64
Reviewed-by: phh
Backport-of: ce4471f806
2023-01-20 18:45:03 +07:00
Severin Gehwolf
3c4a89e58b
8294740: Add cgroups keyword to TestDockerBasic.java
...
Backport-of: ae79af2ad6
2023-01-20 18:45:03 +07:00
Goetz Lindenmaier
9b6d017078
8283353: compiler/c2/cr6865031/Test.java and compiler/runtime/Test6826736.java fails on x86_32
...
Backport-of: b96cb048f1
2023-01-20 18:45:02 +07:00
Goetz Lindenmaier
fa17df11fe
8293672: Update freetype md file
...
Backport-of: fef345b19f
2023-01-20 18:45:01 +07:00
Severin Gehwolf
eff20d66e3
8293540: [Metrics] Incorrectly detected resource limits with additional cgroup fs mounts
...
Backport-of: 6d83482a6b
2023-01-20 18:45:01 +07:00
Nikita Gubarkov
9792005b32
8287609: macOS: SIGSEGV at [CoreFoundation] CFArrayGetCount / sun.font.CFont.getTableBytesNative
...
Backport-of: 8c460b043e
2023-01-20 18:43:54 +07:00
Severin Gehwolf
ec6d62f693
8293472: Incorrect container resource limit detection if manual cgroup fs mounts present
...
Backport-of: 8f3bbe950f
2023-01-20 18:37:10 +07:00
Smita Kamath
d9190b96d6
8292158: AES-CTR cipher state corruption with AVX-512
...
Reviewed-by: kvn
Backport-of: 9d76ac8a44
2023-01-20 18:37:09 +07:00
William Kemper
3447001ac4
8282402: Create a regression test for JDK-4666101
...
Backport-of: 1581e3faa0
2023-01-20 18:37:09 +07:00
Matthias Baesken
bb039a94bb
8251466: test/java/io/File/GetXSpace.java fails on Windows with mapped network drives.
...
Backport-of: 178ac74653
2023-01-20 18:37:08 +07:00
Victor Rudometov
3e05c73ad8
8281296: Create a regression test for JDK-4515999
...
Backport-of: f5d8cebbb6
2023-01-20 18:37:08 +07:00
Evgeny Astigeevich
d7187b5027
8284681: compiler/c2/aarch64/TestFarJump.java fails with "RuntimeException: for CodeHeap < 250MB the far jump is expected to be encoded with a single branch instruction"
...
Backport-of: 21de4e55b8
2023-01-20 18:37:07 +07:00
Evgeny Astigeevich
c0d3301366
8280872: Reorder code cache segments to improve code density
...
Backport-of: e524107a74
2023-01-20 18:37:07 +07:00
Johannes Bechberger
416a07d875
8284752: Zero does not build on Mac OS X due to missing os::current_thread_enable_wx implementation
...
Backport-of: bc12e8616d
2023-01-20 18:37:06 +07:00
Victor Rudometov
c8cdf1f304
8222323: ChildAlwaysOnTopTest.java fails with "RuntimeException: Failed to unset alwaysOnTop"
...
Backport-of: 837928ba79
2023-01-20 18:37:06 +07:00
Martin Balao
19301d907f
8293826: Closed test fails after JDK-8276108 on aarch64
...
17u backport of JDK-8278417
Reviewed-by: goetz
2023-01-20 18:37:06 +07:00
Victor Rudometov
281c300157
6829250: Reg test: java/awt/Toolkit/ScreenInsetsTest/ScreenInsetsTest.java fails in Windows
...
Backport-of: f56396f168
2023-01-20 18:37:05 +07:00
Goetz Lindenmaier
a96f0e5b94
8290711: assert(false) failed: infinite loop in PhaseIterGVN::optimize
...
Reviewed-by: mdoerr
Backport-of: 6354a57b5c
2023-01-20 18:37:05 +07:00
Goetz Lindenmaier
85d37b1ef2
8257722: Improve "keytool -printcert -jarfile" output
...
Backport-of: de93b1d0e8
2023-01-20 18:37:03 +07:00
Matthias Baesken
65601a43e8
8292586: simplify cleanups in NTLMAuthSequence getCredentialsHandle
...
Backport-of: 84936e9278
2023-01-20 18:37:01 +07:00
Dan Lutker
c9bb64abb1
8276904: Optional.toString() is unnecessarily expensive
...
Backport-of: fe2ae8e38b
2023-01-20 18:36:59 +07:00
Johannes Bechberger
2d7c92ee51
8284732: FFI_GO_CLOSURES macro not defined but required for zero build on Mac OS X
...
Backport-of: cafde7fe00
2023-01-20 18:36:58 +07:00
Dmitry Chuyko
345d99c35e
8280511: AArch64: Combine shift and negate to a single instruction
...
Backport-of: e572a525f5
2023-01-20 18:36:58 +07:00
Matthias Baesken
eeb090ea41
8292866: Java_sun_awt_shell_Win32ShellFolder2_getLinkLocation check MultiByteToWideChar return value for failures
...
Backport-of: 699c42962e
2023-01-20 18:36:57 +07:00
Goetz Lindenmaier
38a05ea5d6
8282642: vmTestbase/gc/gctests/LoadUnloadGC2/LoadUnloadGC2.java fails intermittently with exit code 1
...
Backport-of: 7db5abddd1
2023-01-20 18:36:57 +07:00
Goetz Lindenmaier
bb40328f04
8294357: (tz) Update Timezone Data to 2022d
...
Backport-of: f01573368f
2023-01-20 18:36:56 +07:00
Goetz Lindenmaier
9830761834
8291599: Assertion in PhaseIdealLoop::skeleton_predicate_has_opaque after JDK-8289127
...
Backport-of: 37df5f5625
2023-01-20 18:36:55 +07:00
Goetz Lindenmaier
5536c5f8d4
8293816: CI: ciBytecodeStream::get_klass() is not consistent
...
Backport-of: 746f5f589d
2023-01-20 18:36:55 +07:00
Goetz Lindenmaier
c4d2c25be8
8293044: C1: Missing access check on non-accessible class
...
Backport-of: 005b49bb78
2023-01-20 18:36:55 +07:00
Goetz Lindenmaier
ecdb9f7c51
8292385: assert(ctrl == kit.control()) failed: Control flow was added although the intrinsic bailed out
...
Backport-of: 5757e2129e
2023-01-20 18:36:54 +07:00
Goetz Lindenmaier
fd4876decf
8290529: C2: assert(BoolTest(btest).is_canonical()) failure
...
Reviewed-by: mdoerr
Backport-of: 77e21c57ce
2023-01-20 18:36:54 +07:00
Goetz Lindenmaier
126909a073
8290451: Incorrect result when switching to C2 OSR compilation from C1
...
Backport-of: afa5d4ced3
2023-01-20 18:36:53 +07:00
Goetz Lindenmaier
fcddc2c1d8
8291775: C2: assert(r != __null && r->is_Region()) failed: this phi must have a region
...
Backport-of: 32d675ca60
2023-01-20 18:36:53 +07:00
Goetz Lindenmaier
34c3af8dc3
8291459: JVM crash with GenerateOopMap::error_work(char const*, __va_list_tag*)
...
Backport-of: 8d88be233b
2023-01-20 18:36:51 +07:00
Goetz Lindenmaier
e7225937dd
8169187: [macosx] Aqua: java/awt/image/multiresolution/MultiresolutionIconTest.java
...
Backport-of: 90257f9505
2023-01-20 18:36:50 +07:00
Goetz Lindenmaier
313fdc3e8c
8290705: StringConcat::validate_mem_flow asserts with "unexpected user: StoreI"
...
Backport-of: 61e072d11c
2023-01-20 18:36:49 +07:00
Goetz Lindenmaier
6e92ce09a4
8290687: serviceability/sa/TestClassDump.java could leave files owned by root on macOS
...
Backport-of: 59d85bad34
2023-01-20 18:36:49 +07:00
Goetz Lindenmaier
a3a275be24
8289257: Some custom loader tests failed due to symbol refcount not decremented
...
Backport-of: c43bdf7165
2023-01-20 18:36:48 +07:00
Goetz Lindenmaier
55db306019
8288651: CDS test HelloUnload.java should not use literal string as ClassLoader name
...
Backport-of: e322e77e95
2023-01-20 18:36:47 +07:00
Victor Rudometov
cac18d4430
8290781: Segfault at PhaseIdealLoop::clone_loop_handle_data_uses
...
Backport-of: 4c90e87a6f
2023-01-20 18:36:47 +07:00
Martin Doerr
d603c68f36
8293998: [PPC64] JfrGetCallTrace: assert(_pc != nullptr) failed: must have PC
...
Reviewed-by: phh
Backport-of: 14c6ac457d
2023-01-20 18:36:46 +07:00
Yi-Fan Tsai
6df13593bc
8282528: AArch64: Incorrect replicate2L_zero rule
...
Reviewed-by: phh
Backport-of: c35590282d
2023-01-20 18:36:46 +07:00
Zdenek Zambersky
5095eddff2
8293232: Fix race condition in pkcs11 SessionManager
...
Backport-of: 1e031e6a58
2023-01-20 18:36:46 +07:00
Victor Rudometov
125e180667
8293578: Duplicate ldc generated by javac
...
Backport-of: 39cd1635bf
2023-01-20 18:36:45 +07:00
Roman Marchenko
e64e6a422d
8283059: Uninitialized warning in check_code.c with GCC 11.2
...
Backport-of: d8893fad23
2023-01-20 18:36:45 +07:00
Victor Rudometov
40ae2c10c1
8287076: Document.normalizeDocument() produces different results
...
Reviewed-by: phh
Backport-of: 1f9521e6cb
2023-01-20 18:36:44 +07:00
Goetz Lindenmaier
b92dfd9c9f
8285836: sun/net/www/http/KeepAliveCache/KeepAliveProperty.java failed with "RuntimeException: Failed in server"
...
Backport-of: af529be069
2023-01-20 18:36:44 +07:00
Goetz Lindenmaier
c2d01ebaa0
8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with java.lang.NullPointerException
...
Backport-of: 3216d198f3
2023-01-20 18:36:43 +07:00
Dmitry Chuyko
2048e52bd2
8287425: Remove unnecessary register push for MacroAssembler::check_klass_subtype_slow_path
...
Reviewed-by: phh
Backport-of: b5a646ee6c
2023-01-20 18:36:41 +07:00
Matthias Baesken
1aa0958166
8293808: mscapi destroyKeyContainer enhance KeyStoreException: Access is denied exception
...
Backport-of: 36c9034ff1
2023-01-20 18:36:40 +07:00
Matthias Baesken
df9c0aa50d
8290532: Adjust PKCS11Exception and handle more PKCS11 error codes
...
Backport-of: 07f0612c9a
2023-01-20 18:36:40 +07:00
Goetz Lindenmaier
336169feb4
8282777: Create a Regression test for JDK-4515031
...
Backport-of: 523d553e13
2023-01-20 18:36:39 +07:00
Goetz Lindenmaier
f08cf4309f
8286772: java/awt/dnd/DropTargetInInternalFrameTest/DropTargetInInternalFrameTest.html times out and fails in Windows
...
Backport-of: d76c1089ef
2023-01-20 18:36:39 +07:00
Goetz Lindenmaier
1f79ef9776
8286663: Resolve IDE warnings in WTrayIconPeer and SystemTray
...
Backport-of: a9b9831f2a
2023-01-20 18:36:38 +07:00
Goetz Lindenmaier
a4123ed08b
8285305: Create an automated test for JDK-4495286
...
Backport-of: 25e9901aea
2023-01-20 18:36:38 +07:00
Goetz Lindenmaier
bab9089637
8287826: javax/accessibility/4702233/AccessiblePropertiesTest.java fails to compile
...
Backport-of: 005a330387
2023-01-20 18:36:37 +07:00
Goetz Lindenmaier
66281c1825
8285373: Create an automated test for JDK-4702233
...
Backport-of: 6f526e1bc3
2023-01-20 18:36:37 +07:00
Goetz Lindenmaier
d803f98671
8282857: Create a regression test for JDK-4702690
...
Backport-of: 8df5f1058f
2023-01-20 18:36:36 +07:00
Goetz Lindenmaier
773486269b
8275170: Some jtreg sound tests should be marked with sound keyword
...
Backport-of: 25669bb667
2023-01-20 18:36:35 +07:00
Goetz Lindenmaier
aac30c7b78
8285687: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PageRangesDlgTest.java
...
Backport-of: fc3edf2412
2023-01-20 18:36:33 +07:00
Goetz Lindenmaier
53ab847096
8286452: The array length of testSmallConstArray should be small and const
...
Backport-of: d65fba412e
2023-01-20 18:36:32 +07:00
Goetz Lindenmaier
47efafc6d6
8233557: [TESTBUG] DoubleClickTitleBarTest.java fails on macOs
...
Backport-of: 7b1916efda
2023-01-20 18:36:31 +07:00
Goetz Lindenmaier
c2b50b20ee
8285612: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java
...
Reviewed-by: mbaesken
Backport-of: 57a7670886
2023-01-20 18:36:31 +07:00
Goetz Lindenmaier
4f6ac9296d
8286551: JDK-8286460 causes tests to fail to compile in Tier2
...
Backport-of: 070a0cda31
2023-01-20 18:36:30 +07:00
Goetz Lindenmaier
e56e22156e
8286460: Remove dependence on JAR filename in CDS tests
...
Backport-of: 52dbfa99fe
2023-01-20 18:36:30 +07:00
Goetz Lindenmaier
2a5d7c1736
8275234: java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java is entered twice in ProblemList
...
Backport-of: 1e0184d142
2023-01-20 18:36:30 +07:00
Tyler Steele
1596f68d08
8292816: GPL Classpath exception missing from assemblyprefix.h
...
Backport-of: 71ab5c95af
2023-01-20 18:36:29 +07:00
Gaurav Chaudhari
1dbbc5abd8
8288377: [REDO] DST not applying properly with zone id offset set with TZ env variable
...
Backport-of: 3c3256414f
2023-01-20 18:36:29 +07:00
Victor Rudometov
eef44fd2a6
8293828: JFR: jfr/event/oldobject/TestClassLoaderLeak.java still fails when GC cycles are not happening
...
Backport-of: 5002eaa5cc
2023-01-20 18:36:28 +07:00
Goetz Lindenmaier
1077256b80
8285698: Create a test to check the focus stealing of JPopupMenu from JComboBox
...
Backport-of: 7612bba0f1
2023-01-20 18:36:28 +07:00
Goetz Lindenmaier
9d12550cfd
8284980: Test vmTestbase/nsk/stress/except/except010.java times out with -Xcomp -XX:+DeoptimizeALot
...
Backport-of: 7704eb1866
2023-01-20 18:36:28 +07:00
Goetz Lindenmaier
48326ac97e
8286263: compiler/c1/TestPinnedIntrinsics.java failed with "RuntimeException: testCurrentTimeMillis failed with -3"
...
Backport-of: bb52ea6820
2023-01-20 18:36:27 +07:00
Goetz Lindenmaier
4bedf95bca
8129827: [TEST_BUG] Test java/awt/Robot/RobotWheelTest/RobotWheelTest.java fails
...
Backport-of: a1efb95536
2023-01-20 18:36:27 +07:00
Goetz Lindenmaier
56e8b0175b
8159599: [TEST_BUG] java/awt/Modal/ModalInternalFrameTest/ModalInternalFrameTest.java
...
Backport-of: f5beafa53f
2023-01-20 18:36:26 +07:00
Goetz Lindenmaier
cd6c698a9b
8284892: java/net/httpclient/http2/TLSConnection.java fails intermittently
...
Backport-of: 1e22c70ff2
2023-01-20 18:36:26 +07:00
Goetz Lindenmaier
c4358780f7
8273553: sun.security.ssl.SSLEngineImpl.closeInbound also has similar error of JDK-8253368
...
Backport-of: 0b09f70a73
2023-01-20 18:36:25 +07:00
Goetz Lindenmaier
701386abfa
8282276: Problem list failing two Robot Screen Capture tests
...
Backport-of: 2557ef8a02
2023-01-20 18:36:23 +07:00
Goetz Lindenmaier
05e4fccbc3
8262721: Add Tests to verify single iteration loops are properly optimized
...
Backport-of: 69e390a0e8
2023-01-20 18:36:22 +07:00
Goetz Lindenmaier
49521e1dea
8279662: serviceability/sa/ClhsdbScanOops.java can fail due to unexpected GC
...
Backport-of: fe0118f804
2023-01-20 18:36:21 +07:00
Goetz Lindenmaier
c4e29c995e
8280554: resourcehogs/serviceability/sa/ClhsdbRegionDetailsScanOopsForG1.java can fail if GC is triggered
...
Backport-of: 4532c3a163
2023-01-20 18:36:20 +07:00
Goetz Lindenmaier
cb9991ab13
8280555: serviceability/sa/TestObjectMonitorIterate.java is failing due to ObjectMonitor referencing a null Object
...
Backport-of: 0740ac474c
2023-01-20 18:36:18 +07:00
Goetz Lindenmaier
ba12b0ca84
8268033: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails with "fatal error: Not compilable at tier 3: CodeBuffer overflow"
...
Backport-of: ed0df2fa1f
2023-01-20 18:36:18 +07:00
Matthias Baesken
567d672778
8292903: enhance round_up_power_of_2 assertion output
...
Backport-of: 8d3d4397cc
2023-01-20 18:36:17 +07:00
Goetz Lindenmaier
4bcdde5640
7001973: java/awt/Graphics2D/CopyAreaOOB.java fails
...
Backport-of: 22b7295e75
2023-01-20 18:36:17 +07:00
Goetz Lindenmaier
7382411d21
8210558: serviceability/sa/TestJhsdbJstackLock.java fails to find '^\s+- waiting to lock <0x[0-9a-f]+> \(a java\.lang\.Class ...'
...
Backport-of: 587e5409c2
2023-01-20 18:36:16 +07:00
Goetz Lindenmaier
e0fd16558b
8274296: Update or Problem List tests which may fail with uiScale=2 on macOS
...
Backport-of: 753b25633b
2023-01-20 18:36:16 +07:00
Smita Kamath
873dff8219
8277358: Accelerate CRC32-C
...
Backport-of: e0f1fc783c
2023-01-20 18:36:16 +07:00
Goetz Lindenmaier
77b059599a
8279398: jdk/jfr/api/recording/time/TestTimeMultiple.java failed with "RuntimeException: getStopTime() > afterStop"
...
Backport-of: 40df5df95e
2023-01-20 18:36:15 +07:00
Goetz Lindenmaier
1cf9ee5562
8268297: jdk/jfr/api/consumer/streaming/TestLatestEvent.java times out
...
Backport-of: 730f67081d
2023-01-20 18:36:15 +07:00
Goetz Lindenmaier
3efa91acf0
8279066: entries.remove(entry) is useless in PKCS12KeyStore
...
Backport-of: fb623f1d2e
2023-01-20 18:36:14 +07:00
Goetz Lindenmaier
f0fe579e26
8277092: TestMetaspaceAllocationMT2.java#ndebug-default fails with "RuntimeException: Committed seems high: NNNN expected at most MMMM"
...
Backport-of: a3406a1d8a
2023-01-20 18:36:14 +07:00
Goetz Lindenmaier
4584fe083d
8268779: ZGC: runtime/InternalApi/ThreadCpuTimesDeadlock.java#id1 failed with "OutOfMemoryError: Java heap space"
...
Backport-of: a6fa6ed1ed
2023-01-20 18:36:14 +07:00
Goetz Lindenmaier
0e6a4d4c8d
8273881: Metaspace: test repeated deallocations
...
Backport-of: 83c3771929
2023-01-20 18:36:13 +07:00
Alexey Pavlyutkin
8281097b79
8266082: AssertionError in Annotate.fromAnnotations with -Xdoclint
...
Backport-of: 0b8a0e2b58
2023-01-20 18:36:13 +07:00
Goetz Lindenmaier
40c17e0444
8274160: java/awt/Window/ShapedAndTranslucentWindows/Common.java delay is too high
...
Backport-of: 895e2bd7c0
2023-01-20 18:36:12 +07:00
Goetz Lindenmaier
f7887449eb
8274032: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java & show test UI
...
Backport-of: 7dc2db4aac
2023-01-20 18:36:12 +07:00
Goetz Lindenmaier
fe27a44e4a
8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not show instruction
...
Backport-of: 4da45c4301
2023-01-20 18:36:11 +07:00
Goetz Lindenmaier
813b6ce3b0
8273043: [TEST_BUG] Automate NimbusJTreeSelTextColor.java
...
Backport-of: 270a9d9293
2023-01-20 18:36:10 +07:00
Goetz Lindenmaier
4123906183
7188098: TEST_BUG: closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails
...
Backport-of: c640fe42c2
2023-01-20 18:36:09 +07:00
Goetz Lindenmaier
4f0f59e64c
8271015: Split cds/SharedBaseAddress.java test into smaller parts
...
Backport-of: 0790f04d8a
2023-01-20 18:36:08 +07:00
Goetz Lindenmaier
c37547ef48
8269029: compiler/codegen/TestCharVect2.java fails for client VMs
...
Backport-of: cbec37d45d
2023-01-20 18:36:08 +07:00
Goetz Lindenmaier
fd4676dd46
8277576: ProblemList runtime/ErrorHandling/CreateCoredumpOnCrash.java on macosx-X64
...
8277577: ProblemList compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java on linux-aarch64
8277578: ProblemList applications/jcstress/acqrel.java on linux-aarch64
Backport-of: 1049aba1fb
2023-01-20 18:36:07 +07:00
Goetz Lindenmaier
6d6159bbfd
8290209: jcup.md missing additional text
...
Backport-of: 2bf6285c80
2023-01-20 18:36:06 +07:00
Goetz Lindenmaier
42128b128a
8290207: Missing notice in dom.md
...
Backport-of: 73b83e0188
2023-01-20 18:36:05 +07:00
Martin Balao
46e8d8ef0c
8277928: Fix compilation on macosx-aarch64 after 8276108
...
Backport-of: 2622ab3fe9
2023-01-20 18:36:04 +07:00
Martin Balao
5d259c42e9
8276108: Wrong instruction generation in aarch64 backend
...
Backport-of: 72bacf8d25
2023-01-20 18:36:03 +07:00
Dmitry Chuyko
2feddbec82
8282049: AArch64: Use ZR for integer zero immediate volatile stores
...
Backport-of: 413bef6890
2023-01-20 18:36:02 +07:00
Alexey Pavlyutkin
2fae599ddd
8272776: NullPointerException not reported
...
Backport-of: 93eec9a103
2023-01-20 18:36:01 +07:00
Paul Hohensee
b4dbe998ab
8274563: jfr/event/oldobject/TestClassLoaderLeak.java fails when GC cycles are not happening
...
Backport-of: 47bfc8aa93
2023-01-20 18:36:00 +07:00
Dmitry Chuyko
ad96229e5c
8277411: C2 fast_unlock intrinsic on AArch64 has unnecessary ownership check
...
Backport-of: 3d810ad691
2023-01-20 18:36:00 +07:00
Boris Ulasevich
78fb4c098b
8280124: Reduce branches decoding latin-1 chars from UTF-8 encoded bytes
...
Reviewed-by: phh, dsamersoff
Backport-of: e314a4cfda
2023-01-20 18:35:59 +07:00
Boris Ulasevich
931cc4aafa
8282347: AARCH64: Untaken branch in has_negatives stub
...
Reviewed-by: phh, dsamersoff
Backport-of: 3efd6aa4c9
2023-01-20 18:35:58 +07:00
Boris Ulasevich
17cb7de818
8270848: Redundant unsafe opmask register allocation in some instruction patterns.
...
Reviewed-by: phh, dsamersoff
Backport-of: 71ca0c08f0
2023-01-20 18:35:57 +07:00
Dmitry Chuyko
bd0fbb5308
8287349: AArch64: Merge LDR instructions to improve C1 OSR performance
...
Reviewed-by: aph
Backport-of: 08400f18ba
2023-01-20 18:35:56 +07:00
Ryan Flegel
fb1aaba397
8275535: Retrying a failed authentication on multiple LDAP servers can lead to users blocked
...
Backport-of: 3be394e160
2023-01-20 18:35:55 +07:00
Jonathan Dowland
aaa330e3f2
8283383: [macos] a11y : Screen magnifier shows extra characters (0) at the end JButton accessibility name
...
Backport-of: b021d37cec
2023-01-20 18:35:54 +07:00
bobpengxie
4761b95f43
8293319: [C2 cleanup] Remove unused other_path arg in Parse::adjust_map_after_if
...
Backport-of: e1e67324c0
2023-01-20 18:35:53 +07:00
Jonathan Dowland
f9918ac34d
8292541: [Metrics] Reported memory limit may exceed physical machine memory
...
Backport-of: 9a0d1e7ce8
2023-01-20 18:35:52 +07:00
Yi-Fan Tsai
384c826916
8288445: AArch64: C2 compilation fails with guarantee(!true || (true && (shift != 0))) failed: impossible encoding
...
Reviewed-by: phh
Backport-of: b4490386fe
2023-01-20 18:35:52 +07:00
Matthias Baesken
185848a872
8289146: containers/docker/TestMemoryWithCgroupV1.java fails on linux ppc64le machine with missing Memory and Swap Limit output
...
Backport-of: d8f4e97bd3
2023-01-20 18:35:50 +07:00
Sergey Nazarkin
61bee883d4
8289044: ARM32: missing LIR_Assembler::cmove metadata type support
...
Backport-of: 20f55abd27
2023-01-20 18:35:50 +07:00
Jonathan Dowland
083275d811
8292083: Detected container memory limit may exceed physical machine memory
...
Reviewed-by: sgehwolf
Backport-of: f694f8a767
2023-01-20 18:35:49 +07:00
Christoph Langer
e89008a7b8
8292888: Bump update version for OpenJDK: jdk-17.0.6
...
Reviewed-by: sgehwolf
2023-01-20 18:35:09 +07:00
Vitaly.Provodin
f71c89ad58
update exclude list on results of 17.0.5_b762.1 test runs
2023-01-20 18:04:08 +07:00
Vitaly Provodin
8d90454dc3
update exclude list on results of stability checking runs due to 8253184
2023-01-20 18:04:08 +07:00
Dmitry Batrak
b933660cf1
JBR-5189 Can't exit fullscreen mode on ubuntu 22.10
2023-01-19 11:22:27 +02:00
Alexander Lobas
deba3971ae
Merge pull request #204 from alexander-lobas/jbr17
...
JBR-5175 jb/java/awt/Window/FullScreenTwoFrames.java: -[AWTWindow res…
2023-01-16 15:42:46 +03:00
Alexander Lobas
2a7cca8a0f
JBR-5175 jb/java/awt/Window/FullScreenTwoFrames.java: -[AWTWindow resetWindowFullScreeControls]: unrecognized selector sent to instance 0x60000232d5f0
2023-01-16 15:42:10 +03:00
Dmitry Batrak
0a3f4b206d
JBR-5134 Input methods can't be dynamically disabled on a focused JComponent
2023-01-15 09:25:32 +02:00
Alexander Lobas
4849e51926
Merge pull request #202 from alexander-lobas/jbr17
...
JBR-5174 Opening project as tabs in Mac OS (version2)
2023-01-14 00:49:27 +03:00
Alexander Lobas
8c11cf39c1
JBR-5174 Opening project as tabs in Mac OS (version2)
2023-01-14 00:48:32 +03:00
Alexander Lobas
1f54c05b84
Merge pull request #201 from alexander-lobas/jbr17
...
JBR-5174 Opening project as tabs in Mac OS (version2)
2023-01-13 17:11:49 +03:00
Alexander Lobas
8b19b3c82a
JBR-5174 Opening project as tabs in Mac OS (version2)
2023-01-13 16:54:13 +03:00
Alexander Lobas
401b1425f1
JBR-5174 Opening project as tabs in Mac OS (version2)
2023-01-13 16:44:04 +03:00
Vitaly.Provodin
41fa771f2b
update exclude list on results of 17.0.5_b759.1 test runs
2023-01-13 12:14:16 +07:00
Vitaly Provodin
dc113de54f
Update README.md
2023-01-13 01:27:49 +04:00
Alexey Ushakov
08b744e53a
JBR-5112 Large bold square whitespaces after waking up the laptop / connecting display
...
Clear primary surface data of VolatileSurfaceManager on display change event
2023-01-05 22:21:29 +01:00
Alexey Ushakov
0c3d8e4621
JBR-5157 Idea hangs on opening editor context menu
...
Removed displaySync start from completion block in commitCommandBuffer
2023-01-05 21:42:22 +01:00
Nikita Provotorov
7995574c09
JBR-3544: Generate popup invoked instead of New in this directory.
...
Adds a regression test.
2023-01-03 03:31:49 +02:00
Alexander Lobas
f62c5bbfa0
Merge pull request #199 from alexander-lobas/jbr17
...
JBR-5139 Support color for rounded borders on Windows (version 2)
2022-12-31 12:23:14 +03:00
Alexander Lobas
3e3a0dc115
JBR-5139 Support color for rounded borders on Windows
2022-12-31 12:18:51 +03:00
Alexander Lobas
f0174a1953
JBR-5139 Support color for rounded borders on Windows
2022-12-31 12:13:37 +03:00
Vitaly Provodin
c9ce3791c3
Revert "JBR-5139 Support color for rounded borders on Windows"
...
This reverts commit 06099a9a7f .
2022-12-31 05:18:21 +07:00
Vitaly Provodin
85df918997
Revert "JBR-5139 Support color for rounded borders on Windows"
...
This reverts commit 3a55a1baac .
2022-12-31 05:18:17 +07:00
Alexey Ushakov
170632e125
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Added sun.java2d.metal.displaySync property to disable (false) displaySync update method
2022-12-29 17:14:55 +01:00
Artem Semenov
5584b07116
JBR-5142 JNI call of getAccessibleActionCount on a wrong thread ( #197 )
...
* JBR-5142 JNI call of getAccessibleActionCount on a wrong thread
2022-12-29 17:28:29 +03:00
Alexander Lobas
a627c2d4a9
Merge pull request #196 from alexander-lobas/jbr17
...
JBR-5139 Support color for rounded borders on Windows
2022-12-27 19:00:26 +01:00
Alexander Lobas
3a55a1baac
JBR-5139 Support color for rounded borders on Windows
2022-12-27 18:57:20 +01:00
Alexander Lobas
06099a9a7f
JBR-5139 Support color for rounded borders on Windows
2022-12-27 18:51:36 +01:00
Vitaly Provodin
de6e0d17b4
update exclude list on results of 17.0.5_b743.1 test runs
2022-12-24 05:35:21 +07:00
Artem Semenov
f242258e24
JBR-5118 VoiceOver does not speak the label associated with the combobox ( #194 )
...
JBR-5118 VoiceOver does not speak the label associated with the combobox
2022-12-22 10:50:08 +03:00
Vitaly Provodin
63d0497d5a
JBR-5008 remove extra test/jdk/jb/java/awt/font in favor of test/jdk/jb/java/awt/Font
2022-12-19 04:44:09 +07:00
Nikita Provotorov
3a5a610476
JBR-5107, JBR-5114: SIGILL/OOM from Java_sun_lwawt_macosx_LWCToolkit_getKeyboardLayoutNativeId.
...
A theoretical fix, it should:
- Catch any NSException (as it was initially expected);
- Probably fix possible memory leaks (by moving the layoutId var inside autoreleasepool).
2022-12-16 20:50:08 +02:00
Dmitry Batrak
12034dcf61
improve the stability of SequentialModalDialogsTest
...
before the fix, the test was found to fail sometimes on Linux (Ubuntu, GNOME, X.Org) with HiDPI monitor (scale 200%)
2022-12-15 13:53:55 +03:00
Dmitry Batrak
693d317c0c
JBR-5109 New frame doesn't get focused sometimes if it's shown right after popup is closed
2022-12-15 10:40:58 +03:00
Alexey Ushakov
adae4463a6
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Do not fire deliverChangeBackingProperties notification for the view if there is no change between layer and window scales. Also, do not fire displayChanged for display profile only changes.
2022-12-14 14:14:01 +01:00
Vitaly Provodin
0fc0ffdc51
Update README.md
2022-12-14 16:44:34 +07:00
Alexey Ushakov
77ff89d894
update exclude list on results of 17.0.5_b653.23 test runs
2022-12-14 16:43:08 +07:00
Vitaly Provodin
ad48dbfa30
update exclude list on results of 17.0.5_b469.76 test runs
2022-12-14 16:42:58 +07:00
Vitaly Provodin
f9ac251a4b
Update README.md
2022-12-14 11:01:30 +04:00
Artem Semenov
4327ffa958
JBR-5035 javax.swing.JTree$AccessibleJTree$AccessibleJTreeNode.getCur… ( #189 )
...
JBR-5035 javax.swing.JTree$AccessibleJTree$AccessibleJTreeNode.getCurrentComponent shouldn't be called on AppKit thread
2022-12-12 22:50:37 +03:00
Dmitry Batrak
6995ce47fd
JBR-5095 Incorrect initial window's location under GNOME
2022-12-12 21:01:54 +03:00
Vitaly Provodin
adc0f3819c
Revert "JBR-5039 Remove final modifier from SunGraphics2D ( #188 )"
...
This reverts commit 0e7bda6392 .
2022-12-12 22:08:43 +07:00
Nikita Provotorov
61a1b70d73
JBR-5075: macOS: KEY_PRESSED event for "Cmd N" is not emitted if used as a JMenuItem accelerator and apple.laf.useScreenMenuBar=true.
...
- Improves the fix of JBR-3544 to allow "Cmd N" and "Ctrl N" to reach AWT if they're actually the ones which were pressed.
- Adds a regression test.
2022-12-12 15:48:22 +02:00
Victor Kropp
cfa9789515
Update README.md
...
Mention Toolbox App in the list of applications built on JetBrains Runtime.
2022-12-10 08:35:07 +02:00
Nikita Provotorov
8b4a98752c
Update README.md
...
Replaced master17 to jbr17 and other minor fixes.
2022-12-10 08:35:07 +02:00
Vitaly Provodin
91d7ab5f2a
update exclude list on results of 17.0.5_b721.3 test runs
2022-12-09 19:04:52 +07:00
Alexey Ushakov
6a7ec14ac0
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Added logging for native windows notifications
2022-12-07 20:08:30 +01:00
Alexey Ushakov
8fe28b4696
JBR-5073 [Double-Monitor] java/awt/Window/LocationAtScreenCorner/LocationAtScreenCorner.java: Wrong location
...
Added check for nil displayID of the window
2022-12-07 18:51:42 +01:00
Dmitry Batrak
02bc54f864
JBR-5046 Incorrect initial window's location in Xfce
...
small refactoring
2022-12-06 18:18:39 +03:00
Dmitry Batrak
234e705134
JBR-5046 Incorrect initial window's location in Xfce
2022-12-06 17:14:19 +03:00
Jayathirth D V
f18d8cbd48
8297507: Update header after JDK-8297230
...
Reviewed-by: aivanov, ihse, kcr, dfuchs, dcubed
2022-12-06 14:12:50 +07:00
Laurent Bourgès
41067d714a
8297230: Update Marlin2D to 0.9.4.6
2022-12-06 14:12:50 +07:00
Vitaly Provodin
a89caa2f22
update exclude list on results of 17.0.5_b712.2 test runs
2022-12-02 12:34:40 +07:00
Vitaly Provodin
b8fd583358
JBR-4956 reduce width of screenshot by one pixel to exclude caret
2022-12-02 12:34:40 +07:00
Vitaly Provodin
7b801bb128
JBR-5058 set default locale as UK for RenderPerf
2022-12-02 12:34:40 +07:00
Dmitry Batrak
b47029e3f3
JBR-4993 Support using 'main' thread as EDT on macOS
...
small refactoring
2022-12-01 14:20:51 +03:00
Dmitry Batrak
441d5d0c42
JBR-4993 Support using 'main' thread as EDT on macOS
...
fix java/awt/Toolkit/Headless/HeadlessToolkit.java test
2022-12-01 14:02:04 +03:00
Alexey Ushakov
85f8eb1b61
JBR-4849 Profiler timeline, flamegraph tooltip - Slow rendering with metal
...
Revert "JBR-4789 [bkp] 8288948: Few J2DBench tests indicate lower primitive drawing performance with metal rendering pipeline"
This reverts commit d4430040
2022-11-30 23:46:06 +01:00
Alexey Ushakov
76126bb0a4
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Moving NSWindowDidChangeScreenNotification handler to AWTWindow
2022-11-30 23:36:27 +01:00
Dmitry Batrak
3d584f9cc4
JBR-4993 Support using 'main' thread as EDT on macOS
...
Schedule execution of AWTEvent-s on main thread by wrapping them into NSEvent-s and posting to NSApplication's queue.
This allows to implement getNextEvent and peekEvent methods of EventQueue so that they can be used on main thread in a
sensible way. This means there would be much less work to support the new mode on the application's side, in case
an application e.g. uses getNextEvent method to implement custom secondary event loops.
2022-11-29 19:46:35 +03:00
Alexey Ushakov
5a17b23dcd
JBR-5041 macOS: SIGSEGV at [libawt_lwawt] getRenderEncoder:(dstOps == NULL)
...
Protected code from using NULL dstOps
2022-11-26 01:24:54 +01:00
Dmitry Batrak
0f57a27879
JBR-5045 Invisible component can break focus cycle
2022-11-24 11:08:45 +03:00
Svyatoslav Vlasov
0e7bda6392
JBR-5039 Remove final modifier from SunGraphics2D ( #188 )
...
Co-authored-by: Sviatoslav Vlasov <sviatoslav.vlasov@jetbrains.com >
2022-11-22 18:20:11 +02:00
Vitaly Provodin
89e129053a
update exclude list on results of 17.0.5_b699.1 test runs
2022-11-19 06:03:22 +07:00
Vitaly Provodin
955bbb4c50
update exclude list on results of 17.0.5_b653.14 test runs
2022-11-19 06:03:22 +07:00
Alexander Lobas
e8f1414ccd
Merge pull request #187 from alexander-lobas/jbr17
...
JBR-5023 Configure TabbingIdentifier during create native window
2022-11-18 17:45:50 +03:00
Alexander Lobas
60d593439f
JBR-5023 Configure TabbingIdentifier during create native window
2022-11-18 17:29:46 +03:00
Vitaly Provodin
f5150c0239
Update README.md
2022-11-15 07:40:42 +04:00
Vitaly Provodin
c5282454b1
Update README.md
2022-11-14 07:30:34 +04:00
Artem Bochkarev
6c427aa5bb
JBR-3575 skip events from screen menu
...
when processing system events in LWCToolkit.invokeAndWait inside secondary AppKit loop
2022-11-11 11:14:16 +07:00
Vitaly Provodin
e9736ad2b7
update exclude list on results of 17.0.5_b691.6 test runs
2022-11-11 06:23:42 +07:00
Vitaly Provodin
732e3d5e6d
JBR-4956 make a pause before screenshotting
2022-11-11 06:23:41 +07:00
Vitaly Provodin
a017545591
Update README.md
2022-11-10 07:36:00 +04:00
Alexey Ushakov
ae33ba8aef
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Replace multiple CHANGE_SCREEN notifications fired around the same time with just one
2022-11-08 15:42:36 +01:00
Dmitry Batrak
138cc17c40
JBR-4993 Support using 'main' thread as EDT on macOS
...
fix compilation on Windows/Linux
2022-11-08 15:56:23 +03:00
Dmitry Batrak
1b9d24ce31
JBR-4993 Support using 'main' thread as EDT on macOS
...
Basic support, using the method introduced for JavaFX application.
This method still employs a separate thread to fetch events from AWT event queue,
but all it does is transferring those events to 'main' application's thread for processing.
2022-11-08 12:46:22 +03:00
Vitaly Provodin
08f2bb4811
JBR-4986 Revert "8265360: several compiler/whitebox tests fail with "private compiler.whitebox.SimpleTestCaseHelper(int) must be compiled""
...
This reverts commit dc13aa574d .
2022-11-08 04:50:29 +07:00
Dmitry Batrak
bcba97511c
JBR-4988 Transient Z-order violations on macOS
2022-11-07 10:32:14 +03:00
Vitaly Provodin
a30ad1df38
JBR-4974 enable jb/java/awt/Focus/ModalDialogFromMenuTest.java for regular runs
2022-11-04 11:24:21 +04:00
Artem Bochkarev
f3223b9143
JBR-3575 use flag processEvents in LWCToolkit.invokeAndWait
2022-11-04 10:13:03 +07:00
Nikita Gubarkov
131a968120
JBR-4981 fix pointer to jlong conversion on x86
2022-11-04 00:11:16 +03:00
Svyatoslav Vlasov
6abdb29c22
Add ProjectorUtils#setLocalGraphicsEnvironmentProvider to jbr-api
...
Co-authored-by: Sviatoslav Vlasov <Sviatoslav.Vlasov@jetbrains.com >
2022-11-03 19:09:19 +03:00
Dmitry Batrak
2e9ab0cb06
JBR-4968 jb/java/awt/Window/ModalDialogAndPopup.java intermittently fails by TimeoutException
2022-11-03 15:52:48 +03:00
Maxim Kartashev
bdd9ab1837
JBR-4974 jb/java/awt/Focus/ModalDialogFromMenuTest.java intermittently clicks at tittle bar
...
Pause before getting the coordinates of the component to be clicked on,
not right before the click itself.
2022-11-02 15:04:02 +03:00
Vitaly Provodin
623e8c067a
update exclude list on results of 17.0.5_b469.67 test runs
2022-11-02 05:15:11 +04:00
Vitaly Provodin
b2c76c619a
Update README.md
2022-11-01 09:14:37 +04:00
Vitaly Provodin
9619f7c244
update Commit and Full testing exclude list on results of 668 test runs
2022-10-31 11:31:42 +04:00
Vitaly Provodin
4b787d04ce
update Commit testing exclude list
2022-10-28 18:15:31 +04:00
Vitaly Provodin
cacc1dd22c
update jdk exclude list
2022-10-28 18:14:50 +04:00
Prasanta Sadhukhan
9cff351993
8196465: javax/swing/JComboBox/8182031/ComboPopupTest.java fails on Linux
...
Reviewed-by: azvegint
(cherry picked from commit 83466434fd )
2022-10-28 18:14:46 +04:00
Vitaly Provodin
2f2a93dba5
JBR-4956 set color for the caret to the same as background
2022-10-28 18:14:44 +04:00
Vitaly Provodin
e2d506fea1
exclude jb/javax/swing/JDialog/JDialog392.java from macosx-all due to JBR-4941
2022-10-28 18:14:37 +04:00
Dmitry Batrak
ea8da3cbe5
JBR-4957 Modal dialog is hidden by sibling popup on Linux
2022-10-27 14:56:52 +03:00
Vitaly Provodin
dc17b947c2
JBR-4947 update alpine x64 image up to 3.14
2022-10-27 12:44:36 +04:00
Christoph Langer
737bb3f874
8295056: [17u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 17.0.5
...
Reviewed-by: goetz
2022-10-27 12:11:26 +04:00
Martin Balao
03b1bab849
8286918: Better HttpServer service
...
Reviewed-by: andrew
Backport-of: 5a9dc12e012f69b9c32788dec5b6ecdb065f791f
2022-10-27 12:11:26 +04:00
Oli Gillespie
a13ecc020a
8286519: Better memory handling
...
Reviewed-by: mbalao
Backport-of: adfc2b195a84867fc2a66e00fad7f3c95693bc3b
2022-10-27 12:11:26 +04:00
Sergey Bylokhov
0f0237bd0b
8286511: Improve macro allocation
...
Reviewed-by: mbalao
Backport-of: 4ab7ce961a95d7ba350b1cbca584a8e698186047
2022-10-27 12:11:25 +04:00
Aleksei Voitylov
eeb63a9b5c
8288508: Enhance ECDSA usage
...
Reviewed-by: abakhtin, mbalao
Backport-of: efd603063e60ca6861b41309445d7b8e20768d9b
2022-10-27 12:11:25 +04:00
David Alvarez
837851e797
8286910: Improve JNDI lookups
...
Reviewed-by: mbalao, mbaesken
Backport-of: daf133f773ea567d66663ce6916541bc0df1421a
2022-10-27 12:11:25 +04:00
Yuri Nesterenko
20f20d2b91
8289366: Improve HTTP/2 client usage
...
Reviewed-by: mbalao
Backport-of: 48e33fcf7723688f3ec76e7506853c731cf8dad6
2022-10-27 12:11:25 +04:00
Ekaterina Vergizova
d62f115902
8287446: Enhance icon presentations
...
Reviewed-by: mbalao
Backport-of: bb2210681b230de291ef1c968b5b47013d593e27
2022-10-27 12:11:25 +04:00
Martin Balao
86c2d3ca7e
8286526: Improve NTLM support
...
Reviewed-by: mbaesken
Backport-of: 2d1bc2e55c7ed5f123f3ab5d505b7866a28ba4c7
2022-10-27 12:11:25 +04:00
Aleksei Voitylov
887c57cd6a
8286077: Wider MultiByte conversions
...
Reviewed-by: mbalao
Backport-of: db81dae16f975d7d27c9acf3f4775c9d389895e2
2022-10-27 12:11:24 +04:00
Aleksei Voitylov
a418d8b47b
8285662: Better permission resolution
...
Reviewed-by: mbalao
Backport-of: 431802c54df9caaa00ba79f3713861005d06ee62
2022-10-27 12:11:24 +04:00
Ekaterina Vergizova
977e494aca
8282252: Improve BigInteger/Decimal validation
...
Reviewed-by: mbalao
Backport-of: e863e256f9e7465a97d3fb2a109299987e990b7c
2022-10-27 12:11:24 +04:00
David Alvarez
15b63b0e7f
8292579: (tz) Update Timezone Data to 2022c
...
Reviewed-by: mbaesken, andrew
Backport-of: 98d85e6f59
2022-10-27 12:11:24 +04:00
Goetz Lindenmaier
02a23898d1
8275887: jarsigner prints invalid digest/signature algorithm warnings if keysize is weak/disabled
...
Reviewed-by: mdoerr
Backport-of: 03f8c0fb93
2022-10-27 12:11:24 +04:00
David Alvarez
6d9e4dc77c
8028265: Add legacy tz tests to OpenJDK
...
Backport-of: 92deab5465
2022-10-27 12:11:23 +04:00
Matthias Baesken
f18d453fb3
8290456: remove os::print_statistics()
...
Backport-of: 612d8c6cb1
2022-10-27 12:11:23 +04:00
Andrew John Hughes
e2a5ec0edf
8288985: P11TlsKeyMaterialGenerator should work with ChaCha20-Poly1305
...
Backport-of: b6bd190d8d
2022-10-27 12:11:23 +04:00
Ekaterina Vergizova
2efcaebe9c
8287463: JFR: Disable TestDevNull.java on Windows
...
Backport-of: 0df4748216
2022-10-27 12:11:23 +04:00
Severin Gehwolf
59b71d685c
8289695: [TESTBUG] TestMemoryAwareness.java fails on cgroups v2 and crun
...
Backport-of: ac6be16519
2022-10-27 12:11:23 +04:00
Joshua Cao
5a07f6e34e
8227651: Tests fail with SSLProtocolException: Input record too big
...
8212096: javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java failed intermittently due to SSLException: Tag mismatch
Backport-of: 7b029ea6ba
2022-10-27 12:11:23 +04:00
bobpengxie
da0d311c40
8284950: CgroupV1 detection code should consider memory.swappiness
...
Backport-of: 46d208fb1c
2022-10-27 12:11:22 +04:00
Alexey Pavlyutkin
177305452a
8272417: ZGC: fastdebug build crashes when printing ClassLoaderData
...
Backport-of: 741f58c18c
2022-10-27 12:11:22 +04:00
Martijn Verburg
2fb5a77dc2
6782021: It is not possible to read local computer certificates with the SunMSCAPI provider
...
Backport-of: 5e5500cbd7
2022-10-27 12:11:22 +04:00
Jiří Vaněk
1af8b67446
8282947: JFR: Dump on shutdown live-locks in some conditions
...
Backport-of: 63eb0b7e86
2022-10-27 12:11:22 +04:00
Joshua Cao
5e04060285
8288000: compiler/loopopts/TestOverUnrolling2.java fails with release VMs
...
Backport-of: d959c22a95
2022-10-27 12:11:22 +04:00
Joshua Cao
f80cfe2ef7
8279032: compiler/loopopts/TestSkeletonPredicateNegation.java times out with -XX:TieredStopAtLevel < 4
...
Reviewed-by: phh
Backport-of: 928e347736
2022-10-27 12:11:22 +04:00
Roland Westrelin
d6a4df5580
8289127: Apache Lucene triggers: DEBUG MESSAGE: duplicated predicate failed which is impossible
...
Backport-of: 4f3f74c141
2022-10-27 12:11:21 +04:00
Matthias Baesken
2f75837b34
8285730: unify _WIN32_WINNT settings
...
Backport-of: 4fd79a6ad2
2022-10-27 12:11:21 +04:00
Matthias Baesken
b9942cb8af
8289910: unify os::message_box across posix platforms
...
Backport-of: e5491a2605
2022-10-27 12:11:21 +04:00
Matthias Baesken
b0cc31bde6
8291633: Build failures with GCC 11, Alpine 3 due to incompatible casts from nullptr
...
Backport-of: c89556f6cd
2022-10-27 12:11:21 +04:00
bobpengxie
57c53c28f4
8283903: GetContainerCpuLoad does not return the correct result in share mode
...
Backport-of: a625bfdba4
2022-10-27 12:11:21 +04:00
Goetz Lindenmaier
19e6bf8e9f
8289549: ISO 4217 Amendment 172 Update
...
Reviewed-by: stuefe
Backport-of: 604ea90d55
2022-10-27 12:11:21 +04:00
Goetz Lindenmaier
8ae9eb39c5
8283277: ISO 4217 Amendment 171 Update
...
Backport-of: c4dc58e12e
2022-10-27 12:11:20 +04:00
Christoph Langer
d875ff29a9
8280944: Enable Unix domain sockets in Windows Selector notification mechanism
...
Backport-of: 87ab0994de
2022-10-27 12:11:20 +04:00
Goetz Lindenmaier
430b5456d6
8285693: Create an automated test for JDK-4702199
...
Backport-of: 158d871d05
2022-10-27 12:11:20 +04:00
Goetz Lindenmaier
63e9a4c383
8284077: Create an automated test for JDK-4170173
...
Backport-of: 6db2e16b94
2022-10-27 12:11:20 +04:00
Goetz Lindenmaier
f3c25985f4
8285617: Fix java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java manual test
...
Backport-of: e7c3b9de64
2022-10-27 12:11:20 +04:00
Shruthi
87317c02e6
8289471: Issue in Initialization of keys in ErrorMsg.java and XPATHErrorResources.java
...
Reviewed-by: phh
Backport-of: 987656d690
2022-10-27 12:11:20 +04:00
Goetz Lindenmaier
9fa0807ffe
8291595: [17u] Delete files missed in backport of 8269039
...
Reviewed-by: stuefe
2022-10-27 12:11:19 +04:00
Goetz Lindenmaier
a66473d842
8283624: Create an automated regression test for RFE-4390885
...
Backport-of: 99388eff8d
2022-10-27 12:11:19 +04:00
Goetz Lindenmaier
726a5ac2ab
8284535: Fix PrintLatinCJKTest.java test that is failing with Parse Exception
...
8283712: Create a manual test framework class
Backport-of: 3f26d84f6a
2022-10-27 12:11:19 +04:00
Goetz Lindenmaier
6e330dd4a2
8283245: Create a test for JDK-4670319
...
Backport-of: 4ce3cf12bf
2022-10-27 12:11:19 +04:00
Goetz Lindenmaier
a0c07b1eb1
8283507: Create a regression test for RFE 4287690
...
Backport-of: 7edd186121
2022-10-27 12:11:19 +04:00
Goetz Lindenmaier
8d3b137919
8282933: Create a test for JDK-4529616
...
Backport-of: a0b984a778
2022-10-27 12:11:19 +04:00
Goetz Lindenmaier
b60096bef7
8283621: Write a regression test for CCC4400728
...
Backport-of: 632825c6d2
2022-10-27 12:11:18 +04:00
Goetz Lindenmaier
01728012e5
8283623: Create an automated regression test for JDK-4525475
...
Backport-of: 7381868afe
2022-10-27 12:11:18 +04:00
Goetz Lindenmaier
699184634f
8288992: AArch64: CMN should be handled the same way as CMP
...
Backport-of: cc2b792704
2022-10-27 12:11:18 +04:00
Goetz Lindenmaier
6e9b41852f
8283015: Create a test for JDK-4715496
...
Backport-of: bfd9c2b30f
2022-10-27 12:11:18 +04:00
Goetz Lindenmaier
4c52bff43d
8283493: Create an automated regression test for RFE 4231298
...
Backport-of: 6917c39e45
2022-10-27 12:11:18 +04:00
Goetz Lindenmaier
f43e94d894
8282789: Create a regression test for the JTree usecase of JDK-4618767
...
Backport-of: 83a1c90433
2022-10-27 12:11:18 +04:00
Goetz Lindenmaier
2994eebb63
8280913: Create a regression test for JRootPane.setDefaultButton() method
...
Backport-of: 51b53a821b
2022-10-27 12:11:17 +04:00
Goetz Lindenmaier
87da0ebd33
8269556: sun/tools/jhsdb/JShellHeapDumpTest.java fails with RuntimeException 'JShellToolProvider' missing from stdout/stderr
...
Backport-of: db502d30a4
2022-10-27 12:11:17 +04:00
Goetz Lindenmaier
b562db3b7b
8275689: [TESTBUG] Use color tolerance only for XRender in BlitRotateClippedArea test
...
Backport-of: b3f45f868d
2022-10-27 12:11:17 +04:00
Goetz Lindenmaier
48613bef7c
8257534: misc tests failed with "NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom"
...
Backport-of: cd07b3cab0
2022-10-27 12:11:17 +04:00
Goetz Lindenmaier
307e5db10d
8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java
...
Backport-of: c5c84b8fdc
2022-10-27 12:11:17 +04:00
Jan Kratochvil
0336d1c697
8290417: CDS cannot archive lamda proxy with useImplMethodHandle
...
Backport-of: 4dc421caa0
2022-10-27 12:11:17 +04:00
Goetz Lindenmaier
9f6ca00e87
8290334: Update FreeType to 2.12.1
...
Backport-of: ea8b75cfe4
2022-10-27 12:11:16 +04:00
Goetz Lindenmaier
439b620b58
8290246: test fails "assert(init != __null) failed: initialization not found"
...
Backport-of: 70fce07a38
2022-10-27 12:11:16 +04:00
Goetz Lindenmaier
bcb3ca8e9f
8286314: Trampoline not created for far runtime targets outside small CodeCache
...
Backport-of: bf0623b11f
2022-10-27 12:11:16 +04:00
Goetz Lindenmaier
80a8519002
8284358: Unreachable loop is not removed from C2 IR, leading to a broken graph
...
Backport-of: 95497772e7
2022-10-27 12:11:16 +04:00
Goetz Lindenmaier
403fe7779f
8282351: jpackage does not work if class file has $$ in the name on windows
...
Reviewed-by: asemenyuk
Backport-of: 29395534d9
2022-10-27 12:11:16 +04:00
Goetz Lindenmaier
942cc7ad23
8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test
...
8284898: Enhance PassFailJFrame
Reviewed-by: stuefe
Backport-of: ed23033dc6
2022-10-27 12:11:16 +04:00
Goetz Lindenmaier
07bab5da46
8283723: Update Visual Studio 2022 to version 17.1.0 for Oracle builds on Windows
...
Reviewed-by: mbaesken
Backport-of: a9a9b901b4
2022-10-27 12:11:15 +04:00
Goetz Lindenmaier
2f241f1d45
8264792: The NumberFormat for locale sq_XK formats price incorrectly.
...
Backport-of: 41dc795d6c
2022-10-27 12:11:15 +04:00
Andrew John Hughes
0ad2128372
8283911: DEFAULT_PROMOTED_VERSION_PRE not reset to 'ea' for jdk-17.0.4
...
Reviewed-by: clanger
2022-10-27 12:11:15 +04:00
Dan Lutker
53f02bfffd
7131823: bug in GIFImageReader
...
Backport-of: a31130fd40
2022-10-27 12:11:15 +04:00
Goetz Lindenmaier
864f00e6f4
8282860: Write a regression test for JDK-4164779
...
Backport-of: 8a044649bd
2022-10-27 12:11:15 +04:00
Richard Reingruber
a3715baa51
8288781: C1: LIR_OpVisitState::maxNumberOfOperands too small
...
Backport-of: 3f5e48a44e
2022-10-27 12:11:14 +04:00
Goetz Lindenmaier
2a4e65224d
8289853: Update HarfBuzz to 4.4.1
...
Backport-of: f42dab8592
2022-10-27 12:11:14 +04:00
Goetz Lindenmaier
42309548b6
8273506: java Robot API did the 'm' keypress and caused /awt/event/KeyEvent/KeyCharTest/KeyCharTest.html is timing out on macOS 12
...
Backport-of: 39e50c2d69
2022-10-27 12:11:14 +04:00
Goetz Lindenmaier
c920dd15b0
8284067: jpackage'd launcher reports non-zero exit codes with error prompt
...
Reviewed-by: asemenyuk
Backport-of: b9cc3bc1bf
2022-10-27 12:11:14 +04:00
Goetz Lindenmaier
fa31be6f9f
8283087: Create a test or JDK-4715503
...
Backport-of: a6fd0b21dd
2022-10-27 12:11:14 +04:00
Goetz Lindenmaier
69fe3c9bd7
8282548: Create a regression test for JDK-4330998
...
Backport-of: b451273d20
2022-10-27 12:11:13 +04:00
Goetz Lindenmaier
0dbaf0328d
8282234: Create a regression test for JDK-4532513
...
Backport-of: 6b34884b34
2022-10-27 12:11:13 +04:00
Goetz Lindenmaier
618c7c855c
8282343: Create a regression test for JDK-4518432
...
Backport-of: b3837808bf
2022-10-27 12:11:13 +04:00
Goetz Lindenmaier
c5926583d2
8272736: [JVMCI] Add API for reading and writing JVMCI thread locals
...
Backport-of: ad92033fcc
2022-10-27 12:11:13 +04:00
Goetz Lindenmaier
2ac7fe1037
8277493: [REDO] Quarantined jpackage apps are labeled as "damaged"
...
Reviewed-by: asemenyuk
Backport-of: 273c7329e7
2022-10-27 12:11:13 +04:00
Goetz Lindenmaier
d0702461e3
8282007: Assorted enhancements to jpackage testing framework
...
Reviewed-by: asemenyuk, mbaesken
Backport-of: cd234f5dbe
2022-10-27 12:11:13 +04:00
Goetz Lindenmaier
206b48c5cb
8278233: [macos] tools/jpackage tests timeout due to /usr/bin/osascript
...
Backport-of: 918e339785
2022-10-27 12:11:12 +04:00
Goetz Lindenmaier
b66d42b35e
8290020: Deadlock in leakprofiler::emit_events during shutdown
...
Reviewed-by: mbaesken
Backport-of: e8568b890a
2022-10-27 12:11:12 +04:00
Goetz Lindenmaier
e1e360c887
8289486: Improve XSLT XPath operators count efficiency
...
Backport-of: 3212dc9c6f
2022-10-27 12:11:12 +04:00
Goetz Lindenmaier
3a336b1a6a
8287125: [macos] Multiple jpackage tests fail/timeout on same host
...
Backport-of: 409157d2af
2022-10-27 12:11:12 +04:00
Goetz Lindenmaier
51652e663c
8286122: [macos]: App bundle cannot upload to Mac App Store due to info.plist embedded in java exe
...
Reviewed-by: mbaesken
Backport-of: b523c88480
2022-10-27 12:11:12 +04:00
Goetz Lindenmaier
cbef57e1fe
8281738: Create a regression test for checking the 'Space' key activation of focused Button
...
Backport-of: 941e97c4eb
2022-10-27 12:11:11 +04:00
Goetz Lindenmaier
033fb0a364
8281988: Create a regression test for JDK-4618767
...
Backport-of: 43dc9ef619
2022-10-27 12:11:11 +04:00
Goetz Lindenmaier
e06e7bad0a
8281745: Create a regression test for JDK-4514331
...
Backport-of: f9539521ae
2022-10-27 12:11:11 +04:00
Goetz Lindenmaier
84019a4c6f
8281535: Create a regression test for JDK-4670051
...
Backport-of: 0786ddb471
2022-10-27 12:11:11 +04:00
Goetz Lindenmaier
37a7119ecb
8279370: jdk.jpackage/share/native/applauncher/JvmLauncher.cpp fails to build with GCC 6.3.0
...
Backport-of: 14a90e536b
2022-10-27 12:11:11 +04:00
Goetz Lindenmaier
5fc3550d0a
8278311: Debian packaging doesn't work
...
Backport-of: 8ef1a232b1
2022-10-27 12:11:11 +04:00
Goetz Lindenmaier
48c6e19da3
8276837: [macos]: Error when signing the additional launcher
...
Backport-of: 7696897932
2022-10-27 12:11:10 +04:00
Goetz Lindenmaier
49d4dbb2c5
8271344: Windows product version issue
...
Reviewed-by: asemenyuk
Backport-of: 0199b03eb3
2022-10-27 12:11:10 +04:00
George Adams
9855142b6b
8290000: Bump macOS GitHub actions to macOS 11
...
Backport-of: 4e6cd67fec
2022-10-27 12:11:10 +04:00
Alexey Pavlyutkin
b10df13e62
8280233: Temporarily disable Unix domain sockets in Windows PipeImpl
...
Backport-of: 03680bea1c
2022-10-27 12:11:10 +04:00
Goetz Lindenmaier
3576105cc2
8282280: Update Xerces to Version 2.12.2
...
Backport-of: 72bd41b844
2022-10-27 12:11:10 +04:00
Goetz Lindenmaier
11a6938a43
8277429: Conflicting jpackage static library name
...
Reviewed-by: asemenyuk
Backport-of: e3911a8532
2022-10-27 12:11:10 +04:00
Goetz Lindenmaier
cebd40801d
8274856: Failing jpackage tests with fastdebug/release build
...
Reviewed-by: asemenyuk
Backport-of: fe45835f7c
2022-10-27 12:11:09 +04:00
Shruthi
cedf516c0f
8285097: Duplicate XML keys in XPATHErrorResources.java and XSLTErrorResources.java
...
Reviewed-by: tsteele, joehw
Backport-of: b5a3d2843b
2022-10-27 12:11:09 +04:00
George Adams
46ee405b55
8288499: Restore cancel-in-progress in GHA
...
Backport-of: cb5ef3da19
2022-10-27 12:11:09 +04:00
Goetz Lindenmaier
e3677a01e6
8284014: Menu items with submenus in JPopupMenu are not spoken on macOS
...
Backport-of: e18414a322
2022-10-27 12:11:09 +04:00
Goetz Lindenmaier
7103ce1708
8282407: Missing ')' in MacResources.properties
...
Reviewed-by: asemenyuk
Backport-of: d83cee98b5
2022-10-27 12:11:09 +04:00
Goetz Lindenmaier
b158d62b9d
8272815: jpackage --type rpm produces an error: Invalid or unsupported type: [null]
...
Reviewed-by: asemenyuk
Backport-of: a3ca770227
2022-10-27 12:11:09 +04:00
Goetz Lindenmaier
fc0b342fc6
8273040: Turning off JpAllowDowngrades (or Upgrades)
...
Reviewed-by: asemenyuk
Backport-of: 22a7191f70
2022-10-27 12:11:08 +04:00
Matthias Baesken
d186ec6b90
8288003: log events for os::dll_unload
...
Backport-of: c2ccf4ca85
2022-10-27 12:11:08 +04:00
George Adams
c180fa5779
8287906: Rewrite of GitHub Actions (GHA) sanity tests
...
Reviewed-by: clanger
Backport-of: 1a6533225d
2022-10-27 12:11:08 +04:00
Matthias Baesken
27fb62686b
8274434: move os::get_default_process_handle and os::dll_lookup to os_posix for POSIX platforms
...
Backport-of: 8f7a37c92f
2022-10-27 12:11:08 +04:00
Matthias Baesken
2160c2dc5c
8289147: unify os::infinite_sleep on posix platforms
...
Backport-of: 62e1e7950b
2022-10-27 12:11:08 +04:00
Martin Doerr
c4e621a1ff
8290082: [PPC64] ZGC C2 load barrier stub needs to preserve vector registers
...
Backport-of: 393dc7ade7
2022-10-27 12:11:08 +04:00
Martin Doerr
d529aa518a
8289856: [PPC64] SIGSEGV in C2Compiler::init_c2_runtime() after JDK-8289060
...
Backport-of: e05b2f2c3b
2022-10-27 12:11:07 +04:00
Martin Doerr
28560cafa3
8290004: [PPC64] JfrGetCallTrace: assert(_pc != nullptr) failed: must have PC
...
Reviewed-by: lucy, clanger
Backport-of: cb6e9cb728
2022-10-27 12:11:07 +04:00
Goetz Lindenmaier
5bc4464eb7
8288599: com/sun/management/OperatingSystemMXBean/TestTotalSwap.java: Expected total swap size ... but getTotalSwapSpaceSize returned ...
...
Backport-of: f080430440
2022-10-27 12:11:07 +04:00
George Adams
1087cb856a
8287902: UnreadableRB case in MissingResourceCauseTest is not working reliably on Windows
...
Backport-of: 975316e3e5
2022-10-27 12:11:07 +04:00
George Adams
a33607e4d7
8287896: PropertiesTest.sh fail on msys2
...
Backport-of: f1dd559e20
2022-10-27 12:11:07 +04:00
George Adams
8dc104a768
8287724: Fix various issues with msys2
...
Backport-of: bddef71518
2022-10-27 12:11:07 +04:00
Guoxiong Li
70d73bee8e
8286573: Remove the unnecessary method Attr#attribTopLevel and its usage
...
Backport-of: 36bdd25159
2022-10-27 12:11:06 +04:00
George Adams
f882a22182
8287895: Some langtools tests fail on msys2
...
Backport-of: f7791ad0ea
2022-10-27 12:11:06 +04:00
George Adams
90b7423546
8280863: Update build README to reflect that MSYS2 is supported
...
Reviewed-by: clanger
Backport-of: 6de90ad980
2022-10-27 12:11:06 +04:00
George Adams
c290216db6
8254318: Remove .hgtags
...
Backport-of: 62a7f5d323
2022-10-27 12:11:06 +04:00
Thomas Stuefe
47fd427043
8289799: Build warning in methodData.cpp memset zero-length parameter
...
Backport-of: cce77a7001
2022-10-27 12:11:06 +04:00
Jonathan Dowland
f277ebe896
8278609: [macos] accessibility frame is misplaced on a secondary monitor on macOS
...
Reviewed-by: goetz
2022-10-27 12:11:06 +04:00
Goetz Lindenmaier
9fd1f24b4d
8286266: [macos] Voice over moving JTable column to be the first column JVM crashes
...
Backport-of: b33c6e52c1
2022-10-27 12:11:05 +04:00
Goetz Lindenmaier
bb84983bbe
8278612: [macos] test/jdk/java/awt/dnd/RemoveDropTargetCrashTest crashes with VoiceOver on macOS
...
Backport-of: 590fa9d8d7
2022-10-27 12:11:05 +04:00
Thomas Stuefe
d0622642ba
8289477: Memory corruption with CPU_ALLOC, CPU_FREE on muslc
...
Backport-of: da6d1fc0e0
2022-10-27 12:11:05 +04:00
Matthias Baesken
ebf4deec3b
8284977: MetricsTesterCgroupV2.getLongValueEntryFromFile fails when named value doesn't exist
...
Backport-of: 444a0d98ac
2022-10-27 12:11:05 +04:00
Matthias Baesken
ebd16f0e95
8287735: Provide separate event category for dll operations
...
Backport-of: 230726ea58
2022-10-27 12:11:05 +04:00
Jan Kratochvil
0e5c05f11b
8286277: CDS VerifyError when calling clone() on object array
...
Backport-of: 646c8aaeec
2022-10-27 12:11:05 +04:00
Matthias Baesken
4f637ceb2f
8289569: [test] java/lang/ProcessBuilder/Basic.java fails on Alpine/musl
...
Backport-of: a8edd7a12f
2022-10-27 12:11:04 +04:00
Goetz Lindenmaier
3fbf680861
8276546: [IR Framework] Whitelist and ignore CompileThreshold
...
Backport-of: 7a140af253
2022-10-27 12:11:04 +04:00
Goetz Lindenmaier
28edeaedad
8269039: Disable SHA-1 Signed JARs
...
Reviewed-by: phh
Backport-of: 6d91a3eb7b
2022-10-27 12:11:04 +04:00
Jonathan Dowland
1243407394
8287917: System.loadLibrary does not work on Big Sur if JDK is built with macOS SDK 10.15 and earlier
...
Backport-of: fe807217a7
2022-10-27 12:11:04 +04:00
Goetz Lindenmaier
0108762052
8288360: CI: ciInstanceKlass::implementor() is not consistent for well-known classes
...
Backport-of: 50f99c3208
2022-10-27 12:11:04 +04:00
Goetz Lindenmaier
4c88043d24
8287432: C2: assert(tn->in(0) != __null) failed: must have live top node
...
Backport-of: 78d371266a
2022-10-27 12:11:04 +04:00
Goetz Lindenmaier
e08d16b118
8286625: C2 fails with assert(!n->is_Store() && !n->is_LoadStore()) failed: no node with a side effect
...
Backport-of: 590337e2f2
2022-10-27 12:11:03 +04:00
Goetz Lindenmaier
5acbc5f855
8278067: Make HttpURLConnection default keep alive timeout configurable
...
Backport-of: d8f44aa39e
2022-10-27 12:11:03 +04:00
Matthias Baesken
688cafde07
8281181: Do not use CPU Shares to compute active processor count
...
Reviewed-by: sgehwolf
Backport-of: a5411119c3
2022-10-27 12:11:03 +04:00
Goetz Lindenmaier
60ac2b5a86
8284944: assert(cnt++ < 40) failed: infinite cycle in loop optimization
...
Backport-of: 796494d0fe
2022-10-27 12:11:03 +04:00
Goetz Lindenmaier
f05c171e8f
8284294: Create an automated regression test for RFE 4138746
...
Backport-of: 0a67d68670
2022-10-27 12:11:03 +04:00
Goetz Lindenmaier
96df842645
8282936: Write a regression test for JDK-4615365
...
Backport-of: c3d903a55a
2022-10-27 12:11:03 +04:00
Goetz Lindenmaier
b906680dbe
8288467: remove memory_operand assert for spilled instructions
...
Backport-of: af05139133
2022-10-27 12:11:02 +04:00
Goetz Lindenmaier
7e6cc94374
8287396: LIR_Opr::vreg_number() and data() can return negative number
...
Reviewed-by: stuefe
Backport-of: cdb476888a
2022-10-27 12:11:02 +04:00
Goetz Lindenmaier
ce2ec30fc2
8289197: [17u] Push of backport of 8286177 did not remove assertion
...
Reviewed-by: clanger
2022-10-27 12:11:02 +04:00
Christoph Langer
4d7da9b078
8287366: Improve test failure reporting in GHA
...
Backport-of: e0e15def24
2022-10-27 12:11:02 +04:00
Goetz Lindenmaier
306b057af3
8287672: jtreg test com/sun/jndi/ldap/LdapPoolTimeoutTest.java fails intermittently in nightly run
...
Backport-of: 7e211d7daa
2022-10-27 12:11:02 +04:00
Goetz Lindenmaier
f8f2f77941
8287223: C1: Inlining attempt through MH::invokeBasic() with null receiver
...
Backport-of: d3e781de08
2022-10-27 12:11:02 +04:00
Goetz Lindenmaier
3cabaaa88f
8271078: jdk/incubator/vector/Float128VectorTests.java failed a subtest
...
Reviewed-by: mdoerr
Backport-of: b0892295ee
2022-10-27 12:11:01 +04:00
Goetz Lindenmaier
3404bdbdde
8285923: [REDO] JDK-8285802 AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities
...
Backport-of: b849efdf15
2022-10-27 12:11:01 +04:00
Goetz Lindenmaier
19b7780a70
8287091: aarch64 : guarantee(val < (1ULL << nbits)) failed: Field too big for insn
...
Backport-of: 593d2b7dab
2022-10-27 12:11:01 +04:00
Goetz Lindenmaier
5e46080428
8286177: C2: "failed: non-reduction loop contains reduction nodes" assert failure
...
Backport-of: 6458a56e60
2022-10-27 12:11:01 +04:00
Goetz Lindenmaier
4268737e7c
8280696: C2 compilation hits assert(is_dominator(c, n_ctrl)) failed
...
Backport-of: fa1b56ede6
2022-10-27 12:11:01 +04:00
Goetz Lindenmaier
0364ccff74
8286870: Memory leak with RepeatCompilation
...
Backport-of: 69ff86a320
2022-10-27 12:11:01 +04:00
Goetz Lindenmaier
663d7409eb
8279622: C2: miscompilation of map pattern as a vector reduction
...
Backport-of: 6fcd322258
2022-10-27 12:11:00 +04:00
Goetz Lindenmaier
f32d684f1e
8282937: Write a regression test for JDK-4820080
...
Backport-of: 849b19523a
2022-10-27 12:11:00 +04:00
Goetz Lindenmaier
fe4c1f7f46
8211002: test/jdk/java/lang/Math/PowTests.java skips testing for non-corner-case values
...
Backport-of: 1362e09479
2022-10-27 12:11:00 +04:00
Sergey Bylokhov
d873dce802
8286582: Build fails on macos aarch64 when using --with-zlib=bundled
...
Backport-of: 50d47de835
2022-10-27 12:11:00 +04:00
Aleksey Shipilev
960e519420
8288754: GCC 12 fails to build zReferenceProcessor.cpp
...
Backport-of: 834d92dd72
2022-10-27 12:11:00 +04:00
Aleksey Shipilev
38f6441fcb
8288303: C1: Miscompilation due to broken Class.getModifiers intrinsic
...
Backport-of: 8cd87e731b
2022-10-27 12:10:59 +04:00
Sergey Bylokhov
d20c2bb810
8283457: [macos] libpng build failures with Xcode13.3
...
Backport-of: 33eb89dfeb
2022-10-27 12:10:59 +04:00
Goetz Lindenmaier
76d7793ddf
8285081: Improve XPath operators count accuracy
...
Backport-of: 8e07839179
2022-10-27 12:10:59 +04:00
Goetz Lindenmaier
bef7a211fd
8286211: Update PCSC-Lite for Suse Linux to 1.9.5
...
Backport-of: d792cbcc06
2022-10-27 12:10:59 +04:00
Goetz Lindenmaier
ccf4ad58f3
8284367: JQuery UI upgrade from 1.12.1 to 1.13.1
...
Reviewed-by: mdoerr
Backport-of: ac41b78cfb
2022-10-27 12:10:59 +04:00
Goetz Lindenmaier
31b7a8f5bd
8286638: C2: CmpU needs to do more precise over/underflow analysis
...
Backport-of: 2d34acfec9
2022-10-27 12:10:59 +04:00
Goetz Lindenmaier
0fa01c556f
8282555: Missing memory edge when spilling MoveF2I, MoveD2L etc
...
Backport-of: 4a5e7a1ada
2022-10-27 12:10:58 +04:00
Goetz Lindenmaier
099754640e
8265360: several compiler/whitebox tests fail with "private compiler.whitebox.SimpleTestCaseHelper(int) must be compiled"
...
Backport-of: 4434c7df03
2022-10-27 12:10:58 +04:00
Goetz Lindenmaier
524547e973
8274597: Some of the dnd tests time out and fail intermittently
...
8028998: [TEST_BUG] [macosx] java/awt/dnd/DropTargetEnterExitTest/MissedDragExitTest.java failed
Backport-of: 669ac611b2
2022-10-27 12:10:58 +04:00
Goetz Lindenmaier
151d7e51f2
8284521: Write an automated regression test for RFE 4371575
...
Backport-of: 447c2d13d0
2022-10-27 12:10:58 +04:00
Goetz Lindenmaier
f9c371e4e6
8282046: Create a regression test for JDK-8000326
...
Backport-of: 97c7298a39
2022-10-27 12:10:58 +04:00
Goetz Lindenmaier
ce280bdfea
8079267: [TEST_BUG] Test java/awt/Frame/MiscUndecorated/RepaintTest.java fails
...
Backport-of: 6f35eede45
2022-10-27 12:10:57 +04:00
Goetz Lindenmaier
9d42bb66cc
8282778: Create a regression test for JDK-4699544
...
Backport-of: cfdbde11f0
2022-10-27 12:10:57 +04:00
Goetz Lindenmaier
5d8a9d5142
8285380: Fix typos in security
...
Backport-of: f631c9884f
2022-10-27 12:10:57 +04:00
Jaroslav Bachorik
f01d958b52
8287113: JFR: Periodic task thread uses period for method sampling events
...
Backport-of: 8122466fbb
2022-10-27 12:10:57 +04:00
Goetz Lindenmaier
df8fdf746c
8284883: JVM crash: guarantee(sect->end() <= sect->limit()) failed: sanity on AVX512
...
Reviewed-by: mdoerr
Backport-of: cd8709e8e0
2022-10-27 12:10:57 +04:00
Goetz Lindenmaier
3c7d9d8398
8285301: C2: assert(!requires_atomic_access) failed: can't ensure atomicity
...
Reviewed-by: mdoerr
Backport-of: 0a4a6403bb
2022-10-27 12:10:57 +04:00
Goetz Lindenmaier
4cfb847636
8285696: AlgorithmConstraints:permits not throwing IllegalArgumentException when 'alg' is null
...
Backport-of: 47951655ac
2022-10-27 12:10:56 +04:00
Goetz Lindenmaier
ecd4e72ca4
8285398: Cache the results of constraint checks
...
Reviewed-by: mdoerr
Backport-of: 00e9c96d51
2022-10-27 12:10:56 +04:00
Goetz Lindenmaier
716c07ef00
8284675: "jpackage.exe" creates application launcher without Windows Application Manfiest
...
Reviewed-by: asemenyuk
Backport-of: e7adc283c6
2022-10-27 12:10:56 +04:00
Goetz Lindenmaier
35ace645bf
8286429: jpackageapplauncher build fails intermittently in Tier[45]
...
Backport-of: 65f50678f2
2022-10-27 12:10:56 +04:00
Goetz Lindenmaier
60beddfbc2
8273115: CountedLoopEndNode::stride_con crash in debug build with -XX:+TraceLoopOpts
...
Backport-of: dc6358444b
2022-10-27 12:10:56 +04:00
Goetz Lindenmaier
c4932fb9dd
8282640: Create a test for JDK-4740761
...
Backport-of: fad3b94786
2022-10-27 12:10:56 +04:00
Goetz Lindenmaier
7aa2bd6922
8281569: Create tests for Frame.setMinimumSize() method
...
Backport-of: d0eb6fa220
2022-10-27 12:10:55 +04:00
Olga Mikhaltsova
286b9b7655
8282538: PKCS11 tests fail on CentOS Stream 9
...
Backport-of: d8fd22239b
2022-10-27 12:10:55 +04:00
Johannes Bechberger
b99c1523a7
8283562: JDK-8282306 breaks gtests on zero
...
Backport-of: 78ef2fdef6
2022-10-27 12:10:55 +04:00
Matthias Baesken
33abd9e78b
8286869: unify os::dir_is_empty across posix platforms
...
Backport-of: 9ab29b6c07
2022-10-27 12:10:55 +04:00
Johannes Bechberger
ae1f15063d
8282306: os::is_first_C_frame(frame*) crashes on invalid link access
...
Backport-of: 999da9bfc5
2022-10-27 12:10:55 +04:00
Johannes Bechberger
3fa0175d72
8284686: Interval of < 1 ms disables ExecutionSample events
...
Backport-of: 902b1dd455
2022-10-27 12:10:55 +04:00
Goetz Lindenmaier
0c045baa6e
8281297: TestStressG1Humongous fails with guarantee(is_range_uncommitted)
...
Backport-of: 1ce72eabe5
2022-10-27 12:10:54 +04:00
Goetz Lindenmaier
127e08d9e3
8274517: java/util/DoubleStreamSums/CompensatedSums.java fails with expected [true] but found [false]
...
Backport-of: 97a983526b
2022-10-27 12:10:54 +04:00
Severin Gehwolf
87489a4d30
8287663: Add a regression test for JDK-8287073
...
Backport-of: 2d8c649054
2022-10-27 12:10:54 +04:00
Severin Gehwolf
27cf49b4d9
8287073: NPE from CgroupV2Subsystem.getInstance()
...
Backport-of: 744b822ab1
2022-10-27 12:10:54 +04:00
Goetz Lindenmaier
a517c2f97d
8178969: [TESTBUG] Wrong reporting of gc/g1/humongousObjects/TestHeapCounters test.
...
Backport-of: 4f2e4c7c24
2022-10-27 12:10:54 +04:00
Goetz Lindenmaier
25aa19f2ea
8283441: C2: segmentation fault in ciMethodBlocks::make_block_at(int)
...
Backport-of: 947869609c
2022-10-27 12:10:54 +04:00
Sergey Bylokhov
6eccb48921
8172065: javax/swing/JTree/4908142/bug4908142.java The selected index should be "aad"
...
Backport-of: 082fdf4793
2022-10-27 12:10:53 +04:00
Goetz Lindenmaier
eac5eadee3
8284694: Avoid evaluating SSLAlgorithmConstraints twice
...
Backport-of: d8446b4f60
2022-10-27 12:10:53 +04:00
Goetz Lindenmaier
a2ea8f39b5
8159694: HiDPI, Unity, java/awt/dnd/DropTargetEnterExitTest/MissedDragExitTest.java
...
Backport-of: c3938ec18b
2022-10-27 12:10:53 +04:00
Goetz Lindenmaier
7d013d6397
8285820: C2: LCM prioritizes locally dependent CreateEx nodes over projections after 8270090
...
Backport-of: 89392fb15e
2022-10-27 12:10:53 +04:00
Goetz Lindenmaier
41fde9376f
8270090: C2: LCM may prioritize CheckCastPP nodes over projections
...
Backport-of: 8ebea443f3
2022-10-27 12:10:53 +04:00
Severin Gehwolf
4a9088ada6
8287741: Fix of JDK-8287107 (unused cgv1 freezer controller) was incomplete
...
Backport-of: 8d28734ede
2022-10-27 12:10:53 +04:00
Severin Gehwolf
6dc8a4199d
8287107: CgroupSubsystemFactory.setCgroupV2Path asserts with freezer controller
...
Backport-of: 704b9a66bb
2022-10-27 12:10:52 +04:00
Sergey Bylokhov
15cddfbf75
8264666: Change implementation of safeAdd/safeMult in the LCMSImageLayout class
...
Backport-of: 40f19c014f
2022-10-27 12:10:52 +04:00
Sergey Bylokhov
913b722eff
8287824: The MTPerLineTransformValidation tests has a typo in the @run tag
...
Backport-of: 645be42f76
2022-10-27 12:10:52 +04:00
Sergey Bylokhov
bfb052ead7
8225122: Test AncestorResized.java fails when Windows desktop is scaled.
...
Backport-of: 77757ba974
2022-10-27 12:10:52 +04:00
Goetz Lindenmaier
34576253d2
8281183: RandomGenerator:NextDouble() default behavior partially fixed by JDK-8280950
...
Backport-of: 77b0240d44
2022-10-27 12:10:52 +04:00
Goetz Lindenmaier
713923ab9c
8280950: RandomGenerator:NextDouble() default behavior non conformant after JDK-8280550 fix
...
Backport-of: 0e70d4504c
2022-10-27 12:10:51 +04:00
Goetz Lindenmaier
68f7a2faae
8280550: SplittableRandom#nextDouble(double,double) can return result >= bound
...
Backport-of: 0c42e43f77
2022-10-27 12:10:51 +04:00
Goetz Lindenmaier
4c515f7f7d
8283597: [REDO] Invalid generic signature for redefined classes
...
Backport-of: 0cd46f655a
2022-10-27 12:10:51 +04:00
Goetz Lindenmaier
d66d46f85e
8282214: Upgrade JQuery to version 3.6.0
...
Backport-of: 5ba5e21fd2
2022-10-27 12:10:51 +04:00
Goetz Lindenmaier
e0d457340e
8281628: KeyAgreement : generateSecret intermittently not resetting
...
Backport-of: 1485883c9e
2022-10-27 12:10:51 +04:00
Goetz Lindenmaier
e6cf844aec
8282467: add extra diagnostics for JDK-8268184
...
Backport-of: d3022f87b5
2022-10-27 12:10:50 +04:00
Johannes Bechberger
3e8c965c9f
8282477: [x86, aarch64] vmassert(_last_Java_pc == NULL, "already walkable"); fails with async profiler
...
Reviewed-by: mdoerr
Backport-of: 4b2c82200f
2022-10-27 12:10:50 +04:00
Matthias Baesken
5cf43d5cb2
8286114: [test] show real exception in bomb call in sun/rmi/runtime/Log/checkLogging/CheckLogging.java
...
Backport-of: 7424f47557
2022-10-27 12:10:50 +04:00
Christoph Langer
a98dda3305
8240903: Add test to check that jmod hashes are reproducible
...
Backport-of: 9695283458
2022-10-27 12:10:50 +04:00
Christoph Langer
dd2eae839a
8287202: GHA: Add macOS aarch64 to the list of default platforms for workflow_dispatch event
...
Backport-of: f7a37f5886
2022-10-27 12:10:49 +04:00
Goetz Lindenmaier
42d0446901
8287016: Bump update version for OpenJDK: jdk-17.0.5
...
Reviewed-by: mdoerr
2022-10-27 12:10:49 +04:00
Maxim Kartashev
170ac82437
JBR-4464 Error building latest jbr-dev after JDK-8285730
2022-10-27 12:10:49 +04:00
Vitaly Provodin
05c821a41f
JBR-4089 add modules sun.awt sun.awt.image sun.java2d
2022-10-27 12:10:49 +04:00
Vitaly Provodin
3e21a77b91
exclude tests failing because of JBR-4933, JBR-4934
2022-10-27 12:10:49 +04:00
Vitaly Provodin
4d19fe44bd
update exclude list for Commit testing
2022-10-27 12:10:48 +04:00
Maxim Kartashev
64d1dd804b
JBR-4951 In function 'convert_to_java_array': error: comparison of integer expressions of different signedness
2022-10-26 09:02:39 +03:00
Alexey Ushakov
ecd3f10957
JBR-4666 java.lang.InternalError: Error - unable to initialize Metal after recreation of graphics device.
...
Reverted fix of the JRE-359 (CGraphicsEnvironment.getDefaultScreenDevice() returns null)
Logged exception after first attempt to create graphics device
2022-10-24 19:01:17 +02:00
Vitaly Provodin
daa259a25a
exclude flaky tests muted in Commit Testing
2022-10-23 05:57:54 +04:00
Vitaly Provodin
4fedfa6cc8
exclude flaky tests muted in Commit Testing
2022-10-22 10:33:50 +04:00
Alexey Ushakov
d9e091bdde
JBR-4731 SIGILL caused by NPE Cannot invoke "java.awt.GraphicsConfiguration.getDevice()" because "config" is null
...
Handled null device in platform window
2022-10-21 20:33:48 +02:00
Nikita Gubarkov
7057844369
fixup! JBR API v1.2.0 - add ProjectorUtils
2022-10-20 16:14:07 +03:00
Svyatoslav Vlasov
ad93152c09
JBR API v1.2.0 - add ProjectorUtils
...
* Add ProjectorUtils to jbr-api
Co-authored-by: Sviatoslav Vlasov <Sviatoslav.Vlasov@jetbrains.com >
2022-10-20 15:02:21 +03:00
Nikita Tsarev
0122cb9122
JBR-3941 Make apple.awt.captureNextAppWinKey default to false
2022-10-18 15:14:10 +02:00
Alexey Ushakov
60b09f494c
JBR-4710 macOS: SIGSEGV at sun.java2d.metal.MTLLayer.blitTexture
...
Added check for disposed texture in the MTLLayer
2022-10-15 00:44:30 +02:00
Maxim Kartashev
d9ba811e3d
exclude java/awt/dnd/AcceptDropMultipleTimes/AcceptDropMultipleTimes.java due to JBR-4880 on windows
2022-10-14 06:30:06 +07:00
Nikita Gubarkov
b4231b33c6
JBR-4890 Fix variation selectors font fallback on macOS
...
If font for a given variation selector not found, try without variation selector
2022-10-13 19:46:53 +03:00
artem.bochkarev
6d7788c73b
JBR-4581 JCEF tests fail due to compilation errors
...
The problem was in commit "JBR-4512 windows: include pdb-files into jbrsdk": rsync can replace file lib/modules.
rsync is replaced with cp
2022-10-13 12:25:17 +07:00
Artem Bochkarev
ec2f8068f0
JBR-4907 remove custom view for osx system menu items
...
Just revert "JBR-3131: support custom view for system menu items"
2022-10-13 07:58:11 +07:00
Alexey Ushakov
e7c6b65297
JBR-4897 Reconnecting multiscreen monitor displays blank IDE
...
Handled NSWindowDidChangeScreenNotification, resolved race condition in window peer displayChanged listener
2022-10-12 10:27:51 +02:00
Vitaly Provodin
3969d94d20
exclude java/awt/FullScreen/AltTabCrashTest/AltTabCrashTest.java due to JBR-4905 on windows&linux
2022-10-12 14:40:51 +07:00
Vitaly Provodin
bae1325b73
Update README.md
2022-10-11 16:46:54 +07:00
Dmitry Batrak
63cb726f3c
JBR-4899 Activate Previous Window doesn't work sometimes
2022-10-11 11:38:34 +03:00
Dmitry Batrak
6349b86b7f
JBR-4893 jb/java/awt/Window/FullScreenChildWindowShownBefore.java intermittently fails on macOS-x64 + Metal
2022-10-10 20:50:40 +03:00
Maxim Kartashev
f35d33ec2b
JBR-4877 WARNING: JNI local refs: 33, exceeds capacity: 32
...
Additional fix for Linux.
2022-10-10 11:17:57 +03:00
Alexey Ushakov
4fb80c7964
JBR-4856 macOS: SIGSEGV at [libawt_lwawt] MTLTR_DrawGlyphList
...
Clear glyph caches after switching contexts. Keep encoders in sync with graphics devices. Minor refactoring
2022-10-05 10:41:41 +02:00
Alexey Ushakov
954af02c8a
JBR-4807 RenderPerf: Provide tests for VolatileImage rendering
...
Added VolImage and VolImageAA test cases
2022-10-05 10:41:00 +02:00
Vitaly Provodin
30772564c1
Update README.md
2022-10-05 06:03:59 +07:00
ngubarkov
46a031860d
JBR-4840 cache screen resolution in XToolkit
2022-10-04 18:37:56 +03:00
Dmitry Batrak
d57e8b631b
JBR-4882 Unable to exit fullscreen mode after Presentation mode was entered (and exited) on macOS
2022-10-04 15:22:12 +03:00
Vitaly Provodin
2909282e09
Update README.md
2022-10-04 05:44:36 +07:00
Vitaly Provodin
0ad530be4e
exclude jb/java/jcef/HandleJSQueryTest3314.sh due to JBR-4866 on linux
2022-10-03 17:40:57 +07:00
Vitaly Provodin
86570b694e
exclude some tests due to JBR-4880 on windows
2022-10-03 17:40:57 +07:00
Vitaly Provodin
f1e5a3c61a
exclude javax/swing/JInternalFrame/8020708/bug8020708.java due to JBR-4879 on windows
2022-10-03 17:40:57 +07:00
Vitaly Provodin
010d6946bf
exclude java/awt tests which do not close child processes/windows
2022-10-03 17:40:57 +07:00
Vitaly Provodin
58f5276bb3
exclude java/awt/FullScreen/NoResizeEventOnDMChangeTest/NoResizeEventOnDMChangeTest.java and java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java due to 7188711 on linux-all
...
j
2022-10-03 17:40:57 +07:00
Maxim Kartashev
24304d4f4d
JBR-4877 WARNING: JNI local refs: 33, exceeds capacity: 32
2022-10-03 12:58:31 +03:00
Artem Bochkarev
12b2b54a92
JBR-4876 remove test duplicates
...
Since next jcef tests were moved into junit suite (inside jcef repository):
HandleJSQueryTest
JCEFStartupTest
LoadPageWithoutUI
MouseEventAfterHideAndShowBrowserTest
MouseEventScenario
MouseEventTest
2022-10-01 14:17:27 +07:00
Vitaly Provodin
8c11b1633b
JBR-4874 remove --with-extra-* flags from building scripts
2022-09-30 05:01:17 +07:00
Dmitry Batrak
50c0ce58d3
JBR-4871 Closed project leaked via KeyboardFocusManager#newFocusOwner
2022-09-29 10:45:38 +03:00
Vitaly Provodin
a4b7209b3c
exclude java/awt/PrintJob/PrinterException.java on all platforms
2022-09-29 11:42:39 +07:00
Alexey Ushakov
ae5ce63002
JBR-4859 jbr17: compiler warnings with Xcode 14.0.1 (14A400)
...
Disabled warnings for libsplashscreen and liblcms
2022-09-28 10:51:19 +02:00
MonoBot
fb03281e53
JBR-4809 Update the bundled JetBrains Mono font version
...
Fonts release 2.242
(cherry picked from commit 641424a3e3 )
2022-09-28 10:51:19 +02:00
Maxim Kartashev
4d48a1319a
JBR-4839 Report if wrong shared library is detected at run time
2022-09-28 09:24:50 +03:00
Vitaly Provodin
9aa589ee39
exclude java/util/Properties tests PropertiesStoreTest.java & StoreReproducibilityTest.java due to 8282023
2022-09-28 06:24:42 +07:00
Nikita Gubarkov
5df8aafcd4
JBR-4815 force hinting for non-antialiased text
2022-09-27 16:17:59 +03:00
Nikita Provotorov
05f6b57864
fixup! JBR-3544: Generate popup invoked instead of New in this directory
...
Fixes the regression JBR-4854 keymap overlapping after Rider update.
2022-09-26 22:16:17 +03:00
Alexey Ushakov
4b82273942
JBR-4590 macOS: SIGSEGV at [libawt_lwawt] MTLTR_DrawGlyphList
...
Invalidate glyph cache cell info after switching MTLContext
2022-09-26 17:54:59 +02:00
Maxim Kartashev
5fd6ae67c6
JBR-4848 Cannot invoke "javax.swing.JTextField.getCaret()" because the return value of "java.lang.ref.WeakReference.get()" is null
2022-09-26 17:50:26 +03:00
Nikita Gubarkov
da9b5657da
fixup! JBR-4834 Rounded corners on Mac OS: support custom border color
...
Bump JBR API patch version
2022-09-26 11:45:28 +03:00
Alexander Lobas
e5d96e6747
JBR-4834 Rounded corners on Mac OS: support custom border color
2022-09-20 16:05:26 +02:00
Alexander Lobas
995841e5e3
JBR-4834 Rounded corners on Mac OS: support custom border color
2022-09-20 16:05:26 +02:00
Alexander Lobas
008b01e11d
JBR-4834 Rounded corners on Mac OS: support custom border color
2022-09-20 16:05:26 +02:00
Vitaly Provodin
88e71f2056
JBR-4814 fix paths passing to --with-extra-cflags, --with-extra-cxxflags, --with-extra-ldflags params
2022-09-19 15:14:11 +07:00
Vitaly Provodin
867686a430
Update README.md
2022-09-16 11:06:23 +07:00
Nikita Gubarkov
1855d8955c
JBR-3677 Change copyright for CustomTitleBarDoubleClick test
2022-09-15 23:04:37 +03:00
Alexey Ushakov
8a14c80209
JBR-4696 macOS: NPE in -[AWTView viewDidChangeBackingProperties]
...
Added null pointer checks
2022-09-15 21:16:20 +02:00
Nikita Gubarkov
c7d906e7c7
JBR-3677 Add CustomTitleBarDoubleClick test
2022-09-15 19:40:38 +03:00
Nikita Gubarkov
a9475c85cd
JBR-3677 check AppleActionOnDoubleClick property for custom window decorations on macOS
2022-09-15 17:11:31 +03:00
Maxim Kartashev
1f9cdefaef
JBR-4626 MacOS aarch64: SIGSEGV at RenderCache.get / ScaledBlit.getFromCache
...
Avoid C2-compiled loop crashes by replacing the handcrafted MRU cache
with a more modern LinkedHashMap-based one.
2022-09-15 11:26:23 +03:00
Alexey Ushakov
5e5239464a
JBR-4588 macOS: SIGILL at [libsystem_kernel] __kill in CCE: class sun.java2d.opengl.CGLGraphicsConfig cannot be cast to class sun.java2d.metal.MTLGraphicsConfig
...
Moved tryLoadMetalLibrary under RQ lock.
Added more diagnostics.
2022-09-14 19:46:21 +02:00
Alexey Ushakov
62a3f98138
JBR-4680 idea window flickers while changing the screen brightness
...
Update insets in separate notification
2022-09-14 19:11:51 +02:00
Nikita Gubarkov
cea6ac1be5
JBR-4816 Don't test RoundedCornersManager on Linux
2022-09-14 18:12:19 +03:00
Dmitry Batrak
a170b4e4ae
JBR-4820 Focus lost after showing popup and context menu - missing changes
...
missing reverts
2022-09-14 13:18:02 +03:00
Dmitry Batrak
c9609330f2
JBR-4820 Focus lost after showing popup and context menu
2022-09-14 09:34:21 +03:00
Vitaly Provodin
1750c6f390
exclude java/awt/Modal/ModalInternalFrameTest/ModalInternalFrameTest.java on Linux because of 8159599
2022-09-13 07:19:25 +07:00
Vitaly Provodin
fb725c15c4
JBR-893 exclude failing tests
2022-09-12 05:28:10 +07:00
Vitaly Provodin
436e76c6f4
JBR-4810 add VERSION_PATCH into version number string
2022-09-10 06:32:42 +07:00
Nikita Gubarkov
1140243cf5
fixup! JBR-4787 Allow setting rounded corners before showing the window
2022-09-08 14:26:43 +03:00
Severin Gehwolf
69fe60e162
8292260: [BACKOUT] JDK-8279219: [REDO] C2 crash when allocating array of size too large
...
Reviewed-by: clanger
Backport-of: 967a28c3d8
(cherry picked from commit 02fa4be6c4 )
2022-09-08 18:05:54 +07:00
Severin Gehwolf
6abfb62f94
8292258: Bump update version for OpenJDK: jdk-17.0.4.1
...
Reviewed-by: stuefe
(cherry picked from commit 27057f84af )
2022-09-08 18:05:50 +07:00
Vitaly Provodin
b0c967f67c
add exclude list for Multi-monitor configs
2022-09-08 07:02:21 +07:00
Alexander Lobas
ccd78be3e2
JBR-4787 Allow setting rounded corners before showing the window
2022-09-07 19:41:16 +03:00
Nikita Gubarkov
a5285078e9
fixup! JBR-4787 Rounded corners for native Window on Windows 11
2022-09-07 17:28:18 +03:00
Alexander Lobas
f557760e16
JBR-4787 Rounded corners for native Window on Windows 11
2022-09-06 23:01:12 +03:00
Nikita Gubarkov
292246a53e
Allow registering multiple implementations for JBR API services
...
This greatly reduces boilerplate when dealing with platform-specific code, one can specify multiple target implementation classes, one per platform. First found will be used.
Also added JBRApi.ServiceNotAvailableException to give services ability to validate any custom condition they want.
2022-09-06 19:02:24 +03:00
Alexey Ushakov
82bbe56bd7
JBR-4790 [bkp] 8291266: RenderPerfTest: missing content while rendering some primitives
...
Reviewed-by: aghaisas, prr
(cherry picked from commit 871b7dab14 )
2022-09-05 22:50:46 +02:00
Ajit Ghaisas
d443004009
JBR-4789 [bkp] 8288948: Few J2DBench tests indicate lower primitive drawing performance with metal rendering pipeline
...
Reviewed-by: avu, prr
(cherry picked from commit bc7a1ea249 )
2022-09-05 22:41:22 +02:00
Alexey Ushakov
eef606b605
JBR-4784 Extra allocations of MTLRenderPipelineDescriptor affects performance in metal pipeline
...
Remove extra allocations
2022-09-05 18:49:09 +02:00
Alexey Ushakov
345f52a4ec
8262751: RenderPipelineState assertion error in J2DDemo
...
Reviewed-by: jdv
(cherry picked from commit 49b2789a49 )
2022-09-05 18:49:09 +02:00
Denis Fokin
a52ed88377
JBR-4788 "Activate window by mouse hover" Windows option isn't supported by JBR 17
...
backport JBR-1991 (Focus problems in Windows with X-Mouse style focus) from JBR 11
(cherry picked from commit c8ad353f45 )
2022-09-05 16:45:01 +03:00
Nikita Provotorov
da53a4dda4
JBR-4765 Cannot invoke context menu by two fingers tapping on MacBook with M2 chip
...
- Ensure the pressed mouse buttons are also reflected by the appropriate modifiers;
- Add a regression test.
2022-09-05 06:26:30 +03:00