Vitaly Provodin
61688d4a7d
update exclude list on results of 17.0.11_b1312 test runs
2024-06-08 11:22:09 +04:00
Vitaly Provodin
5f1d896b6f
fixup! JBR-7263 introduce /othervm for the tests specifying -Djetbrains.runtime.api.extendRegistry=true
2024-06-08 02:56:07 +04:00
Nikita Gubarkov
ceb9ce92bc
JBR-7263 Refactor JBR API initialization
2024-06-06 17:41:14 +02:00
Nikita Gubarkov
4b77031fa0
JBR-6357 JBR API v1.0.0
2024-06-05 20:13:53 +02:00
Nikita Gubarkov
e58645a922
JBR-7261 Do not init JBR API registry with App classloader
2024-06-05 17:53:50 +02:00
Nikita Tsarev
100508e8c2
JBR-7133: JBR API for IME replacement range on macOS
2024-06-05 16:53:58 +02:00
Nikita Gubarkov
f44c819dd9
JBR-6357 JBR API v3
...
JBR API frontend is moved into a separate repository.
Rewritten proxy generation, bridges removed, invokedynamic is used instead.
Mapping is now specified using annotations.
Support for extension methods.
Support for arrays and generics.
Added JBR API implementation version.
JBR-7232 Refactor deriveFontWithFeatures & JBRFileDialog JBR API
2024-06-05 02:24:27 +02:00
Roman Shevchenko
30371f901f
JBR-7194: extension-based filters in native file dialogs
2024-06-05 01:19:48 +02:00
Vitaly Provodin
bd49573825
update exclude list on results of 17.0.11_b1300.1 test runs
2024-06-05 02:39:43 +04:00
Nikita Gubarkov
f7bd1518c2
JBR-7238 Fix Font serialization
2024-06-03 15:39:14 +02:00
Vitaly Provodin
a656580a06
update exclude list on results of 17.0.11_b1296.1 test runs
2024-06-01 03:23:37 +04:00
Nikita Gubarkov
05cda0c705
fixup! JBR-5615 add sun.java2d.logDisplays VM option
2024-05-31 10:48:28 +02:00
Nikita Gubarkov
258949a1ef
fixup! JBR-7232 Refactor deriveFontWithFeatures & JBRFileDialog JBR API
2024-05-31 00:26:48 +02:00
Nikita Gubarkov
1925355e36
JBR-7232 Refactor deriveFontWithFeatures & JBRFileDialog JBR API
2024-05-30 22:01:54 +02:00
Nikita Tsarev
2049c27971
JBR-7134: Fix InputMethodTests on macOS
2024-05-30 17:37:33 +02:00
Nikita Gubarkov
fcc52f482a
JBR-5615 add sun.java2d.logDisplays VM option
...
It prints to stdout whenever display configuration is changed.
2024-05-30 01:06:26 +02:00
Dmitrii Morskii
b86ff0c215
JBR-7128 Use the correct WmSize event type for JFrame moved to another monitor
...
author: Sergei Tachenov
2024-05-23 11:34:59 +01:00
Sergey Shelomentsev
f4b9cb47ec
JBR-7117 Set initial display mode after test execution
2024-05-17 16:00:08 +03:00
Nikita Tsarev
1c9e5f52e7
JBR-7119: respect replacementRange in IME events on macOS
2024-05-10 23:32:25 +02:00
Dmitry Drobotov
f7c47bf3cf
JBR-6808 Don't create AccessibleJTreeNode for the tree root if it's not visible
...
* This fixes an issue with AccessibleJTreeNode#getBounds, which adjusts the node's bounds according to the parent node. For nodes whose parent is the invisible root, getBounds was returning null, and it caused issues with assistive technology like macOS Accessibility Zoom.
* Additionally, NVDA will now report correct tree depth levels because the root node won't add to the levels count (JDK-8249806).
2024-05-10 18:00:26 +02:00
Nikita Provotorov
b8e9dbf8c9
JBR-6456 Sudden keyboard death on Linux using iBus.
...
Add a workaround for the iBus's bug which leads to the issue.
2024-05-07 23:55:47 +02:00
Vitaly Provodin
da04a7546e
JBR-6620 restore displayMode to the state that was before running the test
2024-05-07 15:07:31 +03:00
Dmitrii Morskii
693fe435f7
JBR-6376: implement detecting of OS theme on linux
2024-05-06 19:55:56 +02:00
Dmitrii Morskii
f66e589ce0
Revert "JBR-6372: implement detecting of OS theme on linux"
...
This reverts commit 7803214b5c .
2024-05-06 19:55:22 +02:00
Maxim Kartashev
c8c4ac1c9a
jb/branchdiff.py is a lot faster
2024-05-04 02:15:02 +04:00
Maxim Kartashev
1b5242e6a9
jb/branchdiff.py to warn if it can't differentiate between commits
2024-05-04 02:15:02 +04:00
Maxim Kartashev
b9e80c2784
jb/branchdiff.py script to help with release branches
2024-05-04 02:15:02 +04:00
Vitaly Provodin
923018b33b
update exclude list on results of 17.0.11_b1286.1 test runs
2024-05-04 02:15:02 +04:00
Maxim Kartashev
695c8ed961
JBR-5611 Window header is visible but body not on Linux Ubuntu with external display
2024-05-03 17:56:15 +04:00
Nikita Gubarkov
8a7482a624
JBR-7046 Tolerate subpixelResolution=0 in Metal and OGL
2024-05-02 09:11:47 +02:00
Nikita Gubarkov
54a7172299
JBR-7020 Reorder LCD glyph cache freeing and validation
...
1. As we started committing the command buffer on glyph cache flush, this invalidates the current encoder. We need to `MTLTR_ValidateGlyphCache` after the flush, not before.
2. There's no reason to maintain separate glyph cache invalidation logic for this singe case (which is a no-op in reality), so just free the cache instead.
2024-04-25 20:56:51 +02:00
Vitaly Provodin
03912794ab
update exclude list on results of 17.0.11_b1281.1 test runs
2024-04-24 04:45:11 +07:00
Nikita Tsarev
20d0aeefd5
Disable flappy KeyCodesTest assertions, see JBR-6888
2024-04-22 19:38:44 +02:00
Christoph Langer
156ce15275
8329836: [17u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 17.0.11
...
Reviewed-by: goetz
2024-04-19 15:36:14 +07:00
Martin Balao
f2e1645f50
8319851: Improve exception logging
...
Reviewed-by: mbaesken
Backport-of: 87dfeeb14fdd0fa1648a8bec91b5b713cc2c1b83
2024-04-19 15:36:04 +07:00
Martin Balao
1c948e7fde
8322122: Enhance generation of addresses
...
Backport-of: 1a4a46e102a2bc282fcbec571169867d715f4ade
2024-04-19 15:36:04 +07:00
Alexey Bakhtin
883d8c47f0
8318340: Improve RSA key implementations
...
Reviewed-by: mbalao
Backport-of: 62d9cec1d6b804a70381bfb8ac902b6bb649f8ae
2024-04-19 15:36:04 +07:00
Yuri Nesterenko
de6e2dbe71
8315708: Enhance HTTP/2 client usage
...
Reviewed-by: mbalao
Backport-of: 4bd9637dfe12d330afd7409c27c5778b28a24cf4
2024-04-19 15:36:03 +07:00
Goetz Lindenmaier
7567ce40f9
8327391: Add SipHash attribution file
...
Backport-of: fcf48ab3d3
2024-04-19 15:36:03 +07:00
Goetz Lindenmaier
b9ec2903d5
8327036: [macosx-aarch64] SIGBUS in MarkActivationClosure::do_code_blob reached from Unsafe_CopySwapMemory0
...
Backport-of: f38add6f8d
2024-04-19 15:36:03 +07:00
Sergey Bylokhov
298eb33da3
8322750: Test "api/java_awt/interactive/SystemTrayTests.html" failed because A blue ball icon is added outside of the system tray
...
Backport-of: 5a988a5087
2024-04-19 15:36:03 +07:00
Goetz Lindenmaier
4f5fc8574e
8305900: Use loopback IP addresses in security policy files of httpclient tests
...
Reviewed-by: mbaesken
Backport-of: 646b666a26
2024-04-19 15:36:03 +07:00
Christoph Langer
bdc87c40f6
8326000: Remove obsolete comments for class sun.security.ssl.SunJSSE
...
Backport-of: c2d9fa26ce
2024-04-19 15:36:02 +07:00
Goetz Lindenmaier
794f6972ac
8310380: Handle problems in core-related tests on macOS when codesign tool does not work
...
Backport-of: 39c104df44
2024-04-19 15:36:02 +07:00
Goetz Lindenmaier
ccfeb28318
8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses
...
Backport-of: bc31ccc95b
2024-04-19 15:36:02 +07:00
Sergey Bylokhov
e16f7cb4c3
8321151: JDK-8294427 breaks Windows L&F on all older Windows versions
...
Backport-of: f695ca5884
2024-04-19 15:36:02 +07:00
Aleksey Shipilev
e4076462e6
8305962: update jcstress to 0.16
...
Backport-of: 292ee630ae
2024-04-19 15:36:01 +07:00
Aleksey Shipilev
02a029592b
8323515: Create test alias "all" for all test roots
...
8324647: Invalid test group of lib-test after JDK-8323515
Reviewed-by: phh
Backport-of: 8b9bf75880
2024-04-19 15:36:01 +07:00
Andrew Lu
94b5ce7ebf
8294158: HTML formatting for PassFailJFrame instructions
...
Backport-of: 14090ef603
2024-04-19 15:36:01 +07:00
Andrew Lu
de90d67c85
8294535: Add screen capture functionality to PassFailJFrame
...
Backport-of: dbb788f34d
2024-04-19 15:36:01 +07:00
Goetz Lindenmaier
e7fa0e07bd
8288846: misc tests fail "assert(ms < 1000) failed: Un-interruptable sleep, short time use only"
...
Backport-of: 6037ccdd50
2024-04-19 15:36:00 +07:00
Goetz Lindenmaier
627f045c3a
8290041: ModuleDescriptor.hashCode is inconsistent
...
Backport-of: 4cc6cb9d9d
2024-04-19 15:36:00 +07:00
Aleksey Shipilev
b355a00381
8321408: Add Certainly roots R1 and E1
...
Reviewed-by: goetz
Backport-of: f3073db42a
2024-04-19 15:36:00 +07:00
SendaoYan
aff45070c9
8323640: [TESTBUG]testMemoryFailCount in jdk/internal/platform/docker/TestDockerMemoryMetrics.java always fail because OOM killed
...
Backport-of: 791b427f44
2024-04-19 15:36:00 +07:00
Andrew Lu
3f921c4125
8314830: runtime/ErrorHandling/ tests ignore external VM flags
...
Reviewed-by: mbaesken
Backport-of: b685ee00b2
2024-04-19 15:36:00 +07:00
Johannes Bechberger
ceaaf2c04d
8325585: Remove no longer necessary calls to set/unset-in-asgct flag in JDK 17
...
Reviewed-by: rschmelter
2024-04-19 15:35:59 +07:00
Darragh Clarke
bea2ea5627
8314164: java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java fails intermittently in timeout
...
Backport-of: fbaaac63d4
2024-04-19 15:35:59 +07:00
Zdenek Zambersky
e20718729f
8306408: Fix the format of several tables in building.md
...
Reviewed-by: andrew
Backport-of: 26755a9686
2024-04-19 15:35:59 +07:00
Darragh Clarke
0adee38a83
8308336: Test java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java failed: java.net.BindException: Address already in use
...
Backport-of: a48bcf3671
2024-04-19 15:35:59 +07:00
Andrew Lu
ec4d59e5fd
8318468: compiler/tiered/LevelTransitionTest.java fails with -XX:CompileThreshold=100 -XX:TieredStopAtLevel=1
...
Backport-of: 61d0db3838
2024-04-19 15:35:58 +07:00
Amos Shi
c1c3956f98
8315602: Open source swing security manager test
...
Backport-of: fd6442c079
2024-04-19 15:35:58 +07:00
Amos Shi
4363a43693
8274122: java/io/File/createTempFile/SpecialTempFile.java fails in Windows 11
...
Reviewed-by: mbaesken
Backport-of: 4a142c3b08
2024-04-19 15:35:58 +07:00
Sergey Bylokhov
fc42102143
8324347: Enable "maybe-uninitialized" warning for FreeType 2.13.1
...
Backport-of: 781f368d42
2024-04-19 15:35:57 +07:00
Jaikiran Pai
2218f19f3b
8305906: HttpClient may use incorrect key when finding pooled HTTP/2 connection for IPv6 address
...
Reviewed-by: phh
Backport-of: 3ccb3c0e09
2024-04-19 15:35:57 +07:00
Goetz Lindenmaier
591de61c4b
8290203: ProblemList vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java on linux-all
...
Backport-of: ce36f6ea85
2024-04-19 15:35:57 +07:00
Sergey Bylokhov
437aed186a
8318603: Parallelize sun/java2d/marlin/ClipShapeTest.java
...
Backport-of: 6c7029ffd4
2024-04-19 15:35:57 +07:00
Aleksey Shipilev
00466cd448
8324514: ClassLoaderData::print_on should print address of class loader
...
Backport-of: fb822e49f2
2024-04-19 15:35:57 +07:00
Matthias Baesken
6bbc995766
8322098: os::Linux::print_system_memory_info enhance the THP output with /sys/kernel/mm/transparent_hugepage/hpage_pmd_size
...
8323331 : fix typo hpage_pdm_size
Backport-of: 419e01685b
2024-04-19 15:35:56 +07:00
Matthias Baesken
b20605804d
8322783: prioritize /etc/os-release over /etc/SuSE-release in hs_err/info output
...
Reviewed-by: lucy
Backport-of: a8e4229852
2024-04-19 15:35:56 +07:00
Dan Lutker
c37328a75b
8325150: (tz) Update Timezone Data to 2024a
...
Reviewed-by: phh
Backport-of: 917838e0a5
2024-04-19 15:35:56 +07:00
Aleksey Shipilev
be376587ee
8325096: Test java/security/cert/CertPathBuilder/akiExt/AKISerialNumber.java is failing
...
Backport-of: ac1cd31949
2024-04-19 15:35:56 +07:00
Andrew Lu
a1d7792f64
8321480: ISO 4217 Amendment 176 Update
...
Reviewed-by: mbaesken
Backport-of: 8b24851b9d
2024-04-19 15:35:55 +07:00
Matthias Baesken
b8491a8d5d
8320168: handle setsocktopt return values
...
Backport-of: db1d82347b
2024-04-19 15:35:55 +07:00
Aleksey Shipilev
47c58a9eb9
8323637: Capture hotspot replay files in GHA
...
Backport-of: c84c0ab52d
2024-04-19 15:35:55 +07:00
Aleksey Shipilev
a5a527163d
8324937: GHA: Avoid multiple test suites per job
...
Backport-of: 1aba78f272
2024-04-19 15:35:55 +07:00
Andrew Lu
cecc0b9e05
8310923: Refactor Currency tests to use JUnit
...
Reviewed-by: mbaesken
Backport-of: e848d9471f
2024-04-19 15:35:54 +07:00
Matthias Baesken
337b1e231a
8280241: (aio) AsynchronousSocketChannel init fails in IPv6 only Windows env
...
Backport-of: 36fbec78be
2024-04-19 15:35:54 +07:00
Amos Shi
80afae3bd8
8315611: Open source swing text/html and tree test
...
Backport-of: ae08143d3d
2024-04-19 15:35:54 +07:00
Elif Aslan
770f2df53f
8318607: Enable parallelism in vmTestbase/nsk/stress/jni tests
...
Backport-of: 43f31d7385
2024-04-19 15:35:54 +07:00
William Kemper
07780d9a0d
8321815: Shenandoah: gc state should be synchronized to java threads only once per safepoint
...
Reviewed-by: phh
Backport-of: 808a03927c
2024-04-19 15:35:54 +07:00
Goetz Lindenmaier
fa85acc304
8317144: Exclude sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java on Linux ppc64le
...
Backport-of: bc5a39bb54
2024-04-19 15:35:53 +07:00
Liang Mao
21ce5bb712
8276125: RunThese24H.java SIGSEGV in JfrThreadGroup::thread_group_id
...
Backport-of: a885aab696
2024-04-19 15:35:53 +07:00
Amos Shi
2b4f63cc15
8209595: MonitorVmStartTerminate.java timed out
...
Backport-of: a045258ae2
2024-04-19 15:35:53 +07:00
Amos Shi
09abd8b1b5
8311081: KeytoolReaderP12Test.java fail on localized Windows platform
...
Backport-of: b4b2fecb42
2024-04-19 15:35:53 +07:00
Amos Shi
dd37e50485
8310807: java/nio/channels/DatagramChannel/Connect.java timed out
...
Backport-of: 570dffb104
2024-04-19 15:35:52 +07:00
Amos Shi
752a5cca70
8315600: Open source few more headless Swing misc tests
...
Backport-of: b05198a4f3
2024-04-19 15:35:52 +07:00
Amos Shi
199d656c86
8315986: [macos14] javax/swing/JMenuItem/4654927/bug4654927.java: component must be showing on the screen to determine its location
...
Backport-of: e7486e8cfc
2024-04-19 15:35:52 +07:00
Amos Shi
4eaad3c216
8316106: Open source few swing JInternalFrame and JMenuBar tests
...
Backport-of: 0775bf2f03
2024-04-19 15:35:52 +07:00
Severin Gehwolf
09b59e303e
8319922: libCreationTimeHelper.so fails to link in JDK 21
...
Backport-of: ccc2fd0cd3
2024-04-19 15:35:52 +07:00
María Arias de Reyna
55d0f7d5ab
8261404: Class.getReflectionFactory() is not thread-safe
...
Backport-of: 905b763942
2024-04-19 15:35:51 +07:00
Gui Cao
dfeb189a4c
8324280: RISC-V: Incorrect implementation in VM_Version::parse_satp_mode
...
Backport-of: e7fdac9d5c
2024-04-19 15:35:51 +07:00
Severin Gehwolf
e5f4b58dd9
8316304: (fs) Add support for BasicFileAttributes.creationTime() for Linux
...
Reviewed-by: stuefe
Backport-of: 0275efac88
2024-04-19 15:35:51 +07:00
Aleksey Shipilev
f5d73f5a81
8324659: GHA: Generic jtreg errors are not reported
...
Backport-of: c313d451a5
2024-04-19 15:35:51 +07:00
Andrew Lu
0f3b87c498
8309870: Using -proc:full should be considered requesting explicit annotation processing
...
Backport-of: 3ce1240ca1
2024-04-19 15:35:50 +07:00
Andrew Lu
f68ad57ef4
8315761: Open source few swing JList and JMenuBar tests
...
Backport-of: bb6b3f2486
2024-04-19 15:35:50 +07:00
Elif Aslan
353ae682a6
8318608: Enable parallelism in vmTestbase/nsk/stress/threads tests
...
Reviewed-by: shade
Backport-of: cee44a6255
2024-04-19 15:35:50 +07:00
Goetz Lindenmaier
8269aca7c3
8296631: NSS tests failing on OL9 linux-aarch64 hosts
...
Backport-of: 6e1aacdfba
2024-04-19 15:35:50 +07:00
Andrew Lu
96b3df071f
8316947: Write a test to check textArea triggers MouseEntered/MouseExited events properly
...
Backport-of: 00ef9f9c32
2024-04-19 15:35:49 +07:00
Goetz Lindenmaier
2fb2d8d410
8210410: Refactor java.util.Currency:i18n shell tests to plain java tests
...
Reviewed-by: lucy
Backport-of: 2584bf87ae
2024-04-19 15:35:49 +07:00
Goetz Lindenmaier
9f9b36f82e
8313575: Refactor PKCS11Test tests
...
Backport-of: 7a08e6bdd6
2024-04-19 15:35:49 +07:00
Goetz Lindenmaier
4f47c699cc
8306014: Update javax.net.ssl TLS tests to use SSLContextTemplate or SSLEngineTemplate
...
Backport-of: 705ad7d829
2024-04-19 15:35:49 +07:00
Goetz Lindenmaier
50b2d9d46b
8281585: Remove unused imports under test/lib and jtreg/gc
...
Reviewed-by: lucy
Backport-of: 2604a88fbb
2024-04-19 15:35:48 +07:00
Andrew Lu
05b0085d17
8310238: [test bug] javax/swing/JTableHeader/6889007/bug6889007.java fails
...
Backport-of: 2cf5c2f4b6
2024-04-19 15:35:48 +07:00
Andrew Lu
a014a2baba
8308245: Add -proc:full to describe current default annotation processing policy
...
Backport-of: 42ecc8a37f
2024-04-19 15:35:48 +07:00
William Kemper
c254b2d9bb
8323086: Shenandoah: Heap could be corrupted by oom during evacuation
...
Backport-of: c4a83bd6f6
2024-04-19 15:35:48 +07:00
Andrew John Hughes
56fcdf5be0
8324184: Windows VS2010 build failed with "error C2275: 'int64_t'"
...
Reviewed-by: sgehwolf
2024-04-19 15:35:47 +07:00
Matthias Baesken
2d67649c9b
8272811: Document the effects of building with _GNU_SOURCE in os_posix.hpp
...
Backport-of: c4c76e2f34
2024-04-19 15:35:47 +07:00
Matthias Baesken
9a8e2b1cf6
8281543: Remove unused code/headerfile dtraceAttacher.hpp
...
Backport-of: bc43320fd3
2024-04-19 15:35:47 +07:00
Aleksey Shipilev
6034a0012d
8323243: JNI invocation of an abstract instance method corrupts the stack
...
Backport-of: 71d9a83dec
2024-04-19 15:35:47 +07:00
Ben Taylor
e890b3c574
8319436: Proxy.newProxyInstance throws NPE if loader is null and interface not visible from class loader
...
Backport-of: 8eb6f617b3
2024-04-19 15:35:46 +07:00
Jonathan Dowland
3dcc64ae74
8322321: Add man page doc for -XX:+VerifySharedSpaces
...
Reviewed-by: shade
Backport-of: f7dc257a20
2024-04-19 15:35:46 +07:00
Goetz Lindenmaier
2ad794eee5
8318490: Increase timeout for JDK tests that are close to the limit when run with libgraal
...
Backport-of: 6f263111a1
2024-04-19 15:35:46 +07:00
Goetz Lindenmaier
1ee0c9ab44
8319213: Compatibility.java reads both stdout and stderr of JdkUtils
...
Backport-of: 84f4f7477c
2024-04-19 15:35:45 +07:00
Goetz Lindenmaier
fa93d6a60f
8312428: PKCS11 tests fail with NSS 3.91
...
Backport-of: 1c598c2245
2024-04-19 15:35:45 +07:00
Goetz Lindenmaier
b3225ab21c
8317039: Enable specifying the JDK used to run jtreg
...
8317807: JAVA_FLAGS removed from jtreg running in JDK-8317039
Backport-of: 2545f55e50
2024-04-19 15:35:45 +07:00
Goetz Lindenmaier
9a7f179af1
8313206: PKCS11 tests silently skip execution
...
Reviewed-by: mdoerr
Backport-of: 515add88ed
2024-04-19 15:35:45 +07:00
Goetz Lindenmaier
b606edf240
8309305: sun/security/ssl/SSLSocketImpl/BlockedAsyncClose.java fails with jtreg test timeout
...
Backport-of: 8042a50b99
2024-04-19 15:35:44 +07:00
Goetz Lindenmaier
06fa983f48
8311581: Remove obsolete code and comments in TestLVT.java
...
Backport-of: 27de536b40
2024-04-19 15:35:44 +07:00
Ludovic Henry
38812606fe
8307955: Prefer to PTRACE_GETREGSET instead of PTRACE_GETREGS in method 'ps_proc.c::process_get_lwp_regs'
...
Reviewed-by: rehn
Backport-of: 2f1c65486b
2024-04-19 15:35:44 +07:00
Andrew Lu
6b890178ed
8169475: WheelModifier.java fails by timeout
...
Backport-of: 613d32c282
2024-04-19 15:35:44 +07:00
Goetz Lindenmaier
35b3e890e2
8319124: Update XML Security for Java to 3.0.3
...
Reviewed-by: mbaesken
Backport-of: 45df078510
2024-04-19 15:35:44 +07:00
Johannes Bechberger
541811b321
8317771: [macos14] Expand/collapse a JTree using keyboard freezes the application in macOS 14 Sonoma
...
Reviewed-by: asemenov
Backport-of: ffa33d7b80
2024-04-19 15:35:05 +07:00
Goetz Lindenmaier
5ae4d73252
8323008: filter out harmful -std* flags added by autoconf from CXX
...
Backport-of: 68c4286026
2024-04-19 15:31:20 +07:00
Matthias Baesken
f92f1ba8a3
8320300: Adjust hs_err output in malloc/mmap error cases
...
Reviewed-by: lucy
Backport-of: 60c8d9c045
2024-04-19 15:31:20 +07:00
Goetz Lindenmaier
881ca21da9
8318971: Better Error Handling for Jar Tool When Processing Non-existent Files
...
Backport-of: 8ae309ebac
2024-04-19 15:31:19 +07:00
Goetz Lindenmaier
8720cc39e8
8310631: test/jdk/sun/nio/cs/TestCharsetMapping.java is spuriously passing
...
Reviewed-by: mdoerr
Backport-of: e3201d1d13
2024-04-19 15:31:19 +07:00
Goetz Lindenmaier
cf6755081b
8311986: Disable runtime/os/TestTracePageSizes.java for ShenandoahGC
...
Backport-of: 167d1c1835
2024-04-19 15:31:18 +07:00
Goetz Lindenmaier
eca94d4426
8323806: [17u] VS2017 build fails with warning after 8293117.
...
Reviewed-by: mbaesken, shade
2024-04-19 15:31:18 +07:00
Goetz Lindenmaier
a84365f20c
8305972: Update XML Security for Java to 3.0.2
...
Reviewed-by: mbaesken
Backport-of: f0aebc8141
2024-04-19 15:31:18 +07:00
William Kemper
1144650510
8323428: Shenandoah: Unused memory in regions compacted during a full GC should be mangled
...
Backport-of: a7db4feceb
2024-04-19 15:31:17 +07:00
Andrew Lu
b10b53bce2
8315594: Open source few headless Swing misc tests
...
Backport-of: 806ef0897b
2024-04-19 15:31:16 +07:00
Andrew Lu
8ab6207a74
8318154: Improve stability of WheelModifier.java test
...
Backport-of: 668d4b077f
2024-04-19 15:31:16 +07:00
Sergey Bylokhov
a86d006f47
8309462: [AIX] vmTestbase/nsk/jvmti/RunAgentThread/agentthr001/TestDescription.java crashing due to empty while loop
...
Backport-of: cf9e6353cc
2024-04-19 15:31:16 +07:00
Goetz Lindenmaier
69b5fa75cd
8307185: pkcs11 native libraries make JNI calls into java code while holding GC lock
...
Backport-of: 354c6605e3
2024-04-19 15:31:15 +07:00
Goetz Lindenmaier
e00814fe92
8309302: java/net/Socket/Timeouts.java fails with AssertionError on test temporal post condition
...
Backport-of: 87c79c0801
2024-04-19 15:31:15 +07:00
Goetz Lindenmaier
1a4e6e9313
8272853: improve JavadocTester.runTests
...
Reviewed-by: phh
Backport-of: b0028a459c
2024-04-19 15:31:15 +07:00
Dmitry Chuyko
1b6a59c37e
8310844: [AArch64] C1 compilation fails because monitor offset in OSR buffer is too large for immediate
...
Reviewed-by: aph
Backport-of: ade21a965f
2024-04-19 15:31:15 +07:00
Goetz Lindenmaier
722422f854
8322883: [BACKOUT] 8225377: type annotations are not visible to javac plugins across compilation boundaries
...
Reviewed-by: shade
Backport-of: 18e97aa217
2024-04-19 15:31:15 +07:00
Gui Cao
0c0800d974
8322583: RISC-V: Enable fast class initialization checks
...
Backport-of: 5235cc987d
2024-04-19 15:31:14 +07:00
Ichiroh Takiguchi
b81d547594
6928542: Chinese characters in RTF are not decoded
...
Reviewed-by: phh
Backport-of: a26f7c03c7
2024-04-19 15:31:14 +07:00
Dan Lutker
f679d7432d
8322725: (tz) Update Timezone Data to 2023d
...
Reviewed-by: shade
Backport-of: 2a9c3589d9
2024-04-19 15:31:14 +07:00
William Kemper
d80312c99b
8323021: Shenandoah: Encountered reference count always attributed to first worker thread
...
Backport-of: f0e2e4311b
2024-04-19 15:31:14 +07:00
Christoph Langer
89efb2b416
8322772: Clean up code after JDK-8322417
...
Reviewed-by: mbaesken
Backport-of: 24b3b2b66f
2024-04-19 15:31:14 +07:00
Oli Gillespie
4acf98ef62
8321599: Data loss in AVX3 Base64 decoding
...
Reviewed-by: shade, phh
Backport-of: 13c11487f7
2024-04-19 15:31:13 +07:00
Goetz Lindenmaier
55a2171a44
8316693: Simplify at-requires checkDockerSupport()
...
Backport-of: 16fd43c5eb
2024-04-19 15:31:13 +07:00
Goetz Lindenmaier
40d0d51520
8303605: Memory leaks in Metaspace gtests
...
Reviewed-by: mdoerr
Backport-of: ddcb369cea
2024-04-19 15:31:13 +07:00
Aleksey Shipilev
155aeaf49d
8322985: [BACKOUT] 8318562: Computational test more than 2x slower when AVX instructions are used
...
Reviewed-by: kvn
Backport-of: ed9f3243f0
2024-04-19 15:31:13 +07:00
Goetz Lindenmaier
1499d8c398
8278028: [test-library] Warnings cleanup of the test library
...
Reviewed-by: mdoerr
Backport-of: 03f647f4bb
2024-04-19 15:31:12 +07:00
Jonathan Dowland
741cab5606
8315731: Open source several Swing Text related tests
...
Backport-of: d475f61fd5
2024-04-19 15:31:12 +07:00
Aleksey Shipilev
2e4bdfbd11
8320921: GHA: Parallelize hotspot_compiler test jobs
...
Backport-of: 694136909c
2024-04-19 15:31:12 +07:00
Aleksey Shipilev
1a03f0b08d
8293547: Add relaxed add_and_fetch for macos aarch64 atomics
...
Reviewed-by: aph
Backport-of: 7a1cb64bc1
2024-04-19 15:31:12 +07:00
Andrew Lu
b8c2800dce
8320208: Update Public Suffix List to b5bf572
...
Reviewed-by: mdoerr
Backport-of: 2b4e99140a
2024-04-19 15:31:11 +07:00
Sergey Bylokhov
e2ebb5ab24
8315042: NPE in PKCS7.parseOldSignedData
...
Backport-of: 8c0d026d0f
2024-04-19 15:31:11 +07:00
Matthias Baesken
7e1c69daf8
8318957: Enhance agentlib:jdwp help output by info about allow option
...
Backport-of: 53bb7cd415
2024-04-19 15:31:11 +07:00
Aleksey Shipilev
f6a1597ffb
8322968: [17u] Amend Atomics gtest with 1-byte tests
...
Reviewed-by: fyang
2024-04-19 15:31:11 +07:00
Aleksey Shipilev
e45b8ad53f
8286312: Stop mixing signed and unsigned types in bit operations
...
Backport-of: 39f4434f44
2024-04-19 15:31:11 +07:00
Aleksey Shipilev
ac6f0191a0
8283626: AArch64: Set relocInfo::offset_unit to 4
...
Backport-of: ab17f88f6c
2024-04-19 15:31:10 +07:00
Aleksey Shipilev
58de9fbd05
8205076: [17u] Inet6AddressImpl.c: lookupIfLocalHost accesses int InetAddress.preferIPv6Address as a boolean
...
Reviewed-by: phh
2024-04-19 15:31:10 +07:00
Aleksey Shipilev
974db11e4e
8318183: C2: VM may crash after hitting node limit
...
Reviewed-by: phh
Backport-of: 31ef400f31
2024-04-19 15:31:10 +07:00
Aleksey Shipilev
1fbb6ff8bd
8318961: increase javacserver connection timeout values and max retry attempts
...
Reviewed-by: mbaesken
Backport-of: b9983c7229
2024-04-19 15:31:10 +07:00
Sergey Bylokhov
3c7106bda2
8320937: support latest VS2022 MSC_VER in abstract_vm_version.cpp
...
Backport-of: eb44bafe77
2024-04-19 15:31:09 +07:00
Aleksey Shipilev
fcb0c58110
8307926: Support byte-sized atomic bitset operations
...
Backport-of: 646747fd7c
2024-04-19 15:31:09 +07:00
Goetz Lindenmaier
6790484c75
8316414: C2: large byte array clone triggers "failed: malformed control flow" assertion failure on linux-x86
...
Backport-of: 0a3a925ad8
2024-04-19 15:31:09 +07:00
Goetz Lindenmaier
2669682ae9
8316001: GC: Make TestArrayAllocatorMallocLimit use createTestJvm
...
Backport-of: 86dde5e02b
2024-04-19 15:31:09 +07:00
Goetz Lindenmaier
e64526dc14
8304696: Duplicate class names in dynamicArchive tests can lead to test failure
...
Backport-of: b2240bf870
2024-04-19 15:31:09 +07:00
Goetz Lindenmaier
b0749e3212
8322417: Console read line with zero out should zero out when throwing exception
...
Reviewed-by: mbaesken
Backport-of: 2f917bff5c
2024-04-19 15:31:08 +07:00
Amos Shi
ad41c0c640
8281377: Remove vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/JavaDeadlock001/TestDescription.java from problemlist.
...
Backport-of: 1dfc94dd56
2024-04-19 15:31:08 +07:00
Andrew Lu
84687be2cf
8316028: Update FreeType to 2.13.2
...
Backport-of: 3b65b8797a
2024-04-19 15:31:08 +07:00
Goetz Lindenmaier
6d27d317bf
8315034: File.mkdirs() occasionally fails to create folders on Windows shared folder
...
Backport-of: 7ad700596f
2024-04-19 15:31:07 +07:00
Goetz Lindenmaier
13024d1bcb
8261837: SIGSEGV in ciVirtualCallTypeData::translate_from
...
Reviewed-by: roland
Backport-of: 1bb250c9e6
2024-04-19 15:31:07 +07:00
Goetz Lindenmaier
02ded4c017
8318983: Fix comment typo in PKCS12Passwd.java
...
Backport-of: 949846986f
2024-04-19 15:31:07 +07:00
Goetz Lindenmaier
f936620f8b
8319668: Fixup of jar filename typo in BadFactoryTest.sh
...
Backport-of: 63ad868e18
2024-04-19 15:31:07 +07:00
Goetz Lindenmaier
c091003288
8316392: compiler/interpreter/TestVerifyStackAfterDeopt.java failed with SIGBUS in PcDescContainer::find_pc_desc_internal
...
Backport-of: 16554ae23c
2024-04-19 15:31:06 +07:00
Goetz Lindenmaier
63a73bcf39
8316679: C2 SuperWord: wrong result, load should not be moved before store if not comparable
...
Reviewed-by: roland
Backport-of: 48f1a925e5
2024-04-19 15:31:06 +07:00
Goetz Lindenmaier
08e700038b
8316445: Mark com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java as vm.flagless
...
Backport-of: ca5eee2fe3
2024-04-19 15:31:06 +07:00
Goetz Lindenmaier
dde917d8f9
8315920: C2: "control input must dominate current control" assert failure
...
Reviewed-by: roland
Backport-of: 4e1e579e8b
2024-04-19 15:31:06 +07:00
Gui Cao
bdc9e11286
8321972: test runtime/Unsafe/InternalErrorTest.java timeout on linux-riscv64 platform
...
Backport-of: e8768ae08d
2024-04-19 15:31:05 +07:00
Jaroslav Bachorik
b420de637a
8313816: Accessing jmethodID might lead to spurious crashes
...
Reviewed-by: phh
Backport-of: cdd1a6e851
2024-04-19 15:31:05 +07:00
Goetz Lindenmaier
0c98a3e943
8319456: jdk/jfr/event/gc/collection/TestGCCauseWith[Serial|Parallel].java : GC cause 'GCLocker Initiated GC' not in the valid causes
...
Backport-of: 7c7f8ea30d
2024-04-19 15:31:05 +07:00
Goetz Lindenmaier
29c634dbe8
8318689: jtreg is confused when folder name is the same as the test name
...
Backport-of: a9b31b587c
2024-04-19 15:31:05 +07:00
Goetz Lindenmaier
eed5ad035b
8305356: Fix ignored bad CompileCommands in tests
...
Backport-of: 0e0c022b1f
2024-04-19 15:31:04 +07:00
Goetz Lindenmaier
1690e28920
8278363: Create extented container test groups
...
Backport-of: 3d61372ba5
2024-04-19 15:31:03 +07:00
Goetz Lindenmaier
471a41d048
8274621: NullPointerException because listenAddress[0] is null
...
Backport-of: 5bbc8d3cb2
2024-04-19 15:31:03 +07:00
Kimura Yukihiro
093697b4c9
8318410: jdk/java/lang/instrument/BootClassPath/BootClassPathTest.sh fails on Japanese Windows
...
Reviewed-by: phh
Backport-of: d051f22284
2024-04-19 15:31:02 +07:00
Matthias Baesken
069d2ab4b6
8317307: test/jdk/com/sun/jndi/ldap/LdapPoolTimeoutTest.java fails with ConnectException: Connection timed out: no further information
...
Backport-of: b9b82631bf
2024-04-19 15:31:01 +07:00
Matthias Baesken
3a688793ea
8318955: Add ReleaseIntArrayElements in Java_sun_awt_X11_XlibWrapper_SetBitmapShape XlbWrapper.c to early return
...
Backport-of: 81db1721d4
2024-04-19 15:31:01 +07:00
Goetz Lindenmaier
705262906e
8311160: [macOS, Accessibility] VoiceOver: No announcements on JRadioButtonMenuItem and JCheckBoxMenuItem
...
Backport-of: c1f4595e64
2024-04-19 15:31:00 +07:00
Andrew Lu
64a26c0786
8313082: Enable CreateCoredumpOnCrash for testing in makefiles
...
Backport-of: ba645da97b
2024-04-19 15:30:59 +07:00
Sonia Zaldana Calles
90badd6743
8313621: test/jdk/jdk/internal/math/FloatingDecimal/TestFloatingDecimal should use RandomFactory
...
Backport-of: 864a876ebf
2024-04-19 15:30:59 +07:00
Sonia Zaldana Calles
135343f5f3
8263256: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails due to dynamic reconfigurations of network interface during test
...
Backport-of: 0048f1da4c
2024-04-19 15:30:59 +07:00
Aleksey Shipilev
68755d549d
8314220: Configurable InlineCacheBuffer size
...
Reviewed-by: phh
Backport-of: a40d8d97e8
2024-04-19 15:30:59 +07:00
Sandhya Viswanathan
2ab2c602e5
8318562: Computational test more than 2x slower when AVX instructions are used
...
Reviewed-by: shade
Backport-of: 0881f2b0c4
2024-04-19 15:30:59 +07:00
Aleksey Shipilev
7118baf4cc
8317507: C2 compilation fails with "Exceeded _node_regs array"
...
Backport-of: a5818972c1
2024-04-19 15:30:58 +07:00
Sandhya Viswanathan
69dedc4d6c
8321215: Incorrect x86 instruction encoding for VSIB addressing mode
...
Backport-of: 027b5dbb6a
2024-04-19 15:30:58 +07:00
Sonia Zaldana Calles
dcf0d2811b
8315680: java/lang/ref/ReachabilityFenceTest.java should run with -Xbatch
...
Backport-of: a290256bbf
2024-04-19 15:30:58 +07:00
Aleksey Shipilev
e4cfea9ae9
8293117: Add atomic bitset functions
...
Backport-of: 8a70664e52
2024-04-19 15:30:58 +07:00
Aleksey Shipilev
e9b4d16221
8295068: SSLEngine throws NPE parsing CertificateRequests
...
Backport-of: 5667afc362
2024-04-19 15:30:58 +07:00
Aleksey Shipilev
be91508875
8274632: Possible pointer overflow in PretouchTask chunk claiming
...
Backport-of: a914ee7216
2024-04-19 15:30:57 +07:00
Liam Miller-Cushon
13fdfdf8f3
8320001: javac crashes while adding type annotations to the return type of a constructor
...
Reviewed-by: vromero
Backport-of: 5e24aaf4f7
2024-04-19 15:30:57 +07:00
Goetz Lindenmaier
4dfdd6ae0a
8309733: [macOS, Accessibility] VoiceOver: Incorrect announcements of JRadioButton
...
Backport-of: d1d2b55ce0
2024-04-19 15:30:57 +07:00
Goetz Lindenmaier
55bacae387
8320798: Console read line with zero out should zero out underlying buffer
...
Reviewed-by: mbaesken
Backport-of: d568562966
2024-04-19 15:30:57 +07:00
Goetz Lindenmaier
a97e48923f
8283400: [macos] a11y : Screen magnifier does not reflect JRadioButton value change
...
Backport-of: eefbaa2956
2024-04-19 15:30:57 +07:00
Goetz Lindenmaier
7041ba1a71
8297968: Crash in PrintOptoAssembly
...
Backport-of: c69aa42d02
2024-04-19 15:30:56 +07:00
Goetz Lindenmaier
9cf76a2f0a
8273454: C2: Transform (-a)*(-b) into a*b
...
8274060: C2: Incorrect computation after JDK-8273454
Reviewed-by: shade
Backport-of: 7c9868c0b3
2024-04-19 15:30:56 +07:00
Sonia Zaldana Calles
7c71b1d4da
8054022: HttpURLConnection timeouts with Expect: 100-Continue and no chunking
...
Reviewed-by: phh
Backport-of: 4b02956d42
2024-04-19 15:30:56 +07:00
Goetz Lindenmaier
68cc5f57e4
7167356: (javac) investigate failing tests in JavacParserTest
...
Backport-of: 07fb4f9a0b
2024-04-19 15:30:56 +07:00
Goetz Lindenmaier
2a4d3f6b8d
8294254: [macOS] javax/swing/plaf/aqua/CustomComboBoxFocusTest.java failure
...
Backport-of: 358ac07255
2024-04-19 15:30:55 +07:00
Goetz Lindenmaier
452b95fa0b
8274634: Use String.equals instead of String.compareTo in java.desktop
...
Reviewed-by: aturbanov
Backport-of: 6726c592ed
2024-04-19 15:30:55 +07:00
Aleksey Shipilev
c21ae354e8
8295124: Atomic::add to pointer type may return wrong value
...
Backport-of: 1164258ec7
2024-04-19 15:30:55 +07:00
Aleksey Shipilev
858d66728f
8271616: oddPart in MutableBigInteger::mutableModInverse contains info on final result
...
Backport-of: a8408708b0
2024-04-19 15:30:55 +07:00
Aleksey Shipilev
e5aa2f5049
8316415: Parallelize sun/security/rsa/SignedObjectChain.java subtests
...
Backport-of: 59847926b6
2024-04-19 15:30:55 +07:00
Liam Miller-Cushon
f91cf7623e
8225377: type annotations are not visible to javac plugins across compilation boundaries
...
Reviewed-by: vromero
Backport-of: de6667cf11
2024-04-19 15:30:54 +07:00
Aleksey Shipilev
c7cec41780
8271118: C2: StressGCM should have higher priority than frequency-based policy
...
Backport-of: ed1cb24027
2024-04-19 15:30:54 +07:00
Aleksey Shipilev
06054e5e55
8316929: Shenandoah: Shenandoah degenerated GC and full GC need to cleanup old OopMapCache entries
...
Backport-of: e25121d1d9
2024-04-19 15:30:54 +07:00
Aleksey Shipilev
05aea604d0
8292458: Atomic operations on scoped enums don't build with clang
...
Backport-of: f85411f24a
2024-04-19 15:30:54 +07:00
Goetz Lindenmaier
305a933c22
8310838: Correct range notations in MethodTypeDesc specification
...
Backport-of: a197ee797b
2024-04-19 15:30:53 +07:00
Sergey Bylokhov
3f3e2b08a9
8301310: The SendRawSysexMessage test may cause a JVM crash
...
Backport-of: d725b73df0
2024-04-19 15:30:53 +07:00
Sonia Zaldana Calles
e1e8e67dc5
8283994: Make Xerces DatatypeException stackless
...
Reviewed-by: phh
Backport-of: 85f8d14edf
2024-04-19 15:30:53 +07:00
Goetz Lindenmaier
e5c2b3582a
8299494: Test vmTestbase/nsk/stress/except/except011.java failed: ExceptionInInitializerError: target class not found
...
Backport-of: bbde2158d1
2024-04-19 15:30:53 +07:00
Goetz Lindenmaier
8f2f7c0574
8300269: The selected item in an editable JComboBox with titled border is not visible in Aqua LAF
...
Backport-of: ef6200c727
2024-04-19 15:30:52 +07:00
Goetz Lindenmaier
05d8f3e06d
8286846: test/jdk/javax/swing/plaf/aqua/CustomComboBoxFocusTest.java fails on mac aarch64
...
Backport-of: d7341ae42e
2024-04-19 15:30:52 +07:00
Paul Hohensee
3e7ac69eda
8313081: MonitoringSupport_lock should be unconditionally initialized after 8304074
...
Reviewed-by: simonis
Backport-of: a9d21c61fb
2024-04-19 15:30:52 +07:00
Paul Hohensee
1fce476a4b
8304074: [JMX] Add an approximation of total bytes allocated on the Java heap by the JVM
...
Reviewed-by: simonis
Backport-of: 3eced01f9e
2024-04-19 15:30:52 +07:00
Volker Simonis
b11716cf2e
8311645: Memory leak in jspawnhelper spawnChild after JDK-8307990
...
Backport-of: 401c3dea5d
2024-04-19 15:30:51 +07:00
Goetz Lindenmaier
8c8719cb4e
8310106: sun.security.ssl.SSLHandshake.getHandshakeProducer() incorrectly checks handshakeConsumers
...
Backport-of: db133dbc02
2024-04-19 15:30:51 +07:00
Goetz Lindenmaier
a2b3536096
7148092: [macosx] When Alt+down arrow key is pressed, the combobox popup does not appear.
...
Backport-of: c42ef70a45
2024-04-19 15:30:51 +07:00
Goetz Lindenmaier
5ae6639d62
8054572: [macosx] JComboBox paints the border incorrectly
...
Backport-of: 8082c24a0d
2024-04-19 15:30:50 +07:00
Goetz Lindenmaier
992e2271ac
8290399: [macos] Aqua LAF does not fire an action event if combo box menu is displayed
...
Backport-of: 93f96d8c9e
2024-04-19 15:30:50 +07:00
Goetz Lindenmaier
3ab0353b32
7132796: [macosx] closed/javax/swing/JComboBox/4517214/bug4517214.java fails on MacOS
...
Backport-of: 81d7475d20
2024-04-19 15:30:50 +07:00
Volker Simonis
c8b660af40
8307990: jspawnhelper must close its writing side of a pipe before reading from it
...
Reviewed-by: shade
Backport-of: 39f6d807db
2024-04-19 15:30:49 +07:00
Goetz Lindenmaier
9e0d9fa5a8
8313643: Update HarfBuzz to 8.2.2
...
Reviewed-by: lucy
Backport-of: 2182c93689
2024-04-19 15:30:49 +07:00
Roman Marchenko
5b0e780514
8319961: JvmtiEnvBase doesn't zero _ext_event_callbacks
...
Backport-of: 97ea5bf0ff
2024-04-19 15:30:48 +07:00
Goetz Lindenmaier
4bd88e1fb3
8312434: SPECjvm2008/xml.transform with CDS fails with "can't seal package nu.xom"
...
Reviewed-by: phh
Backport-of: 9f4a9fe488
2024-04-19 15:30:48 +07:00
Goetz Lindenmaier
9678c91448
8301306: java/net/httpclient/* fail with -Xcomp
...
8301787: java/net/httpclient/SpecialHeadersTest failing after JDK-8301306
Reviewed-by: lucy
Backport-of: 6f9106e0d0
2024-04-19 15:30:48 +07:00
Goetz Lindenmaier
19afbe1144
8269258: java/net/httpclient/ManyRequestsLegacy.java failed with connection timeout
...
Backport-of: 37921e3080
2024-04-19 15:30:48 +07:00
Goetz Lindenmaier
c333989e98
8301846: Invalid TargetDataLine after screen lock when using JFileChooser or COM library
...
Backport-of: 613a3cc689
2024-04-19 15:30:48 +07:00
Goetz Lindenmaier
18f836bb07
8318951: Additional negative value check in JPEG decoding
...
Backport-of: 75ce02fe74
2024-04-19 15:30:47 +07:00
Goetz Lindenmaier
7322c05f41
8316030: Update Libpng to 1.6.40
...
Backport-of: 158293d251
2024-04-19 15:30:47 +07:00
Goetz Lindenmaier
2f71a983c9
8316418: containers/docker/TestMemoryWithCgroupV1.java get OOM killed with Parallel GC
...
Backport-of: 7352bb9105
2024-04-19 15:30:47 +07:00
Goetz Lindenmaier
0c7ac79ceb
8308043: Deadlock in TestCSLocker.java due to blocking GC while allocating
...
Backport-of: 285c833ffa
2024-04-19 15:30:47 +07:00
Goetz Lindenmaier
65c241c864
8298087: XML Schema Validation reports an required attribute twice via ErrorHandler
...
Backport-of: 2179a8f2d6
2024-04-19 15:30:46 +07:00
Goetz Lindenmaier
9016a011ec
8302149: Speed up compiler/jsr292/methodHandleExceptions/TestAMEnotNPE.java
...
Backport-of: 2613b94f28
2024-04-19 15:30:46 +07:00
Goetz Lindenmaier
36132cecf6
8292946: GC lock/jni/jnilock001 test failed "assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed()) failed: Twice in a row"
...
Backport-of: 9833c025fd
2024-04-19 15:30:46 +07:00
Goetz Lindenmaier
a7b90e6d9b
8289764: gc/lock tests failed with "OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects"
...
Backport-of: 7b81a9c75d
2024-04-19 15:30:46 +07:00
Dmitry Chuyko
43207fa878
8287832: jdk/jfr/event/runtime/TestActiveSettingEvent.java failed with "Expected two batches of Active Setting events"
...
Reviewed-by: phh
Backport-of: 4df4a1f8e2
2024-04-19 15:30:45 +07:00
Matthias Baesken
755d80e0f2
8317603: Improve exception messages thrown by sun.nio.ch.Net native methods (win)
...
Backport-of: a9b41da9df
2024-04-19 15:30:45 +07:00
Johannes Bechberger
d45e3470ad
8318736: com/sun/jdi/JdwpOnThrowTest.java failed with "transport error 202: bind failed: Address already in use"
...
Reviewed-by: mbaesken
Backport-of: 1a21c1a783
2024-04-19 15:30:45 +07:00
David Alvarez
86ad8b3ad4
8317960: [17u] Excessive CPU usage on AbstractQueuedSynchronized.isEnqueued
...
Reviewed-by: phh
2024-04-19 15:30:45 +07:00
Dmitry Chuyko
fda4c75f4f
8295274: HelidonAppTest.java fails "assert(event->should_commit()) failed: invariant" from compiled frame"
...
Backport-of: 21e4f06ada
2024-04-19 15:30:45 +07:00
Dmitry Chuyko
2752a875e5
8288663: JFR: Disabling the JfrThreadSampler commits only a partially disabled state
...
Reviewed-by: phh
Backport-of: a7df5a4063
2024-04-19 15:30:44 +07:00
Martin Doerr
4598134dc2
8320363: ppc64 TypeEntries::type_unknown logic looks wrong, missed optimization opportunity
...
Backport-of: 6aa197667a
2024-04-19 15:30:44 +07:00
Goetz Lindenmaier
49982bd9de
8320885: Bump update version for OpenJDK: jdk-17.0.11
...
Reviewed-by: shade
2024-04-19 15:30:44 +07:00
Sergei Tachenov
07710816d1
JBR-6984 Fix BoxLayout/NPECheckRequests test
...
It was initially written and tested on Linux, but it turns out that
on other systems validate() can be called in between init() and start()
calls, which would break the test even though BoxLayout isn't broken.
2024-04-17 12:24:06 +04:00
Maxim Kartashev
c35e66d2eb
JBR-3645 Tool to support keeping JBR in sync with OpenJDK
2024-04-17 09:52:54 +07:00
Vitaly Provodin
a6c085bbce
update exclude list on results of 17.0.10_b1278.1 test runs
2024-04-16 07:43:43 +07:00
Vitaly Provodin
0331beca29
introduce jbMuslProblemList.txt exclude list
2024-04-13 07:44:29 +07:00
Dmitrii Morskii
7803214b5c
JBR-6372: implement detecting of OS theme on linux
2024-04-12 18:17:01 +02:00
Dmitrii Morskii
f9c2f1efb7
JBR-6171 removing deadlock related to calling getCurrentServerTime
2024-04-12 18:15:10 +02:00
Sergei Tachenov
8fd1b68ba2
JBR-6771 BoxLayout throws mysterious NPEs due to previous exceptions
...
The checkRequests method only does layout initialization
if it isn't initialized already. However, when an exception
is thrown during the initialization, the layout may end up
in a half-initialized state.
Fix this by using the field that is initialized the last to check
if the layout is initialized. If that field is null, it may mean
that the layout isn't initialized or that the last attempt
failed midway. Then we try again. This attempt can,
of course, break for the same reason as the previous one,
but in that case we'll at least get a stack trace pointing
to a real cause of the error and not some mysterious NPE
that seems to be impossible from the logic.
The bug is that if we add a component that throws an exception
in one of its methods called by BoxLayout, then the layout may
end up in a half-initialized state that would mistakenly be considered
fully initialized. Then it would try to access some fields
and throw NPE with a stack trace that tells exactly nothing
about what went wrong and where.
This test checks for the presence of this bug by adding a broken
component to a BoxLayout and then un-breaking this component
and checking that an exception is thrown even though the component
is no longer broken.
2024-04-10 18:06:32 +04:00
Maxim Kartashev
cc61ce7786
JBR-6769 Make it possible to get info whether IDE is running in a virtual env
...
Added system property intellij.os.virtualization with possible values
"none", "Xen", "KVM", "VMWare", "HyperV"
2024-04-10 14:32:57 +04:00
Nikita Gubarkov
29c4a5114a
JBR-6927 Safe asynchronous destruction of Metal graphics config.
2024-04-09 14:39:42 +02:00
Vitaly Provodin
cf9c2d037a
update exclude list on results of 17.0.10_b1273.2 test runs
2024-04-09 07:17:46 +07:00
Alexey Ushakov
fea8d6e0eb
JBR-6911 IDE crashes (EXC_BAD_ACCESS) after disconnecting the secondary display if a markdown file is opened (macOS Sonoma 14.4.1)
...
Corrected invalid usage of dealloc method, fixed memory leaks.
2024-04-05 09:39:32 +02:00
Vitaly Provodin
dad48f28b4
JBR-6915 add the option -w into mkimages scripts
2024-04-04 10:05:27 +07:00
Vitaly Provodin
858f5d2af7
update exclude list on results of 17.0.10_b1266.1 test runs
2024-04-04 05:50:42 +07:00
bourgesl
808ec8d565
Merge remote-tracking branch 'origin/jbr17' into jbr17
2024-03-28 18:29:00 +01:00
Laurent Bourgès
e30894160c
8323695: RenderPerf (2D) enhancements (23.12)
...
Reviewed-by: avu, prr
(cherry picked from commit 8b30503387 )
2024-03-28 18:24:35 +01:00
Maxim Kartashev
f2fb83b9a8
JBR-6847 Improve locking performance on Windows
...
Use -XX:+UnlockExperimentalVMOptions -XX:-UseCriticalSection
to revert to the old behavior
2024-03-28 21:18:06 +04:00
Vitaly Provodin
4e192c9f27
update exclude list on results of 17.0.10_b1264.2 test runs
2024-03-27 05:19:12 +07:00
Volker Simonis
b378aeae13
8324241: Always record evol_method deps to avoid excessive method flushing
...
JBR-6826 Include JDK-8324241 in the JBR17/21 builds
Reviewed-by: eastigeevich, phh, coleenp, dlong, shade
2024-03-22 12:44:39 +04:00
Dmitrii Morskii
3decb31d9a
JBR-6541 Added ability to get supported features and stylistic sets for font
2024-03-21 19:38:18 +01:00
Nikita Gubarkov
772c328093
JBR-6723 Deal with integer overflow in DrawGlyphList with enabled subpixelResolution
2024-03-21 16:56:10 +01:00
Nikita Provotorov
156e5d9b65
JBR-3112 Linux: Last character issue with Korean.
...
Only for the new mode introduced in JBR-2460 (-Djb.awt.newXimClient.preferBelowTheSpot=true): cancel text composing on each mouse press, so that preedit text stops following the caret if it's moving in response to mouse clicks.
(cherry picked from commit 6130273864 )
2024-03-20 20:32:49 +01:00
Vitaly Provodin
9dbbb5841e
update exclude list on results of 17.0.10_b1249.1 test runs
2024-03-19 07:37:22 +07:00
Nikita Provotorov
43a9a3a17a
JBR-3112 Linux: Last character issue with Korean.
...
Ignores the IM text returned from XmbLookupString/XwcLookupString if the KeyPress event which XmbResetIC was called with was synthetic and the first after a call of XmbResetIC/XwcResetIC.
(cherry picked from commit 086e590c7f )
(cherry picked from commit 6005f69e5c )
2024-03-18 19:08:15 +01:00
Vitaly Provodin
9a9f6c3e57
update exclude list on results of 17.0.10_b1207.12 test runs
2024-03-18 09:39:02 +07:00
Vitaly Provodin
e4e4cdea2a
update exclude list on results of 17.0.10_b1242.1 test runs
2024-03-14 15:40:27 +07:00
Nikita Gubarkov
99f479c037
JBR-6723 Block on Metal config destroy
2024-03-13 15:26:08 +01:00
Fredrik Bredberg
0f37369f00
8320317: ObjectMonitor NotRunnable is not really an optimization
...
Reviewed-by: eosterlund, dholmes, shade, dcubed
JBR-6819 Backport 8320317
2024-03-13 12:11:58 +04:00
Nikita Gubarkov
4f5094f985
JBR-6723 flush vertex cache and command buffer before freeing glyph cache. ( #334 )
2024-03-11 14:55:28 +01:00
Dmitry Drobotov
d7d8d9b8e4
JBR-6593 Set unique name for the AccessibleAnnouncer thread
2024-03-07 14:17:08 +01:00
Vitaly Provodin
252ec1f0be
update exclude list on results of 17.0.10_b1230.2 test runs
2024-03-04 16:53:15 +04:00
Maxim Kartashev
3248ccb203
JBR-6742 Record resident set size in JVM fatal error log
2024-03-01 09:52:51 +04:00
Artem Bochkarev
6c6b11d8d5
JBR-4430 Fixed execution permissions on Linux
2024-02-29 21:25:18 +04:00
Alexey Ushakov
aac4fbae3c
JBR-6522 macOS: SIGSEGV at [libawt_lwawt.dylib+0x8eaa8] MTLGC_DestroyMTLGraphicsConfig
...
Fix of MT access to shared data in MTLGraphicsConfigInfo
2024-02-29 17:36:09 +01:00
Vladimir Dvorak
aaaad6b152
JBR-6647 Disable check for final field access from method $$ha$clinit
2024-02-28 09:06:12 +01:00
Dmitry Drobotov
b80b620642
JBR-6593 Fix UI freezes with JAWS announcements
...
* Execute AccessibleAnnouncer.nativeAnnounce on a background thread on Windows to fix UI freezes. IntelliJ calls this method from EDT, but it doesn't need to run on EDT because on Windows it simply calls screen readers API without interacting with UI components. Additionally, when using a background thread, the JAWS SayString method, which previously could have been running for multiple seconds, is now executed immediately as expected, but the root cause of previous delays is unclear.
* In JawsAnnouncer, initialize COM library with the multithreaded model to allow executing it from different threads. Now COM is initialized and uninitialized on every call of the method as required by the [documentation](https://learn.microsoft.com/en-us/windows/win32/learnwin32/initializing-the-com-library ): "Each thread that uses a COM interface must make a separate call to this function. For every successful call to CoInitializeEx, you must call CoUninitialize before the thread exits". IJawsApi COM object is still static and reused by different threads, which is allowed with a multithreaded concurrency model. It shouldn't cause issues because it has no state and only forwards calls to JAWS.
(cherry picked from commit 8cc4cd5cfd )
2024-02-27 17:35:23 +01:00
Vitaly Provodin
a86fb87ec1
update exclude list on results of 17.0.10_b1211.9 test runs
2024-02-27 15:48:28 +07:00
Maxim Kartashev
5a462bc4ba
JBR-6737 Cannot switch projects from Window menu after minimizing them on Linux
2024-02-27 09:12:16 +04:00
Vladimir Dvorak
470857e6ea
JBR-6746 Fix linux build failing on: "error: 'this' pointer is null"
2024-02-26 20:47:39 +01:00
Dmitry Drobotov
75b06421ff
JBR-6325 Implement keyboard focus tracking for macOS Accessibility Zoom
...
* Call UAZoomChangeFocus function when the keyboard focus is changed or when an accessible selection event is fired. Zoom viewport fill follow the accessible frame of the newly focused component, and if it has a selected child, its frame will be passed as part that needs to be highlighted.
* Fix an exception in ComboBoxAccessibility.accessibilitySelectedChildren when its selection is nil. This happens when a combo box doesn't have a selected item, and it this case Zoom wouldn't be able to follow the combo box location.
* Move the native handler of CAccessibility.focusChanged method from the legacy JavaComponentAccessibility to the new CommonComponentAccessibility class. It calls a class method (like a static method in Java), so there is no difference in which specific class it's located, but it allows to write the new code in the appropriate class.
2024-02-26 20:10:36 +01:00
Dmitrii Morskii
54a944b2af
JBR-5500 Handled situation of processing WM_ENDSESSION in process of closing application
2024-02-26 11:17:36 +00:00
Vitaly Provodin
0c4fe90ff4
fixup! JBR-6246 add default CDS archives into jbrsdk distributions
2024-02-23 04:02:01 +07:00
Vitaly Provodin
ec2fac0b5a
update exclude list on results of 17.0.10_b1207.2 test runs
2024-02-21 04:45:21 +07:00
Nikita Provotorov
e9aab98a6c
JBR-6711: java/awt/LightweightDispatcher/LWDispatcherMemoryLeakTest.java: JButton JPanel not collected.
...
Fixes the patch of JBR-3697 so that sun.awt.X11InputMethodBase#removeNotify unsets its references to tracked components thus not preventing GC from collecting them.
(cherry picked from commit a40a99e6c0 )
2024-02-19 16:40:18 +01:00
Maxim Kartashev
78c5a56adb
JBR-6246 Create CDS archives with -Xshare:dump
2024-02-19 13:23:33 +03:00
Vladimir Dvorak
9bea6a0004
JBR-6648 - Fix ObjectCollectedException in enhanced redefineClasses due to stale jvmtiTagMap entries
2024-02-19 10:47:44 +01:00
Dmitry Drobotov
93937603b3
JBR-6472 Add default value in CAccessibility.isComboBoxEditable to avoid NPE
2024-02-17 19:59:35 +01:00
Egor Ushakov
2f54c24249
JBR-1354 com/sun/tools/attach/PermissionTest.java: access denied ("java.util.PropertyPermission" "sun.tools.attach.tmp.only" "read")
...
(cherry picked from commit 3a09f6c1db )
2024-02-17 04:33:53 +07:00
Egor Ushakov
2fa63cd0bc
JBR-1061 .attach_pid files in the working dir - flag to put .attach file in tmp dir only
...
(cherry picked from commit 4bd3f7835e )
2024-02-17 04:33:43 +07:00
Nikita Provotorov
2933ea89f0
JBR-3697: Letter-based command mode actions are not triggered when using Chinese input method.
...
Fixes different platform-specific issues with disabling/enabling input methods support via java.awt.Component#enableInputMethods(boolean):
* Windows: disabling used to require to deactivate and then activate back the app window to be performed completely ;
* macOS: disabling used to leave the input method window visible (however, it wasn't affecting the input) ;
* Linux: with fcitx5 IMF (may not be reproduced with iBus) disabling and then enabling back the input method support used to reset the used input source (keyboard layout) to a default one. It's done via disabling the current XIM when the input method support is disabled instead of disposing it .
(cherry picked from commit f473fa15a1 )
(cherry picked from commit 38b521feac )
(cherry picked from commit b508993b60 )
(cherry picked from commit 8e2db04c49 )
2024-02-16 08:14:24 +01:00
Nikita Tsarev
3c2cbecc64
JBR-6297: Don't check for NSInputManager wantsToHandleMouseEvents in mouseDown by default
2024-02-15 20:42:49 +01:00
Vitaly Provodin
0c3c809646
JBR-6649 add synchronization for creating UI
2024-02-15 12:06:08 +07:00
Nikita Provotorov
853f700b76
JBR-6707 Compilation errors in main branch.
...
Replace assert-s introduced in JBR-2460 with the project-special DASSERT-s.
The patch has been backported from the main branch for better code consistency between the branches.
2024-02-15 01:07:28 +01:00
Dmitrii Morskii
cd1d10b4bd
JBR-6671 added option 'freetype.font.rendering'
2024-02-14 18:03:28 +01:00
Alexey Ushakov
b9e7fffc5c
JBR-6522 macOS: SIGSEGV at [libawt_lwawt.dylib+0x8eaa8] MTLGC_DestroyMTLGraphicsConfig
...
Performing flush of pending rendering operation before destroying MTLGraphicsConfig
2024-02-14 15:05:10 +01:00
Nikita Tsarev
6c6c95f7f0
JBR-6704: Fix extra IME events when a ctrl shortcut causes window focus switch [macOS]
2024-02-14 13:35:21 +01:00
Nikita Gubarkov
7756d7a9d2
JBR-4618 Force window size update after display reconfiguration
...
- Re-create all GraphicsDevices on displayChanged()
2024-02-13 16:08:44 +01:00
Vitaly Provodin
83dfcc6e8b
update exclude list on results of 17.0.10_b1186.1 test runs
2024-02-13 07:39:01 +07:00
Vladimir Dvorak
7be14a878a
JBR-6643 - additional fix for GitHub actions ZERO build
2024-02-07 22:39:51 +01:00
Vitaly Provodin
adbb5cc60a
JBR-6404 synchronize drawing and the test checking
2024-02-07 06:55:04 +07:00
Nikita Gubarkov
841963a9be
JBR-6651 Exclude keycap emoji from EmojiVariation test.
2024-02-05 15:26:10 +01:00
Vladimir Dvorak
d33e29fc2b
JBR-6643 - fix GitHub actions builds
2024-02-05 12:18:11 +01:00
Vladimir Dvorak
14b8ec25fa
JBR-6419 - fix macos-aarch64 build problem
2024-02-05 12:13:36 +01:00
Vladimir Dvorak
ef5b549b5a
JBR-6419 - support for enhanced redefinition of java.lang.Object
2024-02-05 12:13:36 +01:00
Vitaly Provodin
d31a706e91
update exclude list on results of 17.0.10_b1171.14 test runs
2024-02-05 10:23:16 +07:00
Atrem Bochkarev
57f9dbecdb
fixup! JBR-5405: make compilable in linux
2024-02-03 18:27:11 +03:00
Artem Bochkarev
fee7ff0c6c
fixup! JBR-5405: make compilable in linux
2024-02-01 07:54:41 +04:00
Dmitrii Morskii
e120030e90
JBR-6604 supported case when fonts directory is missing
2024-01-31 18:45:40 +01:00
Dmitry Batrak
20468cf28b
JBR-6449 Introduce FontMetricsAccessor into JBR API
...
mute calculation of metrics via full text layout if overrider is installed
2024-01-31 18:45:47 +02:00
Artem Bochkarev
c771ad6ad3
fixup! JBR-5405: reset gl context before processing and restore after
2024-01-31 14:43:29 +04:00
Vitaly Provodin
9403395d26
update exclude list on results of 17.0.10_b1169.7 test runs
2024-01-24 15:31:40 +07:00
Vitaly Provodin
0eaafd1262
update exclude list on results of 17.0.9_b1087.17 commit test runs
2024-01-24 07:29:02 +07:00
Dmitry Batrak
0460118960
JBR-6579 jb/java/api/frontend/FontMetricsAccessorTest.java: Unexpected advance returned
2024-01-22 13:53:44 +02:00
Dmitry Batrak
ea2c4bfc83
JBR-6579 jb/java/api/frontend/FontMetricsAccessorTest.java: Unexpected advance returned
2024-01-22 11:41:53 +02:00
Dmitry Batrak
7af653070f
JBR-6569 macOS: SIGILL at [libsystem_kernel] __kill in This decoder will only decode classes that adopt NSSecureCoding. Class 'AWTView' does not adopt it.
2024-01-22 10:22:22 +02:00
Dmitry Batrak
5befaea6af
JBR-6449 Introduce FontMetricsAccessor into JBR API
...
fix test
2024-01-19 11:06:51 +02:00
Ajit Ghaisas
b150e0e6ef
update exclude list on results of 17.0.10_b1168 test runs
2024-01-19 06:10:35 +07:00
Alexey Bakhtin
4ec4e665e6
8320597: RSA signature verification fails on signed data that does not encode params correctly
...
Reviewed-by: mbalao
Backport-of: 11e4a925be
2024-01-18 04:18:50 +07:00
Alexey Bakhtin
91573abaab
8317547: Enhance TLS connection support
2024-01-18 04:18:50 +07:00
Weijun Wang
e9b0b6c854
8316976: Improve signature handling
...
Reviewed-by:
2024-01-18 04:18:49 +07:00
Yuri Nesterenko
2b3ac6256c
8314468: Improve Compiler loops
...
Backport-of: 2621f68c06
2024-01-18 04:18:49 +07:00
Roland Westrelin
80c0dca4e8
8314307: Improve loop handling
...
Reviewed-by: mbalao, fferrari
2024-01-18 04:18:49 +07:00
Coleen Phillimore
42425fcd47
8314295: Enhance verification of verifier
...
Reviewed-by: dholmes, poonam, dlong
2024-01-18 04:18:48 +07:00
Alexey Bakhtin
78c7a4d461
8308204: Enhanced certificate processing
...
Backport-of: ef0ea85bf1398b73bd308ba2b395c917b449aa3b
2024-01-18 04:18:48 +07:00
Saint Wesonga
97a161e87c
8302017: Allocate BadPaddingException only if it will be thrown
...
Reviewed-by: bstafford, mbalao
Backport-of: 334b977259
2024-01-18 04:18:48 +07:00
Lance Andersen
ce2f836140
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-18 04:18:48 +07:00
Christoph Langer
d3ed7b8612
8320601: ProblemList java/lang/invoke/lambda/LambdaFileEncodingSerialization.java on linux-all
...
Backport-of: ab7380e2d9
2024-01-18 04:18:47 +07:00
Martin Balao
5cab854d9a
8271566: DSA signature length value is not accurate in P11Signature
...
Reviewed-by: adinn
Backport-of: ea8d3c92c6
2024-01-18 04:18:47 +07:00
Andrew Lu
bd48eb839f
8319187: Add three eMudhra emSign roots
...
Reviewed-by: mbaesken
Backport-of: 0bda467f6e
2024-01-18 04:18:47 +07:00
Soumadipta Roy
dcf3eec4db
8315692: Parallelize gc/stress/TestStressRSetCoarsening.java test
...
Backport-of: a564d436c7
2024-01-18 04:18:47 +07:00
Francisco Ferrari Bihurriet
e6054b007c
8277307: Pre shared key sent under both session_ticket and pre_shared_key extensions
...
Backport-of: 4662e06bff
2024-01-18 04:18:46 +07:00
Sandhya Viswanathan
cda2954a13
8320209: VectorMaskGen clobbers rflags on x86_64
...
Backport-of: b05e69f789
2024-01-18 04:18:46 +07:00
Goetz Lindenmaier
91573407f6
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-18 04:18:46 +07:00
Christoph Langer
e941459a96
8313781: Add regression tests for large page logging and user-facing error messages
...
Backport-of: 99d260c0cc
2024-01-18 04:18:46 +07:00
Christoph Langer
c27e9b5b9f
8313782: Add user-facing warning if THPs are enabled but cannot be used
...
Backport-of: 44b5b81f76
2024-01-18 04:18:45 +07:00
Martin Doerr
570a533af2
8316746: Top of lock-stack does not match the unlocked object
...
Reviewed-by: rrich
Backport-of: 7d8adfa855
2024-01-18 04:18:45 +07:00
Ludovic Henry
e9d3b2791d
8310656: RISC-V: __builtin___clear_cache can fail silently.
...
Reviewed-by: vkempik, rehn
Backport-of: 5f1d762750
2024-01-18 04:18:45 +07:00
Roman Kennke
6652da60ad
8279856: Parallel: Use PreservedMarks to record promotion-failed objects
...
Backport-of: 16ec47d5e5
2024-01-18 04:18:45 +07:00
Goetz Lindenmaier
f1267ca967
8262186: Call X509KeyManager.chooseClientAlias once for all key types
...
Reviewed-by: phh
Backport-of: 3d657eb0a6
2024-01-18 04:18:44 +07:00
Goetz Lindenmaier
064aaad37b
8302109: Trivial fixes to btree tests
...
Backport-of: 97d0c8720d
2024-01-18 04:18:44 +07:00
Goetz Lindenmaier
2980220059
8292067: Convert test/sun/management/jmxremote/bootstrap shell tests to java version
...
Backport-of: 3993a1f9ea
2024-01-18 04:18:44 +07:00
Aleksey Shipilev
c0d7fd0938
8320053: GHA: Cross-compile gtest code
...
Backport-of: 77a6966114
2024-01-18 04:18:44 +07:00
Aleksey Shipilev
c858b523b6
8317834: java/lang/Thread/IsAlive.java timed out
...
Backport-of: 5522656af7
2024-01-18 04:18:43 +07:00
Gui Cao
4757d06627
8316645: RISC-V: Remove dependency on libatomic by adding cmpxchg 1b
...
Reviewed-by: luhenry, fyang
Backport-of: fb055e7e53
2024-01-18 04:18:43 +07:00
Stewart X Addison
e64ada25e5
8319958: test/jdk/java/io/File/libGetXSpace.c does not compile on Windows 32-bit
...
Backport-of: 6a75c2406b
2024-01-18 04:18:43 +07:00
Goetz Lindenmaier
c13e01a527
8318759: Add four DigiCert root certificates
...
Reviewed-by: mbaesken
Backport-of: 0ea58048f9
2024-01-18 04:18:42 +07:00
Goetz Lindenmaier
dbb2b0da0d
8307311: Timeouts on one macOS 12.6.1 host of two Swing JTableHeader tests
...
Backport-of: b3cb82b859
2024-01-18 04:18:42 +07:00
Goetz Lindenmaier
96b1742580
8294402: Add diagnostic logging to VMProps.checkDockerSupport
...
Backport-of: 03d613bbab
2024-01-18 04:18:42 +07:00
Robbin Ehn
4f16da1d86
8315195: RISC-V: Update hwprobe query for new extensions
...
Backport-of: 0d4cadb824
2024-01-18 04:18:42 +07:00
Gui Cao
d6baec1061
8319184: RISC-V: improve MD5 intrinsic
...
Backport-of: fa331d7128
2024-01-18 04:18:41 +07:00
Goetz Lindenmaier
1b9b0decc6
8285785: CheckCleanerBound test fails with PasswordCallback object is not released
...
Reviewed-by: mbaesken
Backport-of: b9d1e85151
2024-01-18 04:18:41 +07:00
Goetz Lindenmaier
04e3162f10
8268433: serviceability/dcmd/framework/VMVersionTest.java fails with Unable to send object throw not established PipeIO Listener Thread connection
...
Backport-of: 280f2d57d1
2024-01-18 04:18:41 +07:00
Andrew John Hughes
40c37b8123
8312126: NullPointerException in CertStore.getCRLs after 8297955
...
Backport-of: 3c743cfea0
2024-01-18 04:18:41 +07:00
Robbin Ehn
9a5e7e82c0
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-18 04:18:40 +07:00
Feilong Jiang
69b831f479
8319525: RISC-V: Rename *_riscv64.ad files to *_riscv.ad under riscv/gc
...
Reviewed-by: fyang
Backport-of: b2504a0f9c
2024-01-18 04:18:40 +07:00
Goetz Lindenmaier
7fbe8c6d02
8317374: Add Let's Encrypt ISRG Root X2
...
Reviewed-by: mdoerr
Backport-of: e6f46a4326
2024-01-18 04:18:40 +07:00
Goetz Lindenmaier
4f8105269e
8316461: Fix: make test outputs TEST SUCCESS after unsuccessful exit
...
Backport-of: e30e356442
2024-01-18 04:18:40 +07:00
Sergey Bylokhov
ffb3e9e316
8276819: javax/print/PrintServiceLookup/FlushCustomClassLoader.java fails to free
...
Backport-of: 7c2c58587d
2024-01-18 04:18:39 +07:00
Sergey Bylokhov
3f1883be14
8273831: PrintServiceLookup spawns 2 threads in the current classloader, getting orphaned
...
Backport-of: 687567822a
2024-01-18 04:18:39 +07:00
Goetz Lindenmaier
19eb05342f
8315415: OutputAnalyzer.shouldMatchByLine() fails in some cases
...
Backport-of: 7b1e2bfe0f
2024-01-18 04:18:39 +07:00
Goetz Lindenmaier
bcaaf859ed
8161536: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with ProviderException
...
Backport-of: 939d7c5d84
2024-01-18 04:18:39 +07:00
Goetz Lindenmaier
e228e4d82a
8314242: Update applications/scimark/Scimark.java to accept VM flags
...
Backport-of: 6bf4a33593
2024-01-18 04:18:38 +07:00
Goetz Lindenmaier
5e3b62f396
8307123: Fix deprecation warnings in DPrinter
...
Backport-of: b76f320e76
2024-01-18 04:18:38 +07:00
Goetz Lindenmaier
c9ca4fb26e
8299241: jdk/jfr/api/consumer/streaming/TestJVMCrash.java generates unnecessary core file
...
Backport-of: 188911c925
2024-01-18 04:18:38 +07:00
Johannes Bechberger
0b353c661f
8317920: JDWP-agent sends broken exception event with onthrow option
...
Reviewed-by: phh
2024-01-18 04:18:38 +07:00
Aleksey Shipilev
5b4ac0d3d6
8318889: C2: add bailout after assert Bad graph detected in build_loop_late
...
Backport-of: 83eb20651f
2024-01-18 04:18:37 +07:00
Goetz Lindenmaier
ba33e7a004
8317327: Remove JT_JAVA dead code in jib-profiles.js
...
Backport-of: 69489427e9
2024-01-18 04:18:37 +07:00
Goetz Lindenmaier
1df9bd3678
8301457: Code in SendPortZero.java is uncommented even after JDK-8236852 was fixed
...
Backport-of: 298dda4c98
2024-01-18 04:18:37 +07:00
Goetz Lindenmaier
957740ba81
8309778: java/nio/file/Files/CopyAndMove.java fails when using second test directory
...
Backport-of: cfae6ef2f6
2024-01-18 04:18:37 +07:00
Goetz Lindenmaier
230a826eee
8298905: Test "java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java" fails because the frames of instruction does not display
...
Backport-of: d1026720d3
2024-01-18 04:18:37 +07:00
Goetz Lindenmaier
a8e573536e
8269425: 2 jdk/jfr/api/consumer/streaming tests failed to attach
...
Backport-of: fffa73c1ef
2024-01-18 04:18:36 +07:00
Goetz Lindenmaier
254da2b498
8271826: mark hotspot runtime/condy tests which ignore external VM flags
...
Backport-of: d3b40cb683
2024-01-18 04:18:36 +07:00
Ludovic Henry
c9780b85cc
8310265: (process) jspawnhelper should not use argv[0]
...
Reviewed-by: stuefe
Backport-of: 47d00a4cbe
2024-01-18 04:18:36 +07:00
Goetz Lindenmaier
f7f82d66d1
8318855: Extra file added by mistake during the backport of JDK-8283326
...
Reviewed-by: mdoerr
2024-01-18 04:18:36 +07:00
Frederic Thevenet
c42866954a
8318669: Target OS detection in 'test-prebuilt' makefile target is incorrect when running on MSYS2
...
Backport-of: 202c0137b8
2024-01-18 04:18:35 +07:00
Gui Cao
4745843ca3
8318953: RISC-V: Small refactoring for MacroAssembler::test_bit
...
Reviewed-by: fyang
Backport-of: 988e1dfe6e
2024-01-18 04:18:35 +07:00
Matthias Baesken
f1f84a54aa
8312467: relax the builddir check in make/autoconf/basic.m4
...
Backport-of: 6e3cc131da
2024-01-18 04:18:35 +07:00
Matthias Baesken
d9a4791d0d
8312612: handle WideCharToMultiByte return values
...
Backport-of: d9559f9b24
2024-01-18 04:18:35 +07:00
Terry Chow
3048ec453f
8308593: Add KEEPALIVE Extended Socket Options Support for Windows
...
Reviewed-by: djelinski, phh
Backport-of: f3ade388da
2024-01-18 04:18:34 +07:00
Goetz Lindenmaier
c59032824a
8318705: [macos] ProblemList java/rmi/registry/multipleRegistries/MultipleRegistries.java
...
Backport-of: 37c40a11a7
2024-01-18 04:18:34 +07:00
Goetz Lindenmaier
53cda2b439
8314144: gc/g1/ihop/TestIHOPStatic.java fails due to extra concurrent mark with -Xcomp
...
Backport-of: 1925508425
2024-01-18 04:18:34 +07:00
Goetz Lindenmaier
263a999560
6445283: ProgressMonitorInputStream not large file aware (>2GB)
...
Backport-of: a17fce7507
2024-01-18 04:18:34 +07:00
Matthias Baesken
c47fde5b32
8315499: build using devkit on Linux ppc64le RHEL puts path to devkit into libsplashscreen
...
Backport-of: ed2b4673de
2024-01-18 04:18:33 +07:00
Matthias Baesken
1577ec0e3b
8313164: src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp GetRGBPixels adjust releasing of resources
...
Backport-of: b7545a69a2
2024-01-18 04:18:33 +07:00
Matthias Baesken
559da43f48
8314883: Java_java_util_prefs_FileSystemPreferences_lockFile0 write result errno in missing case
...
Backport-of: 97b94cb1cd
2024-01-18 04:18:33 +07:00
Goetz Lindenmaier
91794c7d31
8317373: Add Telia Root CA v2
...
Reviewed-by: phh
Backport-of: d3ebb4a155
2024-01-18 04:18:33 +07:00
Goetz Lindenmaier
3216a30641
8308910: Allow executeAndLog to accept running process
...
Reviewed-by: lucy
Backport-of: 024d9b131d
2024-01-18 04:18:32 +07:00
Goetz Lindenmaier
3d8d43cec4
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-18 04:18:32 +07:00
Goetz Lindenmaier
36908d2e55
8228990: JFR: TestNetworkUtilizationEvent.java expects 2+ Network interfaces on Linux but finding 1
...
Backport-of: e21b527b18
2024-01-18 04:18:32 +07:00
Goetz Lindenmaier
42bd9acadb
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-18 04:18:32 +07:00
Matthias Baesken
514eea56ee
8313252: Java_sun_awt_windows_ThemeReader_paintBackground release resources in early returns
...
Backport-of: 3671d83c87
2024-01-18 04:18:31 +07:00
Matthias Baesken
4b507b21fc
8315644: increase timeout of sun/security/tools/jarsigner/Warning.java
...
Backport-of: 8bbebbba8f
2024-01-18 04:18:31 +07:00
Aleksey Shipilev
e68509206d
8316778: test hprof lib: invalid array element type from JavaValueArray.elementSize
...
Backport-of: f7deaf4bef
2024-01-18 04:18:31 +07:00
Aleksey Shipilev
d67de872b1
8312592: New parentheses warnings after HarfBuzz 7.2.0 update
...
Reviewed-by: phh
Backport-of: ea067fc3d2
2024-01-18 04:18:31 +07:00
Goetz Lindenmaier
20cefd13ed
8299207: [Testbug] Add back test/jdk/java/awt/Graphics2D/DrawPrimitivesTest.java
...
Backport-of: 5e001d6ff3
2024-01-18 04:18:31 +07:00
Goetz Lindenmaier
bf84ffadbd
8202931: [macos] java/awt/Choice/ChoicePopupLocation/ChoicePopupLocation.java fails
...
Backport-of: f80faced6e
2024-01-18 04:18:30 +07:00
Goetz Lindenmaier
35e6506081
8239801: [macos] java/awt/Focus/UnaccessibleChoice/AccessibleChoiceTest.java fails
...
Backport-of: b6dddf4ce6
2024-01-18 04:18:30 +07:00
Goetz Lindenmaier
c37b8443ec
8293563: [macos-aarch64] SA core file tests failing with sun.jvm.hotspot.oops.UnknownOopException
...
Reviewed-by: lucy
Backport-of: 76f1865124
2024-01-18 04:18:30 +07:00
Goetz Lindenmaier
adf6a60dc6
8176567: nsk/jdi/ReferenceType/instances/instances002: TestFailure: Unexpected size of referenceType.instances(nsk.share.jdi.TestInterfaceImplementer1): 11, expected: 10
...
Backport-of: 46fd683820
2024-01-18 04:18:30 +07:00
Goetz Lindenmaier
40b517ce8a
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-18 04:18:29 +07:00
Matthias Baesken
f103f2fc45
8311511: Improve description of NativeLibrary JFR event
...
Backport-of: 848abd2831
2024-01-18 04:18:29 +07:00
Goetz Lindenmaier
543632bb96
8268916: Tests for AffirmTrust roots
...
Backport-of: 8c1bb2b280
2024-01-18 04:18:29 +07:00
Goetz Lindenmaier
52c88af7a3
8317967: Enhance test/jdk/javax/net/ssl/TLSCommon/SSLEngineTestCase.java to handle default cases
...
Backport-of: 9728e21db1
2024-01-18 04:18:29 +07:00
Goetz Lindenmaier
e1e097e048
8291154: Create a non static nested class without enclosing class throws VerifyError
...
Backport-of: f96aee7401
2024-01-18 04:18:28 +07:00
Goetz Lindenmaier
af5f6fdaa8
8275333: Print count in "Too many recored phases?" assert
...
Backport-of: 45ebf85ca9
2024-01-18 04:18:28 +07:00
Matthias Baesken
73f84e1916
8312395: Improve assertions in growableArray
...
Reviewed-by: clanger
Backport-of: b772e67e29
2024-01-18 04:18:28 +07:00
Deepa Kumari
b08c2dfe78
8312078: [PPC] JcmdScale.java Failing on AIX
...
Backport-of: c1a3f143bf
2024-01-18 04:18:28 +07:00
amosshi
8f6994c67f
8297296: java/awt/Mouse/EnterExitEvents/DragWindowTest.java fails with "No MouseReleased event on label!"
...
Reviewed-by: goetz
Backport-of: 0ed6d0b456
2024-01-18 04:18:27 +07:00
Ralf Schmelter
166c6940f9
8297142: jdk/jfr/event/runtime/TestShutdown.java fails on Linux ppc64le and Linux aarch64
...
Backport-of: bde0e35ded
2024-01-18 04:18:27 +07:00
Goetz Lindenmaier
c4860b7c11
8306280: Open source several choice AWT tests
...
Backport-of: d03128d0e5
2024-01-18 04:18:27 +07:00
Goetz Lindenmaier
a34df011cc
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-18 04:18:27 +07:00
Matthias Baesken
4e7373b602
8315214: Do not run sun/tools/jhsdb tests concurrently
...
Reviewed-by: mdoerr
Backport-of: 1e7e2bcf35
2024-01-18 04:18:26 +07:00
Olga Mikhaltsova
51cd0eff51
8310268: RISC-V: misaligned memory access in String.Compare intrinsic
...
Reviewed-by: vkempik
Backport-of: d6245b6832
2024-01-18 04:18:26 +07:00
Aleksey Shipilev
9e516548d8
8315062: [GHA] get-bootjdk action should return the abolute path
...
Reviewed-by: xliu
Backport-of: 99ea8bf2b9
2024-01-18 04:18:26 +07:00
Sonia Zaldana Calles
9e013bb57a
8302525: Write a test to check various components send Events while mouse and key are used simultaneously
...
Backport-of: c7517b3dec
2024-01-18 04:18:26 +07:00
amosshi
c7d8ae1c85
8300259: Add test coverage for processing of pending block files in signed JARs
...
Backport-of: c129ce4660
2024-01-18 04:18:25 +07:00
amosshi
c03add1fd8
8301570: Test runtime/jni/nativeStack/ needs to detach the native thread
...
Backport-of: d269ebbad2
2024-01-18 04:18:25 +07:00
amosshi
7fbb069279
8300272: Improve readability of the test JarWithOneNonDisabledDigestAlg
...
Backport-of: cf46004f27
2024-01-18 04:18:25 +07:00
amosshi
e313dcb5c0
8296275: Write a test to verify setAccelerator method of JMenuItem
...
Backport-of: b005013a00
2024-01-18 04:18:25 +07:00
Matthias Baesken
4ef434f73b
8313691: use close after failing os::fdopen in vmError and ciEnv
...
Backport-of: 96304f37f8
2024-01-18 04:18:24 +07:00
Matthias Baesken
ff97b0a986
8310321: make JDKOPT_CHECK_CODESIGN_PARAMS more verbose
...
Backport-of: 9eed049098
2024-01-18 04:18:24 +07:00
Thomas Stuefe
6faa5aad6f
8317772: NMT: Make peak values available in release builds
...
Backport-of: 32ccf018eb
2024-01-18 04:18:24 +07:00
Goetz Lindenmaier
eb7ce1c0c9
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-18 04:18:24 +07:00
Goetz Lindenmaier
ed98f2ae5b
8297640: Increase buffer size for buf (insert_features_names) in Abstract_VM_Version::insert_features_names
...
Backport-of: 2f83b5c487
2024-01-18 04:18:23 +07:00
Goetz Lindenmaier
10800552ce
8270199: Most SA tests are skipped on macosx-aarch64 because all executables are signed
...
Reviewed-by: lucy
Backport-of: 16e0ad0ad0
2024-01-18 04:18:23 +07:00
Christoph Langer
080a7c7870
8317705: ProblemList sun/tools/jstat/jstatLineCountsX.sh on linux-ppc64le and aix due to JDK-8248691
...
Backport-of: 7d0a937446
2024-01-18 04:18:23 +07:00
Christoph Langer
eb530b199d
8317706: Exclude java/awt/Graphics2D/DrawString/RotTransText.java on linux
...
Backport-of: 064a21d6d7
2024-01-18 04:18:23 +07:00
Ilya Gavrilin
2f61a16abe
8313779: RISC-V: use andn / orn in the MD5 instrinsic
...
Backport-of: 4726960fcd
2024-01-18 04:18:23 +07:00
Goetz Lindenmaier
ba9e613dd5
8316906: Clarify TLABWasteTargetPercent flag
...
Backport-of: 77fac0f4c6
2024-01-18 04:18:22 +07:00
Goetz Lindenmaier
05a8507644
8301247: JPackage app-image exe launches multiple exe's in JDK 17+
...
Reviewed-by: lucy
Backport-of: dcea9bf087
2024-01-18 04:18:22 +07:00
Goetz Lindenmaier
acf0e33685
8309974: some JVMCI tests fail when VM options include -XX:+EnableJVMCI
...
Backport-of: 8b4af46be4
2024-01-18 04:18:22 +07:00
Goetz Lindenmaier
68dc583fa1
8232839: JDI AfterThreadDeathTest.java failed due to "FAILED: Did not get expected IllegalThreadStateException on a StepRequest.enable()"
...
Backport-of: 84184f9473
2024-01-18 04:18:22 +07:00
Goetz Lindenmaier
d7fa10f27e
8308116: jdk.test.lib.compiler.InMemoryJavaCompiler.compile does not close files
...
Reviewed-by: lucy
Backport-of: e9320f31dc
2024-01-18 04:18:21 +07:00
Goetz Lindenmaier
8aea0088d5
8284047: Harmonize/Standardize the SSLSocket/SSLEngine/SSLSocketSSLEngine test templates
...
Reviewed-by: lucy
Backport-of: 824a5e4c60
2024-01-18 04:18:21 +07:00
Goetz Lindenmaier
2907df4b90
8300727: java/awt/List/ListGarbageCollectionTest/AwtListGarbageCollectionTest.java failed with "List wasn't garbage collected"
...
Backport-of: f835aaafc7
2024-01-18 04:18:21 +07:00
Goetz Lindenmaier
9aaad3128f
8294881: test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose003/TestDescription.java fails
...
Backport-of: 216c6f6340
2024-01-18 04:18:20 +07:00
Goetz Lindenmaier
63676fda8a
8287596: Reorg jdk.test.lib.util.ForceGC
...
Reviewed-by: lucy
Backport-of: 82a8bd7e92
2024-01-18 04:18:20 +07:00
Goetz Lindenmaier
cdea6017f0
8273921: Refactor NSK/JDI tests to create thread using factory
...
Backport-of: a72c8aa6ad
2024-01-18 04:18:20 +07:00
Olga Mikhaltsova
e607132564
8309502: RISC-V: String.indexOf intrinsic may produce misaligned memory loads
...
Reviewed-by: vkempik
Backport-of: 6b94289386
2024-01-18 04:18:19 +07:00
Goetz Lindenmaier
b416ccf40f
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-18 04:18:19 +07:00
Goetz Lindenmaier
4302b2bbc0
8266593: vmTestbase/nsk/jvmti/PopFrame/popframe011 fails with "assert(java_thread == _state->get_thread()) failed: Must be"
...
Backport-of: 32839ba012
2024-01-18 04:18:19 +07:00
Jenny Shivayogi
f45661f900
8272998: ImageIO.read() throws incorrect exception type
...
Backport-of: 6ad6b1c454
2024-01-18 04:18:19 +07:00
Mat Carter
0bab361fde
8303607: SunMSCAPI provider leaks memory and keys
...
Backport-of: c51d40cfeb
2024-01-18 04:18:19 +07:00
Soumadipta Roy
6c26b12173
8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java
...
Reviewed-by: phh
Backport-of: 4415261688
2024-01-18 04:18:18 +07:00
Goetz Lindenmaier
675a769054
8311585: Add JRadioButtonMenuItem to bug8031573.java
...
Backport-of: 4f90abaf17
2024-01-18 04:18:18 +07:00
Goetz Lindenmaier
7143f25dd1
8308223: failure handler missed jcmd.vm.info command
...
Backport-of: 563152f32d
2024-01-18 04:18:18 +07:00
Goetz Lindenmaier
5ca933d3ff
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-18 04:18:18 +07:00
Goetz Lindenmaier
9e73976342
8298868: Update EngineCloseOnAlert.java for changes to TLS implementation
...
Backport-of: 7fd440d97c
2024-01-18 04:18:17 +07:00
Olga Mikhaltsova
e3c06858a1
8291550: RISC-V: jdk uses misaligned memory access when AvoidUnalignedAccess enabled
...
Reviewed-by: vkempik
Backport-of: 3709344166
2024-01-18 04:18:17 +07:00
Goetz Lindenmaier
d6a9cd82a9
8308047: java/util/concurrent/ScheduledThreadPoolExecutor/BasicCancelTest.java timed out and also had jcmd pipe errors
...
Backport-of: 8c9d091f19
2024-01-18 04:18:17 +07:00
Goetz Lindenmaier
5ea364c2e9
8315606: Open source few swing text/html tests
...
Backport-of: 4127fbb9ed
2024-01-18 04:18:17 +07:00
Goetz Lindenmaier
5f3eee4fa9
8309104: [JVMCI] compiler/unsafe/UnsafeGetStableArrayElement test asserts wrong values with Graal
...
Backport-of: 11fb5b2209
2024-01-18 04:18:16 +07:00
Goetz Lindenmaier
1011efbd8b
8281149: (fs) java/nio/file/FileStore/Basic.java fails with java.lang.RuntimeException: values differ by more than 1GB
...
Backport-of: a5343fa605
2024-01-18 04:18:16 +07:00
Goetz Lindenmaier
182865de79
8258951: java/net/httpclient/HandshakeFailureTest.java failed with "RuntimeException: Not found expected SSLHandshakeException in java.io.IOException"
...
Backport-of: db9834ff82
2024-01-18 04:18:16 +07:00
Goetz Lindenmaier
a9b31fcd4f
8315377: C2: assert(u->find_out_with(Op_AddP) == nullptr) failed: more than 2 chained AddP nodes?
...
Backport-of: ba1a46392f
2024-01-18 04:18:16 +07:00
Goetz Lindenmaier
cc66eeeb8e
8312440: assert(cast != nullptr) failed: must have added a cast to pin the node
...
Backport-of: 01e135c910
2024-01-18 04:18:15 +07:00
Goetz Lindenmaier
96cda7a0cb
8308103: Massive (up to ~30x) increase in C2 compilation time since JDK 17
...
Backport-of: c6ab9c2905
2024-01-18 04:18:15 +07:00
Goetz Lindenmaier
02f88265fa
8301489: C1: ShortLoopOptimizer might lift instructions before their inputs
...
Backport-of: 73d7aa1d2c
2024-01-18 04:18:15 +07:00
Goetz Lindenmaier
47c42732a7
8299075: TestStringDeduplicationInterned.java fails because extra deduplication
...
Backport-of: 682359cb48
2024-01-18 04:18:15 +07:00
Goetz Lindenmaier
c4c70508f6
8307403: java/util/zip/DeInflate.java timed out
...
Backport-of: d22bcc813e
2024-01-18 04:18:14 +07:00
Goetz Lindenmaier
216e93c9ba
8301455: comments in TestTypeAnnotations still refer to resolved JDK-8068737
...
Backport-of: 35e75c131d
2024-01-18 04:18:14 +07:00
Goetz Lindenmaier
8358eaa1d9
8305505: NPE in javazic compiler
...
Backport-of: 544bd260b6
2024-01-18 04:18:14 +07:00
Goetz Lindenmaier
7d70af072f
8298298: NMT: count deltas are printed with 32-bit signed size
...
Reviewed-by: lucy, stuefe
Backport-of: f729f5b6d0
2024-01-18 04:18:14 +07:00
Goetz Lindenmaier
e644bcb630
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-18 04:18:13 +07:00
Goetz Lindenmaier
cbd98f723c
8298872: Update CheckStatus.java for changes to TLS implementation
...
Backport-of: e7247b10cc
2024-01-18 04:18:13 +07:00
Goetz Lindenmaier
4dfd5dfe1b
8298874: Update TestAllSuites.java for TLS v1.2 and 1.3
...
Backport-of: 3361a26df4
2024-01-18 04:18:13 +07:00
Christoph Langer
9c6b6699cb
8316710: Exclude java/awt/font/Rotate/RotatedTextTest.java
...
Backport-of: f4550497ea
2024-01-18 04:18:13 +07:00
Soumadipta Roy
29043ceaa9
8315937: Enable parallelism in vmTestbase/nsk/stress/numeric tests
...
Backport-of: eb1f67b160
2024-01-18 04:18:12 +07:00
Goetz Lindenmaier
345bc829c0
8297958: NMT: Display peak values
...
Backport-of: 336d230a39
2024-01-18 04:18:12 +07:00
Goetz Lindenmaier
a30ae24192
8292072: NMT: repurpose Tracking overhead counter as global malloc counter
...
Reviewed-by: lucy
Backport-of: 1c1c4410b2
2024-01-18 04:18:12 +07:00
Goetz Lindenmaier
d1da4df30d
8281015: Further simplify NMT backend
...
Reviewed-by: lucy
Backport-of: b96b743727
2024-01-18 04:18:12 +07:00
Soumadipta Roy
9c6a5bed32
8315766: Parallelize gc/stress/TestStressIHOPMultiThread.java test
...
Backport-of: edd454b502
2024-01-18 04:18:11 +07:00
Aleksey Shipilev
be28150eeb
8316514: Better diagnostic header for VtableStub
...
Backport-of: 6c61bc1950
2024-01-18 04:18:11 +07:00
Fei Yang
c16e801fa5
8316743: RISC-V: Change UseVectorizedMismatchIntrinsic option result to warning
...
Backport-of: 750da00129
2024-01-18 04:18:11 +07:00
Goetz Lindenmaier
16d3c78656
8295424: adjust timeout for another JLI GetObjectSizeIntrinsicsTest.java subtest
...
8297367: disable TestRedirectLinks.java in slowdebug mode
Backport-of: 6e5470525d
2024-01-18 04:18:11 +07:00
Goetz Lindenmaier
b4e509ea88
8299748: java/util/zip/Deinflate.java failing on s390x
...
Backport-of: fee02f0668
2024-01-18 04:18:10 +07:00
Goetz Lindenmaier
19304ffa8d
8298869: Update ConnectionTest.java for changes to TLS implementation
...
Backport-of: d6007a356f
2024-01-18 04:18:10 +07:00
Goetz Lindenmaier
ff96793208
8298873: Update IllegalRecordVersion.java for changes to TLS implementation
...
8301189: validate-source fails after JDK-8298873
Backport-of: fc26d3e577
2024-01-18 04:18:10 +07:00
Goetz Lindenmaier
30fbe4a8a3
8198668: MemoryPoolMBean/isUsageThresholdExceeded/isexceeded001/TestDescription.java still failing
...
Backport-of: d1249aa5cb
2024-01-18 04:18:10 +07:00
Goetz Lindenmaier
70a3541280
8271887: mark hotspot runtime/CDSCompressedKPtrs tests which ignore external VM flags
...
Backport-of: a3b0143970
2024-01-18 04:18:09 +07:00
Goetz Lindenmaier
30cd5a43cc
8271828: mark hotspot runtime/classFileParserBug tests which ignore external VM flags
...
Backport-of: e49b7d958c
2024-01-18 04:18:09 +07:00
Goetz Lindenmaier
8dc55a13df
8271829: mark hotspot runtime/Throwable tests which ignore external VM flags
...
Backport-of: 659498a07f
2024-01-18 04:18:09 +07:00
Goetz Lindenmaier
7b3211b6b5
8296437: NMT incurs costs if disabled
...
Backport-of: 9f8b6d2aa6
2024-01-18 04:18:09 +07:00
Andrew John Hughes
69d8c519f2
8308592: Framework for CA interoperability testing
...
Backport-of: da57d2a1eb
2024-01-18 04:18:08 +07:00
Goetz Lindenmaier
77899799a3
8298867: Basics.java fails with SSL handshake exception
...
Backport-of: 06f9374e0c
2024-01-18 04:18:08 +07:00
Goetz Lindenmaier
3a666bf8a1
8293156: Dcmd VM.classloaders fails to print the full hierarchy
...
Backport-of: c6be2cd347
2024-01-18 04:18:08 +07:00
Goetz Lindenmaier
7493a5e0cf
8283670: gtest os.release_multi_mappings_vm is still racy
...
Backport-of: 2e9fd56524
2024-01-18 04:18:08 +07:00
Matthias Baesken
87283d927f
8314121: test tools/jpackage/share/RuntimePackageTest.java#id0 fails on RHEL8
...
Backport-of: 8107eab3c0
2024-01-18 04:18:07 +07:00
Johannes Bechberger
88c74601a5
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-18 04:18:07 +07:00
Ralf Schmelter
e5827b21c3
8289745: JfrStructCopyFailed uses heap words instead of bytes for object sizes
...
Backport-of: 7f0e9bd632
2024-01-18 04:18:07 +07:00
Aleksey Shipilev
e4b17784a1
8276054: JMH benchmarks for Fences
...
Backport-of: 5a768f75c9
2024-01-18 04:18:07 +07:00
Aleksey Shipilev
025b2de8aa
8300997: Add curl support to createJMHBundle.sh
...
Backport-of: 61775c85b0
2024-01-18 04:18:07 +07:00
Ilya Gavrilin
cd666bea6e
8313322: RISC-V: implement MD5 intrinsic
...
Reviewed-by: fyang
Backport-of: b093880acd
2024-01-18 04:18:06 +07:00
Andrew Lu
a899c9aeab
8313792: Verify 4th party information in src/jdk.internal.le/share/legal/jline.md
...
Backport-of: 87a6acbeee
2024-01-18 04:18:06 +07:00
Goetz Lindenmaier
0ce7612aa3
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-18 04:18:06 +07:00
Goetz Lindenmaier
7a773dd690
8304174: Remove delays from httpserver tests
...
Backport-of: 450567031e
2024-01-18 04:18:06 +07:00
Goetz Lindenmaier
34a258b680
8298735: Some tools/jpackage/windows/* tests fails with jtreg test timeout
...
Backport-of: 3c99e786ab
2024-01-18 04:18:05 +07:00
Goetz Lindenmaier
72bab2382d
8249826: 5 javax/net/ssl/SSLEngine tests use @ignore w/o bug-id
...
Backport-of: bf9a8ce0bb
2024-01-18 04:18:05 +07:00
Goetz Lindenmaier
20576a3b5f
8297798: Timeout with DTLSOverDatagram test template
...
Backport-of: 4b313b51b1
2024-01-18 04:18:05 +07:00
Goetz Lindenmaier
48c16d2aa5
8292261: adjust timeouts in JLI GetObjectSizeIntrinsicsTest.java
...
Backport-of: 8a0c3e53d5
2024-01-18 04:18:05 +07:00
Goetz Lindenmaier
f671447bff
8288961: jpackage: test MSI installation fix
...
Backport-of: c67149be4b
2024-01-18 04:18:04 +07:00
Goetz Lindenmaier
20dc83057b
8286475: Drop --enable-preview from instanceof pattern matching related tests
...
Backport-of: 8c977050aa
2024-01-18 04:18:04 +07:00
Goetz Lindenmaier
9ff9c92395
8286473: Drop --enable-preview from Record related tests
...
Backport-of: 73c5e993e1
2024-01-18 04:18:04 +07:00
Goetz Lindenmaier
36de11e9a4
8282011: test/jdk/tools/jpackage/windows/WinL10nTest.java test fails if light.exe is not in %PATH%
...
Backport-of: 0b00ce17cd
2024-01-18 04:18:04 +07:00
Goetz Lindenmaier
e2595fc67e
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-18 04:18:03 +07:00
Goetz Lindenmaier
4e3beeea16
8275440: Remove VirtualSpaceList::is_full()
...
Backport-of: c9e65f8ef9
2024-01-18 04:18:03 +07:00
Goetz Lindenmaier
dd74e5d361
8274211: Test man page that options are documented
...
Backport-of: 734d1fbd33
2024-01-18 04:18:03 +07:00
Goetz Lindenmaier
9e8a07ea48
8272291: mark hotspot runtime/logging tests which ignore external VM flags
...
Backport-of: 05d64da7f3
2024-01-18 04:18:03 +07:00
Goetz Lindenmaier
a2bd0702cb
8272552: mark hotspot runtime/cds tests which ignore external VM flags
...
Backport-of: 989f39f810
2024-01-18 04:18:02 +07:00
Matthias Baesken
ad82733d2d
8311631: When multiple users run tools/jpackage/share/LicenseTest.java, Permission denied for writing /var/tmp/*.files
...
Backport-of: acf28f4cd9
2024-01-18 04:18:02 +07:00
Soumadipta Roy
aabc0ee26e
8315770: serviceability/sa/TestJmapCoreMetaspace.java should run with -XX:-VerifyDependencies
...
Backport-of: 877731d2a2
2024-01-18 04:18:02 +07:00
Goetz Lindenmaier
cd4a92beee
8271892: mark hotspot runtime/PrintStringTableStats/PrintStringTableStatsTest.java test as ignoring external VM flags
...
Backport-of: 9654fd73cd
2024-01-18 04:18:02 +07:00
Goetz Lindenmaier
a8c820c486
8292381: java/net/httpclient/SpecialHeadersTest.java fails with "ERROR: Shutting down connection: HTTP/2 client stopped"
...
Backport-of: 256b52387b
2024-01-18 04:18:01 +07:00
Goetz Lindenmaier
c3b9b296eb
8289584: (fs) Print size values in java/nio/file/FileStore/Basic.java when they differ by > 1GiB
...
Backport-of: e291a67e96
2024-01-18 04:18:01 +07:00
Goetz Lindenmaier
508cf441d3
8286969: Add a new test library API to execute kinit in SecurityTools.java
...
Backport-of: dbda0e2bda
2024-01-18 04:18:01 +07:00
Goetz Lindenmaier
84c04b12fd
8285867: Convert applet manual tests SelectionVisible.java to Frame and automate
...
Backport-of: 44a60ce172
2024-01-18 04:18:01 +07:00
Goetz Lindenmaier
d1c470f447
8286474: Drop --enable-preview from Sealed Classes related tests
...
Backport-of: d547a707bf
2024-01-18 04:18:00 +07:00
Goetz Lindenmaier
c4534c3525
8202790: DnD test DisposeFrameOnDragTest.java does not clean up
...
Backport-of: 102a305f73
2024-01-18 04:18:00 +07:00
Goetz Lindenmaier
2f41285420
8271073: Improve testing with VM option VerifyArchivedFields
...
Reviewed-by: lucy
Backport-of: b98290444a
2024-01-18 04:18:00 +07:00
Goetz Lindenmaier
a8ed22a0cf
8272551: mark hotspot runtime/modules tests which ignore external VM flags
...
Backport-of: fe72197102
2024-01-18 04:18:00 +07:00
Goetz Lindenmaier
439e5acfd0
8272099: mark hotspot runtime/Monitor tests which ignore external VM flags
...
Backport-of: c495ede2c2
2024-01-18 04:17:59 +07:00
Goetz Lindenmaier
1df3ca46a1
8271904: mark hotspot runtime/ClassFile tests which ignore external VM flags
...
Backport-of: e882087f7a
2024-01-18 04:17:59 +07:00
Goetz Lindenmaier
15a54a9704
8271905: mark hotspot runtime/Metaspace tests which ignore external VM flags
...
Backport-of: 3ab95d1917
2024-01-18 04:17:59 +07:00
Goetz Lindenmaier
afc3af0030
8271893: mark hotspot runtime/PerfMemDestroy/PerfMemDestroy.java test as ignoring external VM flags
...
Backport-of: 359c7084a1
2024-01-18 04:17:59 +07:00
Masanori Yano
33327afe2c
8293579: tools/jpackage/share/jdk/jpackage/tests/UnicodeArgsTest.java fails on Japanese Windows platform
...
Backport-of: 121d4a5119
2024-01-18 04:17:58 +07:00
Elif Aslan
c54229b748
8276036: The value of full_count in the message of insufficient codecache is wrong
...
Backport-of: 61cb4bc6b0
2024-01-18 04:17:58 +07:00
Aleksey Shipilev
3791eb5d3f
8316178: Better diagnostic header for CodeBlobs
...
Backport-of: d575968b4b
2024-01-18 04:17:58 +07:00
Aleksey Shipilev
502616179b
8314045: ArithmeticException in GaloisCounterMode
...
Backport-of: f41c267f85
2024-01-18 04:17:57 +07:00
Goetz Lindenmaier
191e7c5276
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-18 04:17:57 +07:00
Goetz Lindenmaier
ee9f0d3d85
8292636: (dc) Problem listing of java/nio/channels/DatagramChannel/Unref.java has incorrect issue ID
...
Backport-of: 5ca268ca65
2024-01-18 04:17:57 +07:00
Goetz Lindenmaier
d41d4e379b
8193543: Regression automated test '/open/test/jdk/java/awt/TrayIcon/SystemTrayInstance/SystemTrayInstanceTest.java' fails
...
Backport-of: 08024d9583
2024-01-18 04:17:57 +07:00
Goetz Lindenmaier
b49e7a20cc
8271891: mark hotspot runtime/Safepoint tests which ignore external VM flags
...
Backport-of: 6c17e6deb2
2024-01-18 04:17:56 +07:00
Goetz Lindenmaier
4b1b24372a
8271890: mark hotspot runtime/Dictionary tests which ignore external VM flags
...
Backport-of: cdf3d55c82
2024-01-18 04:17:56 +07:00
Goetz Lindenmaier
f0e292351a
8271824: mark hotspot runtime/CompressedOops tests which ignore external VM flags
...
Backport-of: 9e769090a0
2024-01-18 04:17:56 +07:00
Goetz Lindenmaier
e72dfb7320
8314063: The socket is not closed in Connection::createSocket when the handshake failed for LDAP connection
...
Backport-of: f2383b3cbd
2024-01-18 04:17:56 +07:00
Goetz Lindenmaier
e42aab53cd
8288325: [windows] Actual and Preferred Size of AWT Non-resizable frame are different
...
Backport-of: eca9749da0
2024-01-18 04:17:55 +07:00
Goetz Lindenmaier
f895223d70
8273522: Rename test property vm.cds.archived.java.heap to vm.cds.write.archived.java.heap
...
Reviewed-by: lucy
Backport-of: 922e86f4ff
2024-01-18 04:17:55 +07:00
Elif Aslan
93f86ba494
8311514: Incorrect regex in TestMetaSpaceLog.java
...
Backport-of: 9084b6c9d5
2024-01-18 04:17:55 +07:00
Chad Rakoczy
feede25916
8311813: C1: Uninitialized PhiResolver::_loop field
...
Backport-of: 489a32fe40
2024-01-18 04:17:55 +07:00
Aleksey Shipilev
29e64c7a70
8315863: [GHA] Update checkout action to use v4
...
Backport-of: b74805d383
2024-01-18 04:17:54 +07:00
Sergey Chernyshev
fcc0ace7c0
8168469: Memory leak in JceSecurity
...
Backport-of: a284920b34
2024-01-18 04:17:54 +07:00
Goetz Lindenmaier
1f97ee1928
8314679: SA fails to properly attach to JVM after having just detached from a different JVM
...
Reviewed-by: phh
Backport-of: 38a9edfb7e
2024-01-18 04:17:54 +07:00
Goetz Lindenmaier
f5f2c756b5
8313657: com.sun.jndi.ldap.Connection.cleanup does not close connections on SocketTimeoutErrors
...
Backport-of: e56d3bc2da
2024-01-18 04:17:54 +07:00
Goetz Lindenmaier
15745e7d1e
8294427: Check boxes and radio buttons have rendering issues on Windows in High DPI env
...
Reviewed-by: phh
Backport-of: a63afa4aa6
2024-01-18 04:17:53 +07:00
Goetz Lindenmaier
889b5e16d4
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-18 04:17:53 +07:00
Goetz Lindenmaier
211e614bd1
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-18 04:17:53 +07:00
Goetz Lindenmaier
7212ed80ed
8270447: [IR Framework] Add missing compilation level restriction when using FlipC1C2 stress option
...
Backport-of: 36aefa351a
2024-01-18 04:17:53 +07:00
Goetz Lindenmaier
01d691f5f6
8247351: [aarch64] NullPointerException during stack walking (clhsdb "where -a")
...
Backport-of: 357fe09f2e
2024-01-18 04:17:52 +07:00
Long Yang
bb24505f51
8312065: Socket.connect does not timeout when profiling
...
Reviewed-by: phh, vtewari, apangin
2024-01-18 04:17:52 +07:00
Goetz Lindenmaier
0257422324
8312909: C1 should not inline through interface calls with non-subtype receiver
...
Reviewed-by: phh
Backport-of: ab1c212ac1
2024-01-18 04:17:52 +07:00
Goetz Lindenmaier
0494e2b1df
8312573: Failure during CompileOnly parsing leads to ShouldNotReachHere
...
Reviewed-by: phh
Backport-of: 6f76b65ace
2024-01-18 04:17:52 +07:00
Goetz Lindenmaier
229d82eb2d
8304954: SegmentedCodeCache fails when using large pages
...
Reviewed-by: phh
Backport-of: cad6114e1c
2024-01-18 04:17:51 +07:00
Goetz Lindenmaier
940f27bbf3
8311592: ECKeySizeParameterSpec causes too many exceptions on third party providers
...
Backport-of: e554fdee25
2024-01-18 04:17:51 +07:00
Goetz Lindenmaier
b6b9e1f4da
8301065: Handle control characters in java_lang_String::print
...
Backport-of: 41d6be4d80
2024-01-18 04:17:51 +07:00
Goetz Lindenmaier
2f0426b4b5
8299255: Unexpected round errors in FreetypeFontScaler
...
Backport-of: 26868c1ac4
2024-01-18 04:17:51 +07:00
Goetz Lindenmaier
5b7618ff6b
8232933: Javac inferred type does not conform to equality constraint
...
Reviewed-by: vromero
Backport-of: 7a85441a85
2024-01-18 04:17:50 +07:00
Ao Qi
77f42b77ee
8315020: The macro definition for LoongArch64 zero build is not accurate.
...
Reviewed-by: fyang
Backport-of: 725ec0ce1b
2024-01-18 04:17:50 +07:00
Christoph Langer
cdd6e68234
8314094: java/lang/ProcessHandle/InfoTest.java fails on Windows when run as user with Administrator privileges
...
Backport-of: 69c9ec92d0
2024-01-18 04:17:50 +07:00
Matthias Baesken
341028f68b
8315751: RandomTestBsi1999 fails often with timeouts on Linux ppc64le
...
Backport-of: 9887cd8adc
2024-01-18 04:17:50 +07:00
Goetz Lindenmaier
836e276e40
8301701: java/net/DatagramSocket/DatagramSocketMulticasting.java should be hardened
...
Reviewed-by: phh
Backport-of: 5feb13b55d
2024-01-18 04:17:49 +07:00
Chad Rakoczy
9ec30b5cd1
8285516: clearPassword should be called in a finally try block
...
Backport-of: 36e4df9d66
2024-01-18 04:17:49 +07:00
Evgeny Astigeevich
46ecfe9ff4
8276711: compiler/codecache/cli tests failing when SegmentedCodeCache used with -Xint
...
Backport-of: 7822cbce10
2024-01-18 04:17:49 +07:00
Christoph Langer
aeaeac42c0
8312625: Test serviceability/dcmd/vm/TrimLibcHeapTest.java failed: RSS use increased
...
Backport-of: 117f42dbe9
2024-01-18 04:17:49 +07:00
airsquared
052a4b29f4
8309032: jpackage does not work for module projects unless --module-path is specified
...
Backport-of: dfe764e3f8
2024-01-18 04:17:49 +07:00
Aleksey Shipilev
eb094630bc
8315549: CITime misreports code/total nmethod sizes
...
Reviewed-by: phh
Backport-of: ab12c5d32f
2024-01-18 04:17:48 +07:00
Aleksey Shipilev
72c3b5173f
8244289: fatal error: Possible safepoint reached by thread that does not allow it
...
Backport-of: 61932f49a5
2024-01-18 04:17:48 +07:00
Aleksey Shipilev
7409b8bdaf
8271886: mark hotspot runtime/InvocationTests tests which ignore external VM flags
...
Backport-of: ff7431eafe
2024-01-18 04:17:48 +07:00
Roman Marchenko
b45f7ed360
8314024: SIGSEGV in PhaseIdealLoop::build_loop_late_post_work due to bad immediate dominator info
...
Backport-of: ed1ea5fe7c
2024-01-18 04:17:47 +07:00
Paul Hohensee
4608318a57
8299677: Formatter.format might take a long time to format an integer or floating-point
...
Reviewed-by: mdoerr
Backport-of: 33412c102c
2024-01-18 04:17:47 +07:00
Aleksey Shipilev
0260e5c949
8314495: Update to use jtreg 7.3.1
...
Reviewed-by: mdoerr, clanger
Backport-of: c50315de8f
2024-01-18 04:17:47 +07:00
Christoph Langer
c826c2aea9
8207166: jdk/jshell/JdiHangingLaunchExecutionControlTest.java - launch timeout
...
Backport-of: 02dce24b59
2024-01-18 04:17:47 +07:00
Andrew John Hughes
55e9a90632
8312489: Increase jdk.jar.maxSignatureFileSize default which is too low for JARs such as WhiteSource/Mend unified agent jar
...
Backport-of: e47a84f23d
2024-01-18 04:17:47 +07:00
Thomas Stuefe
db6b4e1405
8314139: TEST_BUG: runtime/os/THPsInThreadStackPreventionTest.java could fail on machine with large number of cores
...
Backport-of: 7332502883
2024-01-18 04:17:46 +07:00
Aleksey Shipilev
2df09ec159
8313626: C2 crash due to unexpected exception control flow
...
Backport-of: f8203cb272
2024-01-18 04:17:46 +07:00
Aleksey Shipilev
00cead832e
8286430: make test TEST="gtest:<sometag>" exits with error when it shouldn't
...
Backport-of: 63a1ec6e7c
2024-01-18 04:17:46 +07:00
Thomas Stuefe
99750ae231
8312585: Rename DisableTHPStackMitigation flag to THPStackMitigation
...
Backport-of: 226cdc696d
2024-01-18 04:17:46 +07:00
Thomas Stuefe
d073aa25ba
8312620: WSL Linux build crashes after JDK-8310233
...
Backport-of: 25058cd23a
2024-01-18 04:17:45 +07:00
Sergey Bylokhov
95777b6217
8312535: MidiSystem.getSoundbank() throws unexpected SecurityException
...
Backport-of: 87298d2ade
2024-01-18 04:17:45 +07:00
Thomas Stuefe
998b8f7265
8312182: THPs cause huge RSS due to thread start timing issue
...
8310687: JDK-8303215 is incomplete
Backport-of: 84b325b844
2024-01-18 04:17:45 +07:00
Thomas Stuefe
0d6be5703e
8312394: [linux] SIGSEGV if kernel was built without hugepage support
...
Backport-of: 94eb44b192
2024-01-18 04:17:45 +07:00
Aleksey Shipilev
dc85e43445
8295229: Try to verify gtest version
...
Backport-of: cd1357b0af
2024-01-18 04:17:44 +07:00
Thomas Stuefe
55af258cce
8310233: Fix THP detection on Linux
...
Reviewed-by: phh
Backport-of: 37ca9024ef
2024-01-18 04:17:44 +07:00
Aleksey Shipilev
c84deb160b
8292717: Clean up checking of testing requirements in configure
...
Reviewed-by: clanger
Backport-of: 16593cf51c
2024-01-18 04:17:44 +07:00
Goetz Lindenmaier
c50bb348d9
8312974: Bump update version for OpenJDK: jdk-17.0.10
...
Reviewed-by: shade
2024-01-18 04:17:29 +07:00
Vitaly Provodin
ae229c71dc
update exclude list on results of 17.0.9_b1166.2 test runs
2024-01-17 10:26:05 +07:00
Dmitry Batrak
f0d5a907ac
JBR-6449 Introduce FontMetricsAccessor into JBR API
...
JBRE-MR-368
2024-01-16 13:17:23 +02:00
Nikita Gubarkov
b0a73e2a33
JBR-5837 retrieve up-to-date default screen device in FullscreenWindowProps test.
...
Calling setDisplayMode() or setFullScreenWindow() may cause display reconfiguration.
2024-01-12 18:05:45 +01:00
Dmitrii Morskii
358c3d9baa
JBR-3098 move repaintPeer event from AppKit thread to EDT on macos
2024-01-12 17:29:50 +01:00
bourgesl
2fd95d7128
JBR-6505: removed extra setNeedDisplay() in startRedrawIfNeeded() to restore JavaDraw performance (more frames rendered than real vsync FPS)
...
(cherry picked from commit be91bc02530ff56c9a706f3851c003d9c1722a80)
2024-01-12 16:21:16 +01:00
bourgesl
afbe939af6
fixup! JBR-6377: fixed MTLLayer.redrawCount = 1 to avoid extra redraws with multiple windows
...
(cherry picked from commit acca2a46cb )
2024-01-12 16:20:56 +01:00
bourgesl
a398bc0185
JBR-6377: fixed MTLLayer.redrawCount = 1 to avoid extra redraws with multiple windows
...
(cherry picked from commit 82c930da5f )
2024-01-12 16:20:50 +01:00
Nikita Gubarkov
d4a3e05d36
JBR-6264 Improved coordinate conversion in XWayland mode
2024-01-12 14:07:32 +01:00
Alexander Lobas
4b5c1f574b
fixup! JBR-5174 Opening project as tabs in Mac OS (version2)
2024-01-12 15:55:20 +07:00
Vitaly Provodin
bdbe119934
update exclude list on results of 17.0.9_b1162.4 test runs
2024-01-12 10:50:08 +07:00
Dmitry Batrak
50933cd23e
JBR-2651 jb/java/awt/Focus/PopupIncomingFocusTest.java intermittently fails by java.util.concurrent.TimeoutException
...
further attempt to stabilize test
2024-01-05 12:04:30 +02:00
Vitaly Provodin
45025a5027
update exclude list on results of 17.0.9_b1160.1 test runs
2024-01-03 05:05:40 +07:00
Vitaly Provodin
5305726ece
update exclude list on results of 17.0.9_b1143.1 test runs
2023-12-28 18:10:18 +07:00
Artem Bochkarev
05a8ff9117
fixup! JBR-5405: implementation of direct raster loading for VolatileImage
2023-12-28 10:16:27 +04:00
Vitaly Provodin
57c6cbe325
JBR-6454 add synchronization at disposing windows
2023-12-27 19:49:31 +07:00
Artem Bochkarev
c5ba5ff4c8
fixup! JBR-5405: implementation of direct raster loading for VolatileImage
2023-12-26 17:56:11 +04:00
Artem Bochkarev
95ada30c3f
JBR-5405: implementation of direct raster loading for VolatileImage
2023-12-26 14:14:37 +04:00
bourgesl
49b53da483
JBR-6241: RenderPerf 23.11 improvements: support parallel rendering on several frames and screens, refined Robot executor to use rounded duration (to 120Hz) and interval between viewed frames, added new command-line arguments + RenderPerf 23.12: remove older RenderPerfTest in src
2023-12-22 16:32:29 +01:00
Dmitrii Morskii
84c635c405
Revert "JBR-6346 update Inter font version"
...
This reverts commit 8238bbcd4c .
2023-12-21 19:32:13 +00:00
Maxim Kartashev
2be22e8578
JBR-6370 IDEA hanged while browsing exceptions in EA
...
Avoid using the second lock in addition to AWT_LOCK
2023-12-20 18:17:44 +04:00
Maxim Kartashev
74b52f068b
JBR-6340 Popups displayed shifted after moving IDE to another monitor via shortcut with auto-maximize enabled in Mutter
...
Windows no longer change their "native" size when moved between monitors
with different scale on Linux. Use -Dresize.with.scale=true to revert
that.
2023-12-20 12:55:03 +04:00
Dmitry Batrak
98b3ac5221
JBR-6436 crash in jb/java/awt/Focus/FullScreenFocusStealing.java and jb/java/awt/Window/FullScreenTwoFrames.java
2023-12-19 14:39:40 +02:00
Alexey Ushakov
5c7ffa6578
JBR-6433 Rounded corners of popups disappear after a while
...
Removed opacity from CAMetalLayer for layers with rounded corners
2023-12-18 17:22:22 +01:00
Dmitry Batrak
abfc3e2e79
JBR-2651 jb/java/awt/Focus/PopupIncomingFocusTest.java intermittently fails by java.util.concurrent.TimeoutException
2023-12-15 15:15:05 +02:00
Vitaly Provodin
2127a64497
update exclude list on results of 17.0.9_b1128.2 test runs
2023-12-15 07:23:02 +04:00
Dmitrii Morskii
8238bbcd4c
JBR-6346 update Inter font version
2023-12-14 17:28:24 +01:00
Nikita Provotorov
0afe6c37bb
JBR-4687: Japanese IME input window hides what is being typed.
...
Uses CFS_EXCLUDE instead of CFS_CANDIDATEPOS in the ::ImmSetCandidateWindow() native API, which is more powerful and allows to take into account the issue's case.
2023-12-14 14:07:10 +01:00
Alexander Lobas
ab95964027
Merge pull request #260 from alexander-lobas/jbr17
...
JBR-6418 New macOS full-screen controls appear shifted down sometimes
2023-12-12 16:32:13 +03:00
Alexander Lobas
15ff5a8489
JBR-6418 New macOS full-screen controls appear shifted down sometimes
2023-12-12 16:30:37 +03:00
Nikita Tsarev
0262d7e646
JBR-6215: Override XToolkit's default nonintuitive behavior when translating F13-F24 keys
2023-12-09 18:40:16 +01:00
Sergey Shelomentsev
773ceb5f73
JBR-6354 fix custom title bar tests to avoid failure in MacOS 14 fullscreen mode
...
- moved common logic to a separate part
- moved parts of tests to swing package
2023-12-07 18:23:28 +02:00
Maxim Kartashev
02a5148e02
JBR-6395 Incorrect warning from cds about the modules file
2023-12-06 13:16:05 +04:00
Vitaly Provodin
86a7c75cc2
update exclude list on results of 17.0.9_b1124.1 test runs
2023-12-06 11:34:00 +07:00
Nikita Provotorov
c57030a2ef
JBR-6381: A lot of messages "xInputMethodConnection == NULL" in stderr.
...
Disables on of the printfs that causes the issue.
2023-12-02 00:35:06 +01:00
Nikita Provotorov
6aebe7dd66
Update README.md.
...
Adds information about 2023.2 and 2023.3 releases.
2023-12-01 22:03:27 +01:00
Vitaly Provodin
78265ab6a4
update exclude list on results of 17.0.9_b1122.1 test runs
2023-11-28 20:38:47 +07:00
Nikita Provotorov
fe849d2ea0
JBR-6282: java/awt/TextArea/TextAreaEditing/TextAreaEditing.java intermittently fails due to deadlock.
...
Makes the test invoke any UI-operation on EDT only (since AWT doesn't guarantee thread-safety of UI operations, see more at https://mail.openjdk.org/pipermail/client-libs-dev/2023-November/016172.html ).
(cherry picked from commit 8dbb889509 )
2023-11-27 23:10:17 +01:00
Nikita Tsarev
d8ae52aeb0
JBR-6331: Fix some memory safety issues in macOS keyboards
2023-11-27 12:46:38 +01:00
Nikita Provotorov
ca5562225a
JBR-6125: macOS14 java/awt/Window/Grab/GrabTest.java Frame can't be focused.
...
Fixes a data race in the test.
(cherry picked from commit 281211d5a748e460cea4f5ab1e3889ed9588df0c)
2023-11-24 20:56:03 +01:00
Dmitry Batrak
9e65e2391a
JBR-5751 java/awt/Focus/RowToleranceTransitivityTest.java: Focus got stuck while traversing.
2023-11-24 18:01:15 +02:00
Vitaly Provodin
133a99192a
JBR-6246 add default CDS archives into jbrsdk distributions and remove the step normalizing timestamp
2023-11-24 18:44:35 +07:00
Vitaly Provodin
b00a6465bb
JBR-4511 remove --disable options from configure mac-aarch64 builds & unify configure for x64 and aarch64
2023-11-24 18:44:10 +07:00
Vitaly Provodin
cc03cf1117
update exclude list on results of 17.0.9_b1109.1 test runs
2023-11-23 07:04:41 +07:00
Alexander Lobas
c13eb3036f
Merge pull request #258 from alexander-lobas/jbr17
...
JBR-6327 macOS full screen controls are shifted down after exitting d…
2023-11-21 17:20:08 +03:00
Alexander Lobas
4dd5ea93bb
JBR-6327 macOS full screen controls are shifted down after exitting distraction free mode
2023-11-21 17:18:25 +03:00
Dmitry Drobotov
0dfbf34b37
JBR-4479 Add text caret tracking for macOS Accessibility Zoom
2023-11-21 13:31:49 +01:00
Dmitry Drobotov
8982db51d7
JBR-6194 Fix VoiceOver reading old JComboBox value after changing it
...
1. Remove `value == nil` check in ComboBoxAccessiblity.accessibilityValue to fix the issue with not updated value of combo box. With `value == nil` check, the value was not reassigned on every get request of `accessibilityValue`, but only on get `accessibilitySelectedChildren`. When changing focus by Tab, only get `accessibilityValue` is called, and because `value` is already not nil, an old value was returned.
2. Set combo box role to NSAccessibilityPopUpButtonRole if it's not editable. Setting role to popup button fixes the bug when combo box value was not updated when using VO cursor navigation. Native MacOS non-editable combo boxes and non-editable HTML <select> elements also have the "popup button" role instead of "combo box", so the role should become more clear. Popup button role additionally enables opening the combo box menu with VO+Space shortcut, and changes VO instructions to be more appropriate when combo box is focused.
3. Add test for VoiceOver-specific issues of JComboBox.
2023-11-21 13:29:05 +01:00
Vitaly Provodin
9a5348efce
update exclude list on results of 17.0.9_b1109.1 test runs
2023-11-16 05:19:54 +07:00
Vitaly Provodin
8617cb5c67
update exclude list on results of 17.0.9_b1106.1 test runs
2023-11-15 09:44:57 +07:00
Nikita Gubarkov
1d5bc2152d
JBR-5274 recreate CGraphicsDevice if it was changed.
...
- AWT code heavily relies on reference comparison when updating graphics devices & configurations, so we need to actually re-create CGraphicsDevice if it was changed.
- Also do not rely on graphicsConfig.getDefaultTransform() when firing `graphicsContextScaleTransform` property change, as graphics devices are mutable and returned default transform may change over time, e.g. when device is invalidated.
2023-11-14 15:38:58 +01:00
Maxim Kartashev
d2f126115a
JBR-6193 Impossible to resize snapped IDE when native header is turned off
...
Drop the maximized state right before the resize operation for
undecorated windows.
Also fixes setExtendedState() to work when changing snapped window's state
(MAXIMIZED_HORIZ or MAXIMIZED_VERT) to NORMAL.
2023-11-13 12:30:58 +04:00
Nikita Provotorov
3169523d80
fixup! JBR-5980: Pasting from clipboard not working reliably in Windows.
...
(also fixes JBR-6267: Image retreived from the Clipboard is not the same image that was set to the Clipboard)
- Sets the system property awt.windows.clipboard.cache.disabled to false by default ;
- Adds memory barriers around the native flag AwtClipboard::isOwner ;
- Allows back WM_ACTIVATEAPP messages to reach ::DefWindowProc .
2023-11-11 03:19:25 +01:00
Nikita Provotorov
c48f588cb5
fixup! JBR-5980: Pasting from clipboard not working reliably in Windows.
...
Adds memory barriers around the native flag AwtClipboard::isGettingOwnership.
2023-11-11 03:17:21 +01:00
Nikita Provotorov
3fe2a97aa0
JBR-2460: Wrong position of input window and no input preview with fcitx and ubuntu 13.04.
...
This patch makes the fix of JBR-1573 (which caused JBR-4394) disabled by default, because it's incompatible with the native below-the-spot mode (a.k.a. over-the-spot in the X11's terminology).
2023-11-09 21:25:44 +01:00
Nikita Provotorov
826f75ee48
JBR-2460: Wrong position of input window and no input preview with fcitx and ubuntu 13.04.
...
- introduces and integrates jbNewXimClient: a new implementation of XIC creation routine (it's mostly refactoring and generalizing of AWT's existed code). Enabled by default and can be disabled via a new system property -Djb.awt.newXimClient.enabled=false ;
- introduces support of the X11's native over-the-spot input method style (it's almost the same as AWT's below-the-spot mode, but the input method's windows are drawn externally, not by AWT). Enabled by default and can be disabled via a new system property -Djb.awt.newXimClient.enabled=false. Doesn't work if -Djb.awt.newXimClient.enabled=false is set ;
- introduces sun.awt.X11.XInputMethod.ClientComponentCaretPositionTracker class that tracks all kind of events for the current client component that can lead to the caret position changing ;
- makes the XInputMethod class to update the input window's position (whenever the ClientComponentCaretPositionTracker discovers that's necessary) by setting the X11's XNSpotLocation property .
Check out the branch nprovotorov/backups/JBR-2460_wrong-position-of-input-window-and-no-input-preview for more granular patches.
2023-11-09 21:25:43 +01:00
Maxim Kartashev
c452e2f5ad
JBR-6220 javax/swing/GraphicsConfigNotifier/StalePreferredSize.java became failing by time out on Linux
2023-11-07 13:28:47 +04:00
Nikita Provotorov
473c41003d
JBR-5980: Pasting from clipboard not working reliably in Windows.
...
- Disables caching of the data placed into the clipboard. The behavior is controlled by the system property "awt.windows.clipboard.cache.disabled" (=true by default) ;
- Whenever the app gets focus additionally checks if another app has modified the clipboard. The behavior is controlled by the system property "awt.windows.clipboard.extraOwnershipChecksEnabled" (=true by default) .
2023-11-06 13:00:23 +01:00
Nikita Provotorov
b967f5bc91
JBR-5980: Pasting from clipboard not working reliably in Windows.
...
Marks the native flag AwtClipboard::isGettingOwnership as volatile to avoid inconsistencies of CPU caches.
2023-11-06 13:00:10 +01:00
Vladimir Kharitonov
af3326b1b8
JBR-6239 sign frameworks in cef_server.app
2023-10-31 15:52:15 +01:00
Vitaly Provodin
d56e00e293
update exclude list on results of 17.0.9_b1087.3 test runs
2023-10-26 16:04:02 +07:00
Vitaly Provodin
9deb12dbc1
fixup! JBR-6181 add Linux executables with bundled FreeType
2023-10-25 09:48:26 +07:00
Christoph Langer
61e94d9aa7
8317643: [17u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 17.0.9
...
Reviewed-by: goetz
2023-10-22 06:29:05 +07:00
Goetz Lindenmaier
21bae46b74
8317121: vector_masked_load instruction is moved too early after JDK-8286941
...
Backport-of: cfabcbf858
2023-10-22 06:28:42 +07:00
Yuri Nesterenko
e9d6e1150b
8317040: Exclude cleaner test failing on older releases
...
Reviewed-by: mbalao, andrew, clanger
2023-10-22 06:28:42 +07:00
Yuri Nesterenko
f1a34f4390
8286503: Enhance security classes
...
Backport-of: 7f5e120a631ffda3e6d5efc03bae572b21877b69
2023-10-22 06:28:42 +07:00
Yuri Nesterenko
1748b24292
8284910: Buffer clean in PasswordCallback
...
Reviewed-by: mbalao
Backport-of: 89fd6d34f8
2023-10-22 06:28:42 +07:00
Martin Balao
f092a3c76e
8314649: Enhanced archival support redux
...
Reviewed-by: andrew
Backport-of: 1e16543a60
2023-10-22 06:28:41 +07:00
Martin Balao
656f7a2fa8
8312248: Enhanced archival support redux
...
Reviewed-by: andrew
Backport-of: c2100a627d578901dffbbe631e5a6c9b88ca2209
2023-10-22 06:28:41 +07:00
Alexey Bakhtin
ebfacdd637
8309966: Enhanced TLS connections
...
Reviewed-by: mbalao
Backport-of: d25ee81f56d67f2c51ba8b8c59f470c6f88ae47f
2023-10-22 06:28:41 +07:00
Aleksei Voitylov
7b42048439
8297856: Improve handling of Bidi characters
...
Reviewed-by: mbalao
Backport-of: 244b89fc786894cb8cca742f91875ebb98b603ff
2023-10-22 06:28:41 +07:00
Aleksei Voitylov
a8ad988250
8296581: Better system proxy support
...
Reviewed-by: mbalao
Backport-of: 111811e64245ae720a0617b7de0c52c60bb2bac1
2023-10-22 06:28:40 +07:00
Goetz Lindenmaier
a2703112f2
8317700: [17u] Undo backport 8317674 of 8316566 which was pushed to wrong repo.
...
Reviewed-by: rehn, fyang
2023-10-22 06:28:40 +07:00
Robbin Ehn
e4f8d7e13e
8316566: RISC-V: Zero extended narrow oop passed to Atomic::cmpxchg
...
Backport-of: 2d154fcd0d
2023-10-22 06:28:40 +07:00
Goetz Lindenmaier
bbc4ad42d0
8312555: Ideographic characters aren't stretched by AffineTransform.scale(2, 1)
...
Ignore bitmaps embedded into fonts for non-uniform scales
Backport-of: 62610203f1
2023-10-22 06:28:40 +07:00
Martin Doerr
fcf052df4c
8299658: C1 compilation crashes in LinearScan::resolve_exception_edge
...
Backport-of: cf2d33ca2e
2023-10-22 06:28:40 +07:00
Martin Doerr
0a79213fa1
8314960: Add Certigna Root CA - 2
...
Reviewed-by: mbaesken
Backport-of: e9ba8d5a0e
2023-10-22 06:28:39 +07:00
Aleksey Shipilev
6feda5ca88
8313262: C2: Sinking node may cause required cast to be dropped
...
Backport-of: 1cee3b9fd9
2023-10-22 06:28:39 +07:00
Aleksey Shipilev
449452f051
8314020: Print instruction blocks in byte units
...
Reviewed-by: phh
Backport-of: a602624ef4
2023-10-22 06:28:39 +07:00
Oli Gillespie
54f8a715b9
8313678: SymbolTable can leak Symbols during cleanup
...
Reviewed-by: phh, shade
Backport-of: 4b2703ad39
2023-10-22 06:28:39 +07:00
Oli Gillespie
53b3caa58b
8313874: JNI NewWeakGlobalRef throws exception for null arg
...
Reviewed-by: phh
Backport-of: 028b3ae1b1
2023-10-22 06:28:38 +07:00
Matthias Baesken
4943dc0720
8314517: some tests fail in case ipv6 is disabled on the machine
...
Reviewed-by: mdoerr
Backport-of: 703817d21f
2023-10-22 06:28:38 +07:00
Andrew John Hughes
f56d537424
8284772: GHA: Use GCC Major Version Dependencies Only
...
Reviewed-by: shade
Backport-of: 62defc3dfc4b9ba5adfe3189f34fe8b3f59b94a0
2023-10-22 06:28:38 +07:00
Alexander Scherbatiy
1267ca63db
8311033: [macos] PrinterJob does not take into account Sides attribute
...
Backport-of: a3d67231a7
2023-10-22 06:28:38 +07:00
Alexander Scherbatiy
26f6377c7e
8295737: macOS: Print content cut off when width > height with portrait orientation
...
Backport-of: d00a767047
2023-10-22 06:28:38 +07:00
Kimura Yukihiro
fb92bdaf15
8313815: The exception messages printed by jcmd ManagementAgent.start are corrupted on Japanese Windows
...
Reviewed-by: kevinw, cjplummer, phh
2023-10-22 06:28:37 +07:00
Aleksey Shipilev
4679b41038
8314426: runtime/os/TestTrimNative.java is failing on slow machines
...
Reviewed-by: stuefe
Backport-of: 20e94784c9
2023-10-22 06:28:37 +07:00
Aleksey Shipilev
5922c0aa67
8312525: New test runtime/os/TestTrimNative.java#trimNative is failing: did not see the expected RSS reduction
...
Reviewed-by: mdoerr
Backport-of: ad34be1f32
2023-10-22 06:28:37 +07:00
Aleksey Shipilev
9d30d3d16c
8293114: JVM should trim the native heap
...
Reviewed-by: stuefe
Backport-of: 9e4fc568a6
2023-10-22 06:28:37 +07:00
Matthias Baesken
fd0610c2ce
8276651: java/lang/ProcessHandle tests fail with "RuntimeException: Input/output error" in java.lang.ProcessHandleImpl$Info.info0
...
Backport-of: d24b7b7026
2023-10-22 06:28:36 +07:00
Aleksey Shipilev
7900d3e4fe
8314730: GHA: Drop libfreetype6-dev transitional package in favor of libfreetype-dev
...
Reviewed-by: stuefe
Backport-of: 69d900d2ce
2023-10-22 06:28:36 +07:00
Aleksey Shipilev
bcd3447253
8313701: GHA: RISC-V should use the official repository for bootstrap
...
Reviewed-by: phh
Backport-of: 538f9557b8
2023-10-22 06:28:36 +07:00
Aleksey Shipilev
4429c3cf44
8283724: Incorrect description for jtreg-failure-handler option
...
Backport-of: 0901548833
2023-10-22 06:28:36 +07:00
Andrey Turbanov
458ab075d4
8299827: Add resolved IP address in connection exception for sockets
...
Backport-of: 92d8326e40
2023-10-22 06:28:36 +07:00
Dan Lutker
56a216b3d6
8314552: Fix javadoc tests to work with jtreg 7
...
Reviewed-by: phh, shade, andrew
2023-10-22 06:28:35 +07:00
Aleksey Shipilev
3343389d77
8314501: Shenandoah: sun/tools/jhsdb/heapconfig/JMapHeapConfigTest.java fails
...
Backport-of: 812f475bc4
2023-10-22 06:28:35 +07:00
Aleksey Shipilev
90652ce3bb
8293851: hs_err should print more stack in hex dump
...
Backport-of: cbd0688b32
2023-10-22 06:28:35 +07:00
Aleksey Shipilev
69df79f5a7
8314658: [17u] GHA: Sync up debian-version for cross-builds
...
Reviewed-by: phh
2023-10-22 06:28:35 +07:00
Fei Yang
41d05bc30d
8310873: Re-enable locked_create_entry symbol check in runtime/NMT/CheckForProperDetailStackTrace.java for RISC-V
...
Backport-of: 87e6fab2c4
2023-10-22 06:28:35 +07:00
Feilong Jiang
9b4bffb101
8314117: RISC-V: Incorrect VMReg encoding in RISCV64Frame.java
...
Backport-of: 5c91622885
2023-10-22 06:28:34 +07:00
Aleksey Shipilev
218e204ea5
8309591: Socket.setOption(TCP_QUICKACK) uses wrong level
...
Reviewed-by: phh
Backport-of: 56a73a6f0f
2023-10-22 06:28:34 +07:00
Aleksey Shipilev
2e840ca335
8284273: Early crashes in os::print_context on AArch64
...
Reviewed-by: stuefe
Backport-of: 83cec4b6cc
2023-10-22 06:28:34 +07:00
Aleksey Shipilev
09e6240c6a
8313676: Amend TestLoadIndexedMismatch test to target intrinsic directly
...
Backport-of: 4b192a8dc3
2023-10-22 06:28:34 +07:00
Aleksey Shipilev
14d856ae03
8314262: GHA: Cut down cross-compilation sysroots deeper
...
Backport-of: 38687f1a3e
2023-10-22 06:28:33 +07:00
Aleksey Shipilev
e485d28c23
8314118: Update JMH devkit to 1.37
...
Backport-of: 06aa3c5628
2023-10-22 06:28:33 +07:00
Dingli Zhang
bf63b4b812
8309254: Implement fast-path for ASCII-compatible CharsetEncoders on RISC-V
...
Reviewed-by: fyang
Backport-of: 61bb014a86
2023-10-22 06:28:33 +07:00
Ralf Schmelter
5d058bf401
8293166: jdk/jfr/jvm/TestDumpOnCrash.java fails on Linux ppc64le and Linux aarch64
...
Reviewed-by: mdoerr
Backport-of: 5551cb66ba
2023-10-22 06:28:33 +07:00
Ben Taylor
9935db6805
8313796: AsyncGetCallTrace crash on unreadable interpreter method pointer
...
Reviewed-by: stuefe
Backport-of: 0e2c72d7a5
2023-10-22 06:28:33 +07:00
Aleksey Shipilev
e89301f8e7
8313402: C1: Incorrect LoadIndexed value numbering
...
Backport-of: 46fbedb2be
2023-10-22 06:28:32 +07:00
Aleksey Shipilev
7cb3236126
8294941: GHA: Cut down cross-compilation sysroots
...
Backport-of: a1747ef81a
2023-10-22 06:28:32 +07:00
Aleksey Shipilev
b6933a389f
8294956: GHA: qemu-debootstrap is deprecated, use the regular one
...
Backport-of: c5f462e83b
2023-10-22 06:28:32 +07:00
Aleksey Shipilev
53c5a43b83
8299330: Minor improvements in MSYS2 Workflow handling
...
Backport-of: cf00d09c8c
2023-10-22 06:28:32 +07:00
Aleksey Shipilev
cc9979a6c0
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
2023-10-22 06:28:31 +07:00
Aleksey Shipilev
4704be6dc1
8304353: Add lib-test tier1 testing in GHA
...
Backport-of: 57276101df
2023-10-22 06:28:31 +07:00
Martin Doerr
cad64b1981
8309088: security/infra/java/security/cert/CertPathValidator/certification/AmazonCA.java fails
...
Backport-of: 4c2e54fb05
2023-10-22 06:28:31 +07:00
Aleksey Shipilev
11f7f14e63
8297350: Update JMH devkit to 1.36
...
Backport-of: f26bd4e0e8
2023-10-22 06:28:31 +07:00
Aleksey Shipilev
f6aceaabf2
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
2023-10-22 06:28:31 +07:00
Martin Doerr
6f16932c91
8310551: vmTestbase/nsk/jdb/interrupt/interrupt001/interrupt001.java timed out due to missing prompt
...
Backport-of: c84866ac0d
2023-10-22 06:28:30 +07:00
Martin Doerr
c32aec87d6
8308090: Add container tests for on-the-fly resource quota updates
...
Backport-of: dc8bc6c98c
2023-10-22 06:28:30 +07:00
Martin Doerr
0729444ffb
8156889: ListKeychainStore.sh fails in some virtualized environments
...
Backport-of: 82c8b28f40
2023-10-22 06:28:30 +07:00
Martin Doerr
e65449afc3
8308232: nsk/jdb tests don't pass -verbose flag to the debuggee
...
Backport-of: c6f20db945
2023-10-22 06:28:30 +07:00
Martin Doerr
7f9f729e54
8255548: Missing coverage for javax.xml.crypto.dom.DOMCryptoContext
...
Backport-of: 76cda9f44a
2023-10-22 06:28:30 +07:00
Martin Doerr
81e1c15a3e
6381945: (cal) Japanese calendar unit test system should avoid multiple static imports
...
Backport-of: f79b3d42f0
2023-10-22 06:28:29 +07:00
Martin Doerr
7351d1afa5
8307079: Update test java/awt/Choice/DragOffNoSelect.java
...
Backport-of: 89711f3767
2023-10-22 06:28:29 +07:00
Martin Doerr
1ac6d3006e
8301167: Update VerifySignedJar to actually exercise and test verification
...
Backport-of: 05ea083b05
2023-10-22 06:28:29 +07:00
Sergey Bylokhov
e778d26422
8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs
...
Backport-of: d4a795d75a
2023-10-22 06:28:29 +07:00
Christoph Langer
555c1c3b4f
8302182: Update Public Suffix List to 88467c9
...
Backport-of: 01b8512911
2023-10-22 06:28:28 +07:00
Martin Doerr
65f79bdeb2
8309095: Remove UTF-8 character from TaskbarPositionTest.java
...
Backport-of: 07f2070411
2023-10-22 06:28:28 +07:00
Martin Doerr
c6a0181325
8267860: Off-by-one bug when searching arrays in AlpnGreaseTest
...
Backport-of: 2adef6a1f8
2023-10-22 06:28:28 +07:00
Martin Doerr
8b55a056da
8195589: T6587786.java failed after JDK-8189997
...
Backport-of: 21b62fef33
2023-10-22 06:28:28 +07:00
Martin Doerr
05fe1d5e78
8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows environment
...
Backport-of: a11477ce25
2023-10-22 06:28:28 +07:00
Sergey Bylokhov
e8713d23aa
8313576: GCC 7 reports compiler warning in bundled freetype 2.13.0
...
Backport-of: 8248e351d0
2023-10-22 06:28:27 +07:00
Sonia Zaldana Calles
16ae10eee5
8273803: Zero: Handle "zero" variant in CommandLineOptionTest.java
...
Backport-of: 2d13fb21af
2023-10-22 06:28:27 +07:00
Aleksey Shipilev
e5a7cc0605
8307766: Linux: Provide the option to override the timer slack
...
Backport-of: 7173c3009e
2023-10-22 06:28:27 +07:00
Gui Cao
41559c686e
8311923: TestIRMatching.java fails on RISC-V
...
Reviewed-by: phh, fyang
Backport-of: e7adbdb1f1
2023-10-22 06:28:27 +07:00
Tyler Steele
ccff52f91e
8307603: [AIX] Broken build after JDK-8307301
...
Backport-of: bb3e44d8b6
2023-10-22 06:28:27 +07:00
Aleksey Shipilev
9d77723693
8309746: Reconfigure check should include make/conf/version-numbers.conf
...
Reviewed-by: mbaesken
Backport-of: 955fc2faba
2023-10-22 06:28:26 +07:00
Ralf Schmelter
33bceb5b7c
8289917: Metadata for regionsRefilled of G1EvacuationStatistics event is wrong
...
Backport-of: 728157fa03
2023-10-22 06:28:26 +07:00
Goetz Lindenmaier
e3ff1a429f
8307526: [JFR] Better handling of tampered JFR repository
...
Reviewed-by: lucy
Backport-of: 66d2736521
2023-10-22 06:28:26 +07:00
Goetz Lindenmaier
2af5f83dcb
8301367: Add exception handler method to the BaseLdapServer
...
Backport-of: 03b23a1e1b
2023-10-22 06:28:26 +07:00
Goetz Lindenmaier
8f8394f07f
8299617: CurrencySymbols.properties is missing the copyright notice
...
Backport-of: d5b80abcbf
2023-10-22 06:28:25 +07:00
Goetz Lindenmaier
30ac0e230f
8296384: [TESTBUG] sun/security/provider/SecureRandom/AbstractDrbg/SpecTest.java intermittently timeout
...
Backport-of: 82561de722
2023-10-22 06:28:25 +07:00
Goetz Lindenmaier
a28392d56d
8293177: Verify version numbers in legal files
...
Backport-of: 69ede5baed
2023-10-22 06:28:25 +07:00
Goetz Lindenmaier
db6c9e77b4
8289510: Improve test coverage for XPath Axes: namespace
...
Backport-of: 3d254d3c8e
2023-10-22 06:28:25 +07:00
i556354
9102b6c585
8270331: [TESTBUG] Error: Not a test or directory containing tests: java/awt/print/PrinterJob/InitToBlack.java
...
Backport-of: 2ef9767aae
2023-10-22 06:28:25 +07:00
i556354
eeb4f6a56d
8307165: java/awt/dnd/NoFormatsDropTest/NoFormatsDropTest.java timed out
...
Backport-of: 14df5c130e
2023-10-22 06:28:24 +07:00
Aleksey Shipilev
b813bf11de
8296796: Provide clean, platform-agnostic interface to C-heap trimming
...
Reviewed-by: stuefe
Backport-of: 0845b39caf
2023-10-22 06:28:24 +07:00
Matthias Baesken
3b31ef9de5
8311285: report some fontconfig related environment variables in hs_err file
...
Backport-of: 0ef03f1228
2023-10-22 06:28:24 +07:00
Goetz Lindenmaier
2d861503ed
8301269: Update Commons BCEL to Version 6.7.0
...
Reviewed-by: mdoerr
Backport-of: 6a44120a16
2023-10-22 06:28:24 +07:00
Feilong Jiang
80ed097617
8312511: GHA: Bump cross-compile runner to Ubuntu 22.04
...
Reviewed-by: shade
2023-10-22 06:28:23 +07:00
Nagata, Haruhito
27858de10f
8302161: Upgrade jQuery UI to version 1.13.2
...
8293180: JQuery UI license file not updated
Reviewed-by: mdoerr
Backport-of: 404d5bddb9
2023-10-22 06:28:23 +07:00
Goetz Lindenmaier
b3c673e743
8305670: Performance regression in LockSupport.unpark with lots of idle threads
...
Reviewed-by: mdoerr
Backport-of: f030937a51
2023-10-22 06:28:23 +07:00
Goetz Lindenmaier
6847a435e5
8292683: Remove BadKeyUsageTest.java from Problem List
...
Backport-of: df5209e70f
2023-10-22 06:28:23 +07:00
Goetz Lindenmaier
9256549ba6
8275662: remove test/lib/sun/hotspot
...
Reviewed-by: mdoerr
Backport-of: 0c37008917
2023-10-22 06:28:22 +07:00
Goetz Lindenmaier
4b76a70f61
8281717: Cover logout method for several LoginModule
...
8284090: com/sun/security/auth/module/AllPlatforms.java fails to compile
Reviewed-by: mdoerr
Backport-of: fbb8ca55a8
2023-10-22 06:28:22 +07:00
Ben Taylor
bfa0a17452
8303279: C2: crash in SubTypeCheckNode::sub() at IGVN split if
...
Reviewed-by: simonis
Backport-of: caadad4fdc
2023-10-22 06:28:22 +07:00
Roman Kennke
23611fd5a8
8276333: jdk/jfr/event/oldobject/TestLargeRootSet.java failed "assert(!contains(edge->reference())) failed: invariant"
...
Reviewed-by: phh
Backport-of: 65ca0a5776
2023-10-22 06:28:22 +07:00
Roman Kennke
5b596cf707
8275415: Prepare Leak Profiler for Lilliput
...
Backport-of: c41ce6d159
2023-10-22 06:28:21 +07:00
Martin Doerr
b7bb7b3bde
8306881: Update FreeType to 2.13.0
...
Backport-of: 723582c524
2023-10-22 06:28:21 +07:00
George Adams
79c03e19d6
8286623: Bundle zlib by default with JDK on macos aarch64
...
Backport-of: c3bade2e08
2023-10-22 06:28:21 +07:00
Goetz Lindenmaier
204e9a892e
8295894: Remove SECOM certificate that is expiring in September 2023
...
Reviewed-by: lucy
Backport-of: fd7fddb6ed
2023-10-22 06:28:21 +07:00
Goetz Lindenmaier
34fedbf44c
8312029: Add CriticalNative tests to ProblemList for 8312028
...
Reviewed-by: lucy
2023-10-22 06:28:20 +07:00
Goetz Lindenmaier
4d659ba35e
8308803: Improve java/util/UUID/UUIDTest.java
...
Backport-of: 4460429d7a
2023-10-22 06:28:20 +07:00
Goetz Lindenmaier
2bd34a053f
8302736: Major performance regression in Math.log on aarch64
...
Reviewed-by: lucy
Backport-of: 466ec300fc
2023-10-22 06:28:20 +07:00
Goetz Lindenmaier
861cf72a61
8307653: Adjust delay time and gc log argument in TestAbortOnVMOperationTimeout
...
Backport-of: 4f355c3525
2023-10-22 06:28:20 +07:00
Goetz Lindenmaier
47159946f0
8277353: java/security/MessageDigest/ThreadSafetyTest.java test times out
...
Backport-of: f22d157e55
2023-10-22 06:28:20 +07:00
Goetz Lindenmaier
c68a5ce953
8305766: ProblemList runtime/CompressedOops/CompressedClassPointers.java
...
Backport-of: f45b01f883
2023-10-22 06:28:19 +07:00
Goetz Lindenmaier
89d21a094b
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
2023-10-22 06:28:19 +07:00
Goetz Lindenmaier
05d10da6bc
8307067: remove broken EnableThreadSMRExtraValidityChecks option
...
Backport-of: 5e26e64cbf
2023-10-22 06:28:19 +07:00
Ben Taylor
2c7c994cf1
8308283: Build failure with GCC12 & GCC13
...
Reviewed-by: phh
Backport-of: bfc3ccd90d
2023-10-22 06:28:19 +07:00
Goetz Lindenmaier
4f7567dffe
8275303: sun/java2d/pipe/InterpolationQualityTest.java fails with D3D basic render driver
...
Backport-of: bc0379ea1a
2023-10-22 06:28:18 +07:00
Goetz Lindenmaier
bc727165be
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
2023-10-22 06:28:18 +07:00
Vladimir Kempik
444edc153d
8311862: RISC-V: small improvements to shift immediate instructions
...
Backport-of: f3b96f6937
2023-10-22 06:28:18 +07:00
Ben Taylor
f793ce9ed9
8307147: [x86] Dangling pointer warning for Assembler::_attributes
...
Reviewed-by: phh
Backport-of: 3599448ad8
2023-10-22 06:28:18 +07:00
Ben Taylor
86e876bb47
8289512: Fix GCC 12 warnings for adlc output_c.cpp
...
Backport-of: a8fe2d97a2
2023-10-22 06:28:18 +07:00
Jenny Shivayogi
83c0c3a5fe
8306060: Open source few AWT Insets related tests
...
Backport-of: 9a68d1d952
2023-10-22 06:28:17 +07:00
Goetz Lindenmaier
9a36772d45
8309266: C2: assert(final_con == (jlong)final_int) failed: final value should be integer
...
Reviewed-by: roland
Backport-of: 4a9cc8a000
2023-10-22 06:28:17 +07:00
Goetz Lindenmaier
6cf445acef
8309119: [17u/11u] Redo JDK-8297951: C2: Create skeleton predicates for all If nodes in loop predication
...
Reviewed-by: mdoerr
2023-10-22 06:28:17 +07:00
Goetz Lindenmaier
3c2148b172
8307683: Loop Predication should not hoist range checks with trap on success projection by negating their condition
...
Reviewed-by: roland
Backport-of: dfd3da3f52
2023-10-22 06:28:17 +07:00
Chad Rakoczy
00f3dbf5fc
8307555: Reduce memory reads in x86 MD5 intrinsic
...
Backport-of: 43c8c650af
2023-10-22 06:28:16 +07:00
Goetz Lindenmaier
5c56dacca5
8310259: Pin msys2/setup-msys2 github action to a specific commit
...
Reviewed-by: mbaesken
Backport-of: 959a61fdd4
2023-10-22 06:28:16 +07:00
Goetz Lindenmaier
03cff0381c
8308192: Error in parsing replay file when staticfield is an array of single dimension
...
Backport-of: d3feedf511
2023-10-22 06:28:16 +07:00
Goetz Lindenmaier
48fe2a88b0
8301097: Update GHA XCode to 12.5.1
...
Backport-of: b8e5abc1e8
2023-10-22 06:28:16 +07:00
Dhamoder Nalla
067cdc925b
8305763: Parsing a URI with an underscore goes through a silent exception, negatively impacting performance
...
Backport-of: 749d480193
2023-10-22 06:28:16 +07:00
Xin Liu
3e850a9197
8267517: async logging for stdout and stderr
...
Reviewed-by: shade
Backport-of: 7aff03aee1
2023-10-22 06:28:15 +07:00
Goetz Lindenmaier
199cc83ce1
8292716: Configure should check that jtreg is of the required version
...
8292763: JDK-8292716 breaks configure without jtreg
Reviewed-by: shade
Backport-of: 486f90c134
2023-10-22 06:28:15 +07:00
Goetz Lindenmaier
8d3a91d03a
8303154: Investigate and improve instruction cache flushing during compilation
...
Backport-of: b7945bc9e5
2023-10-22 06:28:15 +07:00
Goetz Lindenmaier
8184a01371
8180266: Convert sun/security/provider/KeyStore/DKSTest.sh to Java Jtreg Test
...
Backport-of: 7f313b0cef
2023-10-22 06:28:15 +07:00
Goetz Lindenmaier
444de0fd1f
8225012: sanity/client/SwingSet/src/ToolTipDemoTest.java fails on Windows
...
Backport-of: 1f521a1204
2023-10-22 06:28:14 +07:00
Fei Yang
402350a19c
8297476: Increase InlineSmallCode default from 1000 to 2500 for RISC-V
...
Backport-of: 5e196b4b8e
2023-10-22 06:28:14 +07:00
Feilong Jiang
a3706ef243
8283929: GHA: Add RISC-V build config
...
Reviewed-by: vkempik
Backport-of: 85d4b49151
2023-10-22 06:28:14 +07:00
i556354
8a7c7660b1
8305421: Work around JDK-8305420 in CDSJDITest.java
...
Backport-of: 9ce5fdc962
2023-10-22 06:28:14 +07:00
Jenny Shivayogi
650de8e00b
8306566: Open source several clipboard AWT tests
...
Backport-of: 136dad7197
2023-10-22 06:28:14 +07:00
Jenny Shivayogi
4f1f757c4f
8306076: Open source AWT misc tests
...
Backport-of: f7d45b85a5
2023-10-22 06:28:13 +07:00
i556354
1df90a7c24
8306636: Disable compiler/c2/Test6905845.java with -XX:TieredStopAtLevel=3
...
Backport-of: 4900517479
2023-10-22 06:28:13 +07:00
Yi-Fan Tsai
779d501f0e
8299158: Improve MD5 intrinsic on AArch64
...
Reviewed-by: phh
Backport-of: c6588d5bb3
2023-10-22 06:28:13 +07:00
Goetz Lindenmaier
0ed39ee6ba
8306718: Optimize and opensource some old AWT tests
...
Backport-of: 9beae21864
2023-10-22 06:28:13 +07:00
Goetz Lindenmaier
6b30424ef9
8285980: Several tests in compiler/c2/irTests miss @requires vm.compiler2.enabled
...
Reviewed-by: phh
Backport-of: 1f9f8738f3
2023-10-22 06:28:13 +07:00
Goetz Lindenmaier
99d7262ad9
8306137: Open source several AWT ScrollPane related tests
...
Backport-of: 4becb7bcb6
2023-10-22 06:28:12 +07:00
Matthias Baesken
d372076ab9
8310549: avoid potential leaks in KeystoreImpl.m related to JNU_CHECK_EXCEPTION early returns
...
Backport-of: 7da3f1999f
2023-10-22 06:28:12 +07:00
Alexey Bakhtin
3f21a79921
8301700: Increase the default TLS Diffie-Hellman group size from 1024-bit to 2048-bit
...
Reviewed-by: phh
Backport-of: 26b111d714
2023-10-22 06:28:12 +07:00
Goetz Lindenmaier
d298b7b39d
8306765: Some client related jtreg problem list entries are malformed
...
Backport-of: 36d61c3106
2023-10-22 06:28:12 +07:00
Aleksey Shipilev
944ceb2c3f
8278141: LIR_OpLoadKlass::_info shadows the field of the same name from LIR_Op
...
Backport-of: 0e7b6bcd82
2023-10-22 06:28:12 +07:00
Aleksey Shipilev
9d690de4a4
8277860: PPC: Remove duplicate info != NULL check
...
Backport-of: ce0234b47d
2023-10-22 06:28:11 +07:00
Sergey Nazarkin
a9fb594933
8304725: AsyncGetCallTrace can cause SIGBUS on M1
...
Backport-of: d8af7a6014
2023-10-22 06:28:11 +07:00
Goetz Lindenmaier
01f5bd7725
6176679: Application freezes when copying an animated gif image to the system clipboard
...
Backport-of: 6c71859ac2
2023-10-22 06:28:11 +07:00
Goetz Lindenmaier
3ef2b66562
8299713: Test javax/swing/JTableHeader/6889007/bug6889007.java failed: Wrong type of cursor
...
Backport-of: b54c4a33c6
2023-10-22 06:28:11 +07:00
Goetz Lindenmaier
f21755dc92
8304314: StackWalkTest.java fails after CODETOOLS-7903373
...
Backport-of: d5a150706e
2023-10-22 06:28:10 +07:00
Aleksey Shipilev
8655fe2e9d
8307348: Parallelize heap walk for ObjectCount(AfterGC) JFR event collection
...
Reviewed-by: ogillespie, phh
Backport-of: 540c706bbc
2023-10-22 06:28:10 +07:00
Aleksey Shipilev
2b1bbc1347
8311249: Remove unused MemAllocator::obj_memory_range
...
Reviewed-by: phh
Backport-of: 711cddd899
2023-10-22 06:28:10 +07:00
Aleksey Shipilev
d019fffc3c
8268852: AsyncLogWriter should not overide is_Named_thread()
...
Backport-of: 02c9bf087e
2023-10-22 06:28:10 +07:00
Chad Rakoczy
6325f51055
8307299: Move more DnD tests to open
...
Backport-of: 950c5df859
2023-10-22 06:28:10 +07:00
Chad Rakoczy
7e77e4cccc
8307083: Open source some drag and drop tests 3
...
Backport-of: 1b154e4fd3
2023-10-22 06:28:09 +07:00
Chad Rakoczy
fab0a2d1a9
8306812: Open source several AWT Miscellaneous tests
...
Backport-of: c494770ca0
2023-10-22 06:28:09 +07:00
Goetz Lindenmaier
78a01f7e88
8289547: Update javax/swing/Popup/TaskbarPositionTest.java
...
Backport-of: d73fc70ea2
2023-10-22 06:28:09 +07:00
Goetz Lindenmaier
3a8ae81ce7
8307078: Opensource and clean up five more AWT Focus related tests
...
Backport-of: 6d6f726b74
2023-10-22 06:28:09 +07:00
Goetz Lindenmaier
1e7f6d5eed
8306638: Open source some AWT tests related to datatransfer and Toolkit
...
Backport-of: 2210e06788
2023-10-22 06:28:08 +07:00
Aleksey Shipilev
8abe7d7b9c
8276696: ParallelObjectIterator freed at the wrong time in VM_HeapDumper
...
Reviewed-by: ogillespie, phh
Backport-of: f4dc03ea6d
2023-10-22 06:28:08 +07:00
Aleksey Shipilev
011458dd22
8280885: Shenandoah: Some tests failed with "EA: missing allocation reference path"
...
Backport-of: ab638341de
2023-10-22 06:28:08 +07:00
Aleksey Shipilev
3d6d2b297f
8308766: TLAB initialization may cause div by zero
...
Backport-of: 96ed1392d1
2023-10-22 06:28:08 +07:00
Aleksey Shipilev
ac04e0f9e6
8300693: Lower the compile threshold and reduce the iterations of warmup loop in VarHandles tests
...
Backport-of: 86fed79670
2023-10-22 06:28:07 +07:00
Aleksey Shipilev
e1c5c135e9
8171221: Remove -XX:+CheckMemoryInitialization
...
Backport-of: 65c8dbe693
2023-10-22 06:28:07 +07:00
Martin Doerr
15baae99a6
8300405: Screen capture for test JFileChooserSetLocationTest.java, failure case
...
Backport-of: db8fa1be05
2023-10-22 06:28:07 +07:00
Aleksey Shipilev
f02f664710
8284760: Correct type/array element offset in LibraryCallKit::get_state_from_digest_object()
...
Backport-of: 2ba5cc4163
2023-10-22 06:28:07 +07:00
Aleksey Shipilev
07cd5c4a80
8270894: Use acquire semantics in ObjectSynchronizer::read_stable_mark()
...
Reviewed-by: phh, rkennke
Backport-of: f22619032d
2023-10-22 06:28:07 +07:00
Aleksey Shipilev
5f8d6fcf4a
8270794: Avoid loading Klass* twice in TypeArrayKlass::oop_size()
...
Backport-of: ea49691f1d
2023-10-22 06:28:06 +07:00
Martin Doerr
c3466be289
8300098: java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java fails with internal timeout when executed with TieredCompilation1/3
...
Backport-of: ecf8842cd2
2023-10-22 06:28:06 +07:00
Martin Doerr
4418a7f0c8
8293811: Provide a reason for PassFailJFrame.forceFail
...
Reviewed-by: mbaesken, shade
Backport-of: 64b96e5cf5
2023-10-22 06:28:06 +07:00
Martin Doerr
ddd429f84c
8282404: DrawStringWithInfiniteXform.java failed with "RuntimeException: drawString with InfiniteXform transform takes long time"
...
Backport-of: a53be204cb
2023-10-22 06:28:06 +07:00
Christoph Langer
fb61de1665
8291444: GHA builds/tests won't run manually if disabled from automatic running
...
Backport-of: 5c0ff26f32
2023-10-22 06:28:06 +07:00
Matthias Baesken
22e715e995
8308872: enhance logging and some exception in krb5/Config.java
...
Backport-of: 70670b4af6
2023-10-22 06:28:05 +07:00
Goetz Lindenmaier
76f9d18d87
8306135: Clean up and open source some AWT tests
...
Backport-of: 4ad3ac6317
2023-10-22 06:28:05 +07:00
Goetz Lindenmaier
3e27d6efe8
8306575: Clean up and open source four Dialog related tests
...
Backport-of: 8d696aea9e
2023-10-22 06:28:05 +07:00
Matthias Baesken
9c00be67a0
8303047: avoid NULL after 8301661
...
Backport-of: 221f34634d
2023-10-22 06:28:05 +07:00
Martin Doerr
fb832c87f8
8290469: Add new positioning options to PassFailJFrame test framework
...
Reviewed-by: mbaesken
Backport-of: 568be58e85
2023-10-22 06:28:04 +07:00
Goetz Lindenmaier
85ad6276dd
8306682: Open source a few more AWT Choice tests
...
Backport-of: f39641ccbd
2023-10-22 06:28:04 +07:00
Goetz Lindenmaier
424351d798
8306484: Open source several AWT Choice jtreg tests
...
Backport-of: b5362dadc5
2023-10-22 06:28:04 +07:00
Goetz Lindenmaier
b18f47c41e
8306430: Open source some AWT tests related to TextComponent and Toolkit
...
Backport-of: 36ec05d52a
2023-10-22 06:28:04 +07:00
Goetz Lindenmaier
5c418a4ec9
8306372: Open source AWT CardLayout and Checkbox tests
...
Backport-of: 781d6d793a
2023-10-22 06:28:04 +07:00
Goetz Lindenmaier
f292af5fa7
8306134: Open source some AWT tests relating to Button and a few other classes
...
Backport-of: fdb4bafa31
2023-10-22 06:28:03 +07:00
Goetz Lindenmaier
9bcc087c98
8289077: Add manual tests to open
...
Backport-of: 787e16bb44
2023-10-22 06:28:03 +07:00
Goetz Lindenmaier
96d219307d
8301074: Replace NULL with nullptr in share/opto/
...
Reviewed-by: mdoerr
Backport-of: 5726d31e56
2023-10-22 06:28:03 +07:00
Martin Doerr
7bb5b14139
8269466: Factor out the common code for initializing and starting internal VM JavaThreads
...
Reviewed-by: mbaesken
Backport-of: 4107dcf6ec
2023-10-22 06:28:02 +07:00
Martin Doerr
f7327fd751
8297887: Update Siphash
...
Backport-of: bacf652311
2023-10-22 06:28:02 +07:00
Sergey Bylokhov
52794dd9bc
8297681: Unnecessary color conversion during 4BYTE_ABGR_PRE to INT_ARGB_PRE blit
...
Backport-of: 8ffed34e1d
2023-10-22 06:28:02 +07:00
Aleksey Shipilev
bca9913f31
8307156: native_thread not protected by TLH
...
Reviewed-by: phh, mgronlun
Backport-of: 0c6529d2d3
2023-10-22 06:28:02 +07:00
Aleksey Shipilev
cfb8d5b26c
8290464: Optimize ResourceArea zapping on ResourceMark release
...
Backport-of: 7841e5cc38
2023-10-22 06:28:02 +07:00
Sergey Bylokhov
d0a60de2ed
8295812: Skip the "half float" support in LittleCMS during the build
...
Backport-of: f0a6e71e4d
2023-10-22 06:28:01 +07:00
Sergey Bylokhov
ef5328dbbc
8308152: PropertyDescriptor should work with overridden generic getter method
...
Backport-of: 73dd03cc5a
2023-10-22 06:28:01 +07:00
Aleksey Shipilev
b2d5dff5ad
8310126: C1: Missing receiver null check in Reference::get intrinsic
...
Backport-of: 02aaab12e3
2023-10-22 06:28:01 +07:00
Aleksey Shipilev
dc92abcbb6
8305425: Thread.isAlive0 doesn't need to call into the VM
...
Reviewed-by: phh, mdoerr
Backport-of: 35cb303a2c
2023-10-22 06:28:01 +07:00
Martin Doerr
6e04456212
8289238: Refactoring changes to PassFailJFrame Test Framework
...
Reviewed-by: mbaesken, phh
Backport-of: 15efb2bdeb
2023-10-22 06:28:00 +07:00
Martin Doerr
3d00cdcf68
8305950: Have -XshowSettings option display tzdata version
...
Backport-of: 07f55c5ea2
2023-10-22 06:28:00 +07:00
Martin Doerr
17c3eafa49
8298974: Add ftcolor.c to imported freetype sources
...
Backport-of: 05f9e7676e
2023-10-22 06:27:42 +07:00
William Kemper
8868232a13
8287227: Shenandoah: A couple of virtual thread tests failed with iu mode even without Loom enabled.
...
Backport-of: 210a06a287
2023-10-22 06:25:42 +07:00
William Kemper
c0ef6cc95f
8277654: Shenandoah: Don't produce new memory state in C2 LRB runtime call
...
Backport-of: 3d39f09c6c
2023-10-22 06:25:42 +07:00
Martin Doerr
6e07a8ea35
8229147: Linux os::create_thread() overcounts guardpage size with newer glibc (>=2.27)
...
Reviewed-by: mbaesken
Backport-of: 9ebcda2165
2023-10-22 06:25:42 +07:00
Martin Doerr
3a469d160a
8303215: Make thread stacks not use huge pages
...
Backport-of: 59d9d9fcb9
2023-10-22 06:25:41 +07:00
Martin Doerr
fbf39c42c6
8306428: RunThese30M.java crashed with assert(early->flag() == current->flag() || early->flag() == mtNone)
...
Reviewed-by: mbaesken
Backport-of: ca54f4e007
2023-10-22 06:25:41 +07:00
Martin Doerr
92c1474b18
8308643: Incorrect value of 'used' jvmstat counter
...
Backport-of: 92167505b2
2023-10-22 06:25:41 +07:00
Martin Doerr
ae055660e5
8306281: function isWsl() returns false on WSL2
...
Backport-of: 9b0baa10b9
2023-10-22 06:25:41 +07:00
Martin Doerr
2ea804ac7a
8309613: [Windows] hs_err files sometimes miss information about the code containing the error
...
Reviewed-by: phh
Backport-of: bd79db3930
2023-10-22 06:25:41 +07:00
Martin Doerr
e31c274246
8153837: AArch64: Handle special cases for MaxINode & MinINode
...
Backport-of: b3684f4bac
2023-10-22 06:25:40 +07:00
Aleksey Shipilev
7507bf0b44
8309862: Unsafe list operations in JfrStringPool
...
Reviewed-by: mgronlun
Backport-of: 05f896a153
2023-10-22 06:25:40 +07:00
Goetz Lindenmaier
f4674ac05b
8307301: Update HarfBuzz to 7.2.0
...
Backport-of: d8b230c384
2023-10-22 06:25:40 +07:00
Goetz Lindenmaier
5119a5c6a9
8307604: gcc12 based Alpine build broken build after JDK-8307301
...
Reviewed-by: mdoerr
Backport-of: d2e0e534d7
2023-10-22 06:25:40 +07:00
Goetz Lindenmaier
d6dd29e68d
8307569: Build with gcc8 is broken after JDK-8307301
...
Reviewed-by: shade
Backport-of: 64c0962866
2023-10-22 06:25:39 +07:00
Goetz Lindenmaier
3a096816a1
8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar
...
Backport-of: aa5b718933
2023-10-22 06:25:39 +07:00
Martin Doerr
a99e0da332
8306435: Juggle04/TestDescription.java should be a booleanArr test and not a byteArr one
...
Backport-of: ce493dda90
2023-10-22 06:25:39 +07:00
Martin Doerr
1990cb26b7
8304845: Update PCSC-Lite for Suse Linux to 1.9.9 and fix incomplete license wording
...
Backport-of: 33d6614150
2023-10-22 06:25:39 +07:00
Martin Doerr
84de67bb34
8040793: vmTestbase/nsk/monitoring/stress/lowmem fails on calling isCollectionUsageThresholdExceeded()
...
Backport-of: 0025764ec0
2023-10-22 06:25:38 +07:00
Martin Doerr
c2784bfeea
8300659: Refactor TestMemoryAwareness to use WhiteBox api for host values
...
Backport-of: 3c61d5aa48
2023-10-22 06:25:38 +07:00
Martin Doerr
43e41acbf1
8283056: show abstract machine code in hs-err for all VM crashes
...
Backport-of: 69e4e338b1
2023-10-22 06:25:38 +07:00
William Kemper
bb909edcd0
8267188: gc/stringdedup/TestStringDeduplicationInterned.java fails with Shenandoah
...
Reviewed-by: phh, shade
Backport-of: 7212561dd1
2023-10-22 06:25:38 +07:00
Martin Doerr
90cea97164
8263044: jdk/jfr/jvm/TestDumpOnCrash.java timed out
...
Backport-of: 94ec729faa
2023-10-22 06:25:38 +07:00
Martin Doerr
09daa52fd0
8274986: max code printed in hs-err logs should be configurable
...
Reviewed-by: mbaesken
Backport-of: 33050f8013
2023-10-22 06:25:37 +07:00
Martin Doerr
1640b9b373
8252713: jtreg time out of CtrlASCII.java seems to hang the Xserver.
...
Backport-of: 6d6046b379
2023-10-22 06:25:37 +07:00
Martin Doerr
e52c4d7f97
8291830: jvmti/RedefineClasses/StressRedefine failed: assert(!is_null(v)) failed: narrow klass value can never be zero
...
Backport-of: fb6fd03233
2023-10-22 06:25:37 +07:00
Aleksey Shipilev
80581817a8
8293012: ConstantPool::print_on can crash if _cache is NULL
...
Backport-of: 9424d6d487
2023-10-22 06:25:37 +07:00
Aleksey Shipilev
e820354f16
8309956: Shenandoah: Strengthen the mark word check in string dedup
...
Backport-of: 57b8251241
2023-10-22 06:25:37 +07:00
Aleksey Shipilev
85d75c3a11
8309228: Clarify EXPERIMENTAL flags comment in hotspot/share/runtime/globals.hpp
...
Backport-of: 96a7db7b3c
2023-10-22 06:25:36 +07:00
Martin Doerr
dcedeac7d6
8282665: [REDO] ByteBufferTest.java: replace endless recursion with RuntimeException in void ck(double x, double y)
...
Backport-of: d07f7c76c5
2023-10-22 06:25:36 +07:00
Martin Doerr
17f2dc9e0d
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
2023-10-22 06:25:36 +07:00
Martin Doerr
28e9e0b0c0
8289688: jfr command hangs when it processes invalid file
...
Backport-of: dd9bd31b86
2023-10-22 06:25:36 +07:00
Martin Doerr
25e5210602
8286481: Exception printed to stdout on Windows when storing transparent image in clipboard
...
Backport-of: 5264881a15
2023-10-22 06:25:35 +07:00
Aleksey Shipilev
78048de418
8306738: Select num workers for safepoint ParallelCleanupTask
...
Reviewed-by: phh
Backport-of: 672bade522
2023-10-22 06:25:35 +07:00
William Kemper
63e82d5f54
8293252: Shenandoah: ThreadMXBean synchronizer tests crash with aggressive heuristics
...
Backport-of: 3675f4c2af
2023-10-22 06:25:35 +07:00
Frederic Thevenet
7d0e5b7edc
8309959: JFR: Display N/A for missing data amount
...
Reviewed-by: stuefe, sgehwolf
Backport-of: 9872a14192
2023-10-22 06:25:35 +07:00
Aleksey Shipilev
da5103e807
8295811: serviceability/sa/TestObjectAlignment.java fails on x86_32
...
Backport-of: 7cbf6721dc
2023-10-22 06:25:35 +07:00
Aleksey Shipilev
9278f021bf
8295657: SA: Allow larger object alignments
...
Backport-of: dfd2d83144
2023-10-22 06:25:34 +07:00
Aleksey Shipilev
7279689127
8272654: Mark word accesses should not use Access API
...
Reviewed-by: phh
Backport-of: a81e5e9353
2023-10-22 06:25:34 +07:00
Frederic Thevenet
237ff02fda
8309550: jdk.jfr.internal.Utils::formatDataAmount method should gracefully handle amounts equal to Long.MIN_VALUE
...
Reviewed-by: stuefe, sgehwolf
Backport-of: a1ab377d99
2023-10-22 06:25:34 +07:00
Aleksey Shipilev
d3649d6ea5
8279545: Buffer overrun in reverse_words of sharedRuntime_x86_64.cpp:3517
...
Backport-of: 35734ad080
2023-10-22 06:25:34 +07:00
Goetz Lindenmaier
4461a17f74
8305815: Update Libpng to 1.6.39
...
Backport-of: 14874779ee
2023-10-22 06:25:34 +07:00
Goetz Lindenmaier
a5f39ba11d
8292315: Tests should not rely on specific JAR file names (hotspot)
...
Reviewed-by: phh
Backport-of: 62a7fc60d3
2023-10-22 06:25:33 +07:00
Goetz Lindenmaier
b2f72a1350
8292316: Tests should not rely on specific JAR file names (jpackage)
...
Backport-of: 45c3e898ed
2023-10-22 06:25:33 +07:00
Goetz Lindenmaier
69d3294d8f
8285756: clean up use of bad arguments for @clean in langtools tests
...
Backport-of: 3312d8c620
2023-10-22 06:25:33 +07:00
Goetz Lindenmaier
d90e08c6fb
8286620: Create regression test for verifying setMargin() of JRadioButton
...
Backport-of: 67f1bd7ff1
2023-10-22 06:25:33 +07:00
Goetz Lindenmaier
d040df54e0
8280396: G1: Full gc mark stack draining should prefer to make work available to other threads
...
Backport-of: 674a97b27e
2023-10-22 06:25:32 +07:00
Goetz Lindenmaier
ca64dfcc30
8281507: Two javac tests have bad jtreg @clean tags
...
Backport-of: 86723d4892
2023-10-22 06:25:32 +07:00
Goetz Lindenmaier
700566dbdb
8209398: sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failed with "PKCS11Exception: CKR_ATTRIBUTE_SENSITIVE"
...
Backport-of: d64820dfef
2023-10-22 06:25:32 +07:00
Goetz Lindenmaier
2725897898
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
2023-10-22 06:25:32 +07:00
Goetz Lindenmaier
531fdf8901
8278456: Define jtreg jdk_desktop test group time-based sub-tasks for use by headful testing.
...
Backport-of: 81c56c700a
2023-10-22 06:25:31 +07:00
Scott Gibbons
9b4780a120
8300584: Accelerate AVX-512 CRC32C for small buffers
...
Reviewed-by: sgibbons, phh
Backport-of: 7c2f77a422
2023-10-22 06:25:31 +07:00
Goetz Lindenmaier
ecc9595f2d
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
2023-10-22 06:25:31 +07:00
Goetz Lindenmaier
5f8f765c98
8271707: migrate tests to use jdk.test.whitebox.WhiteBox
...
Reviewed-by: mdoerr
Backport-of: e7795851d2
2023-10-22 06:25:31 +07:00
Matthias Baesken
d15ab8c1c7
8309340: Provide sctpHandleSocketErrorWithMessage
...
Reviewed-by: mdoerr
Backport-of: 3b85f84f02
2023-10-22 06:25:30 +07:00
Goetz Lindenmaier
365e6a45e8
8302150: Speed up compiler/codegen/Test7100757.java
...
Backport-of: 16a4f02f2d
2023-10-22 06:25:30 +07:00
Goetz Lindenmaier
9591af2038
8282651: ZGC: vmTestbase/gc/ArrayJuggle/ tests fails intermittently with exit code 97
...
Backport-of: 1f438a8a70
2023-10-22 06:25:30 +07:00
Goetz Lindenmaier
866e50c2b0
8299962: Speed up compiler/intrinsics/unsafe/DirectByteBufferTest.java and HeapByteBufferTest.java
...
Backport-of: 7c1ebcc4ce
2023-10-22 06:25:30 +07:00
Goetz Lindenmaier
34d3be2264
8298921: Create a regression test for JDK-8139581
...
Backport-of: 834e50e9ef
2023-10-22 06:25:29 +07:00
Matthias Baesken
acb0a3d205
8305858: Resolve multiple definition of 'handleSocketError' when statically linking with JDK native libraries
...
Backport-of: 2bbbff209d
2023-10-22 06:25:29 +07:00
Zdenek Zambersky
4602376f98
8309138: Fix container tests for jdks with symlinked conf dir
...
Backport-of: ec55539534
2023-10-22 06:25:29 +07:00
Kirill A. Korinsky
df7c60374b
8305995: Footprint regression from JDK-8224957
...
Backport-of: 7551529854
2023-10-22 06:25:29 +07:00
Matthias Baesken
4a0cb255b0
8308300: enhance exceptions in MappedMemoryUtils.c
...
Backport-of: 69f508a2ac
2023-10-22 06:25:28 +07:00
Matthias Baesken
43f8c5f14c
8309297: Adjust ShenandoahHeap print_heap_regions_on
...
Backport-of: 9233dcc838
2023-10-22 06:25:28 +07:00
Aleksey Shipilev
d292286e49
8307395: Add missing STS to Shenandoah
...
Reviewed-by: rkennke
Backport-of: 3968ab5db5
2023-10-22 06:25:28 +07:00
Matthias Baesken
555caf6686
8308156: VerifyCACerts.java misses blank in error output
...
Backport-of: 5a92aae1d9
2023-10-22 06:25:28 +07:00
Ningsheng Jian
c6992f210a
8307572: AArch64: Vector registers are clobbered by some macroassemblers
...
Reviewed-by: aph
Backport-of: 33d9a85730
2023-10-22 06:25:28 +07:00
Oli Gillespie
d8e46dc105
8304976: Optimize DateTimeFormatterBuilder.ZoneTextPrinterParser.getTree()
...
Reviewed-by: shade, stsypanov, phh
Backport-of: 438c969b7b
2023-10-22 06:25:27 +07:00
Matthias Baesken
1dd6a3fdaf
8269091: javax/sound/sampled/Clip/SetPositionHang.java failed with ArrayIndexOutOfBoundsException: Array index out of range: -4
...
Backport-of: 1a7b70a8be
2023-10-22 06:25:27 +07:00
Matthias Baesken
9b27778d76
8283756: (zipfs) ZipFSOutputStreamTest.testOutputStream should only check inflated bytes
...
Backport-of: 0c472c8a4f
2023-10-22 06:25:27 +07:00
Aleksey Shipilev
db72722f21
8301187: Memory leaks in OopMapCache
...
Backport-of: e2a3b20ca8
2023-10-22 06:25:27 +07:00
Aleksey Shipilev
e9f74daf1c
8300053: Shenandoah: Handle more GCCauses in ShenandoahControlThread::request_gc
...
Backport-of: cac72a6018
2023-10-22 06:25:26 +07:00
Aleksey Shipilev
b644a1e974
8298138: Shenandoah: HdrSeq asserts "sub-bucket index (512) overflow for value ( 1.00)"
...
Backport-of: c16eb89ce0
2023-10-22 06:25:26 +07:00
Aleksey Shipilev
5d929ed419
8292698: Improve performance of DataInputStream
...
Backport-of: 74a51ccc86
2023-10-22 06:25:26 +07:00
Goetz Lindenmaier
d972faa607
8309107: Bump update version for OpenJDK: jdk-17.0.9
...
Reviewed-by: mdoerr
2023-10-22 06:25:07 +07:00
Vitaly Provodin
fa2c6a1a03
fixup! JBR-6181 add Linux executables with bundled FreeType
2023-10-21 15:06:36 +07:00
Nikita Gubarkov
242d98ded9
JBR-6208 Extended glyph cache for Metal
2023-10-17 12:18:29 +02:00
Vitaly Provodin
be797450aa
JBR-6181 add Linux executables with bundled FreeType
2023-10-13 06:54:55 +04:00
Alexey Ushakov
8d7ef47e99
JBR-4983 MacOS Ventura - External monitor lagging
...
Added extra redraw request
Enabled the fix by default only for M2 and spans displays property enabled (Displays have separate spaces OFF)
2023-10-12 12:31:12 +02:00
Maxim Kartashev
9e0238b23d
JBR-6142 Impossible to move/resize IDE window after restart if several projects were initially opened on secondary monitor
...
Announce to Mutter that we are "client-decorated" when a Frame is
undecorated by setting _GTK_FRAME_EXTENTS to all zeroes.
This prevents Mutter from applying certain harmful heuristics.
2023-10-10 15:37:48 +04:00
Dmitrii Morskii
1764efd82c
JBR-6135 removed dependence on process reading TTF in fixed size chunks
2023-10-09 15:00:24 +02:00
bourgesl
d49ed11c67
fixup! JBR-6119: RenderPerf enhancements: new executor modes (buffer & volatile), robot calibration & more statistics and CLI arguments added version + help information, added time unit
2023-10-04 21:08:39 +02:00
bourgesl
efe5e7df82
JBR-6119: RenderPerf enhancements:
...
new executor modes (buffer & volatile), robot calibration & more statistics and CLI arguments
added version + help information, added time unit
(cherry picked from commit 2afc66470aa3d3a77ab590b9e0eb4c799be432be)
2023-10-04 21:04:34 +02:00
Alexey Ushakov
49855c5eae
JBR-6132 Crash in [MTLLayer blitTexture] when MTL_DEBUG_LAYER enabled
...
Blit operation should not be performed on textures with MTLTextureUsageRenderTarget only, so changing framebufferOnly to NO
2023-10-04 16:31:54 +02:00
Vitaly Provodin
2c2e0495e7
JBR-6130 add VK_TAB release action
2023-09-29 01:33:41 +04:00
Vitaly Provodin
ec02179191
update exclude list on results of 17.0.8.1_b1063.1 test runs
2023-09-27 10:46:05 +07:00
Aleksey Shipilev
f0bcaac37e
8277417: C1 LIR instruction for load-klass
...
Backport-of: 99e4bda303
2023-09-27 06:56:25 +07:00
Nikita Provotorov
f23b698867
JBR-5984: IM's candidate window is placed under popup windows.
...
- Implements the optional method [NSTextInputClient windowLevel] to tell the macOS IM subsystem correct level of the window;
- Adds a regression test ImWindowIsPlacedUnderPopup5984.java.
(cherry picked from commit 5a91aae9c2 )
2023-09-26 21:53:36 +02:00
Dmitrii Morskii
c9ef2094bb
JBR-6044 handle absence of fontConfig library in setupRenderingFontHints
2023-09-25 12:36:01 +02:00
Dmitrii Morskii
352ecc734e
JBR-6041 started using correct type inside FcPatternGetValueFuncType
2023-09-25 12:35:53 +02:00
ghostflyby
eaf54c376a
JBR-6124 Fix macOS services writing text back to textfield
2023-09-25 11:38:33 +02:00
Vitaly Provodin
b215a498ce
update exclude list on results of 17.0.8.1_b1062.8 test runs
2023-09-22 17:34:12 +07:00
Sergey Shelomentsev
3939ba1019
exclude FocusTraversalOrderTest
2023-09-20 21:35:35 +03:00
Sergey Shelomentsev
b3f592763f
JBR-6060 add focus traversal order test
2023-09-20 21:21:10 +03:00
Vitaly Provodin
2a7bcda498
update exclude list on results of 17.0.8.1_b1059.3 test runs
2023-09-15 04:12:42 +07:00
Nikita Gubarkov
72057e07ce
JBR-6016 doPrivileged for JBR API internal services.
...
(cherry picked from commit 19917e72086f091ef845959a29e7814ff6d88aa7)
2023-09-11 15:08:22 +02:00
Vitaly Provodin
91f2bdc3e0
update exclude list on results of 17.0.8_b1053.1 test runs
2023-09-08 17:06:06 +07:00
Dmitrii Morskii
03a24669ad
JBR-5502: optimize stringWidth & charsWidth methods of FontDesignMetrics
2023-09-07 17:03:02 +02:00
Dmitrii Morskii
6f8d203c3e
JBR-6018 removed incorrect test testFeaturesZeroFrac
2023-09-07 14:50:32 +02:00
Nikita Tsarev
ca3bc76bf0
JBR-6028: Check before attempting to switch to a layout that might not exist in KeyCodesTest
2023-09-06 17:00:40 +02:00
Ben Taylor
7143a33a6f
8313765: Invalid CEN header (invalid zip64 extra data field size)
...
Reviewed-by: simonis
Backport-of: 13f6450e2e
2023-09-05 06:49:41 +07:00
Ben Taylor
a506b74390
8314677: Bump update version for OpenJDK: jdk-17.0.8.1
...
Reviewed-by: simonis, goetz
2023-09-05 06:49:41 +07:00
Vitaly Provodin
5c1b303693
JBR-6008 Update JetBrains Mono fonts to v2.304
2023-09-02 05:57:09 +07:00
Vitaly Provodin
59858fdd3a
update exclude list on results of 17.0.8_b1048.1 test runs
2023-09-02 05:56:29 +07:00
Maxim Kartashev
a7d6226673
JBR-6002 Linux: maximized window goes fullscreen after being moved between monitors
2023-09-01 10:03:19 +04:00
Maxim Kartashev
78bb738abd
JBR-5971 Wayland: support WindowMove JBR API
...
Updated the XToolkit implementation to match API changes required for
WLToolkit
2023-08-29 10:45:25 +04:00
Dmitrii Morskii
6227fe00c8
JBR-5844: fix case with non-scalable face
2023-08-28 19:31:37 +02:00
Dmitrii Morskii
90b997935a
JBR-5804: refactoring of freetypeScaler and moving fontconfig's logic in separate file
2023-08-28 18:40:17 +02:00
Vitaly Provodin
cfa5829cb9
update exclude list on results of 17.0.8_b1044.4 test runs
2023-08-25 17:35:25 +07:00
Dmitry Batrak
eedd728f53
JBR-5931 Add a counter for toolkit generated AWT events
...
update the fix, so that reflection isn't require to access the counter from IDE code
2023-08-24 15:56:19 +03:00
Sergei Tachenov
9ac4d0f3b3
JBR-5824 Ensure popup menus are on the correct screen
...
This is a very old bug, JDK-6415065.
What happens here is that when the position
of a popup menu is calculated, it can expand
above or below, depending on the position
of the parent menu, the item being expanded
and the size of the submenu and screen resolution.
If the menu decides to expand above,
the position calculation in JMenu.getPopupMenuOrigin
may yield a coordinate above the current screen.
Later, JPopupMenu.adjustPopupLocationToFitScreen
tries to fit the entire menu into the screen.
However, it has no idea which screen is correct,
as all it has is an (x, y) location. If that
location is invalid, it may correct it by
fitting it into the screen. However, if it is
valid, but located on an incorrect screen,
then the whole logic goes awry and the menu
is fitted into the wrong screen.
Fix by pre-adjusting the Y location to fit
into the correct screen in JMenu.getPopupMenuOrigin,
where the correct screen is still known.
The resulting location may still not be final,
as the menu's height needs to be taken into
account as well, but that's exactly what
JPopupMenu.adjustPopupLocationToFitScreen does.
Since the coordinate is on the correct screen now,
it fits the menu into the same screen, which
guarantees it'll be the correct one.
2023-08-22 12:30:58 +04:00
Dmitry Batrak
c8e3353140
JBR-5953 If hieroglyph typing isn't finalised, focusing another component inserts the composed text there
2023-08-21 13:35:47 +03:00
Vitaly Provodin
e8ea8259dd
update exclude list on results of 17.0.8_b1041.2 test runs (follow up)
2023-08-17 17:42:12 +07:00
Vitaly Provodin
ed8e703551
update exclude list on results of 17.0.8_b1041.2 test runs
2023-08-17 11:05:14 +07:00
Dmitry Batrak
2752412c77
JBR-5946 Allow to disable painting of composed text in Swing text components using TextLayout.draw
2023-08-16 15:25:04 +03:00
Sergey Nazarkin
3f7a6e46a3
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
2023-08-15 05:45:49 +07:00
Sergey Nazarkin
e847ecdb99
8283326: Implement SafeFetch statically
...
Reviewed-by: stuefe
Backport-of: bdf8a2a205
2023-08-15 05:45:43 +07:00
Fei Yang
64173c43ce
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
2023-08-15 05:45:15 +07:00
Dmitry Batrak
a724abc6f5
JBR-5931 Add a counter for toolkit generated AWT events
2023-08-11 22:23:28 +03:00
Vitaly Provodin
d26a19c187
update exclude list on results of 17.0.8_b1038.3 test runs
2023-08-07 05:58:41 +07:00
Dmitrii Morskii
36cf861aac
JBR-5724: fixed serialization and backward compatibility of Font
2023-08-02 12:29:13 +02:00
Vitaly Provodin
11113008c8
update exclude list on results of 17.0.7_b1034.2 test runs
2023-08-02 09:58:05 +07:00
Dmitry Batrak
55598693c3
JBR-5823 IDEA crashes when '-Dmain.thread.as.edt=true' vmoption is set and VoiceOver is enabled
...
done as part of JBR-4993 Support using 'main' thread as EDT on macOS
2023-08-01 21:19:01 +03:00