Artem Semenov
|
5e861e3965
|
8298645: JNI works with accessibleSelection on a wrong thread
Reviewed-by: serb, kizune
|
2022-12-23 22:28:41 +00:00 |
|
Artem Semenov
|
fd746a2fe0
|
8298643: JNI call of getAccessibleRowWithIndex and getAccessibleColumnWithIndex on a wrong thread
Reviewed-by: serb, kizune
|
2022-12-23 22:07:14 +00:00 |
|
Xiaolin Zheng
|
da75de3184
|
8299172: RISC-V: [TESTBUG] Fix stack alignment logic in jvmci RISCV64TestAssembler.java
Reviewed-by: fyang
|
2022-12-23 11:54:00 +00:00 |
|
Jesper Wilhelmsson
|
19ce23c645
|
Merge
|
2022-12-23 11:25:10 +00:00 |
|
Xiaolin Zheng
|
2f4098e1dc
|
8299168: RISC-V: Fix MachNode size mismatch for MacroAssembler::_verify_oops*
Reviewed-by: fyang
|
2022-12-23 09:22:39 +00:00 |
|
Stuart Marks
|
33042a49d7
|
8299237: add ArraysSupport.newLength test to a test group
Reviewed-by: naoto
|
2022-12-22 21:56:04 +00:00 |
|
Jonathan Gibbons
|
2294f225c0
|
8286311: remove boilerplate from use of runTests
Reviewed-by: hannesw
|
2022-12-22 21:20:43 +00:00 |
|
Ichiroh Takiguchi
|
5e2de89628
|
8299194: CustomTzIDCheckDST.java may fail at future date
Reviewed-by: naoto
|
2022-12-22 21:07:01 +00:00 |
|
Ioi Lam
|
6ccee83958
|
8292206: TestCgroupMetrics.java fails as getMemoryUsage() is lower than expected
Reviewed-by: dholmes, sgehwolf
|
2022-12-22 20:50:20 +00:00 |
|
Andrey Turbanov
|
b378381a9c
|
8299199: Avoid redundant split calls in FontConfiguration.initReorderMap implementations
Reviewed-by: aivanov
|
2022-12-22 19:09:37 +00:00 |
|
Kim Barrett
|
62a033ecd7
|
8299191: Unnecessarily global friend functions for relocInfo
Reviewed-by: chagedorn, kvn
|
2022-12-22 17:30:09 +00:00 |
|
Bill Huang
|
a3693ccc61
|
8295087: Manual Test to Automated Test Conversion
Reviewed-by: ssahoo, rhalade
|
2022-12-22 16:50:59 +00:00 |
|
Mark Powers
|
a80c91d036
|
8299230: Use https: in links
Reviewed-by: jjg, mullan, xuelei
|
2022-12-22 15:29:53 +00:00 |
|
Chris Hegarty
|
9863f59e1d
|
8299015: Ensure that HttpResponse.BodySubscribers.ofFile writes all bytes
Backport-of: a7d6de71bb83c8715654f61dd166aad6e8dab847
|
2022-12-22 12:49:25 +00:00 |
|
Ajit Ghaisas
|
5e001d6ff3
|
8299207: [Testbug] Add back test/jdk/java/awt/Graphics2D/DrawPrimitivesTest.java
Co-authored-by: Alexey Ushakov <avu@openjdk.org>
Reviewed-by: jdv
|
2022-12-22 10:38:12 +00:00 |
|
Roland Westrelin
|
a0a09d56ba
|
8298176: remove OpaqueZeroTripGuardPostLoop once main-loop disappears
Reviewed-by: thartmann, chagedorn, kvn
|
2022-12-22 08:56:00 +00:00 |
|
Sergey Bylokhov
|
50120396b6
|
8298887: On the latest macOS+XCode the Robot API may report wrong colors
Reviewed-by: azvegint
|
2022-12-22 07:20:06 +00:00 |
|
Alexander Zuev
|
fef70d78ba
|
8299077: [REDO] JDK-4512626 Non-editable JTextArea provides no visual indication of keyboard focus
8299127: [REDO] JDK-8194048 Regression automated test '/open/test/jdk/javax/swing/text/DefaultCaret/HidingSelection/HidingSelectionTest.java' fails
8299128: [REDO] JDK-8213562 Test javax/swing/text/DefaultCaret/HidingSelection/MultiSelectionTest.java fails
Reviewed-by: aivanov, azvegint
|
2022-12-22 00:12:15 +00:00 |
|
Jesper Wilhelmsson
|
34cdda5b83
|
Merge
|
2022-12-21 23:50:59 +00:00 |
|
Damon Nguyen
|
f80faced6e
|
8202931: [macos] java/awt/Choice/ChoicePopupLocation/ChoicePopupLocation.java fails
Reviewed-by: serb, honkar
|
2022-12-21 20:10:52 +00:00 |
|
Volodymyr Paprotski
|
22007a1e38
|
8298893: Rename option UsePolyIntrinsics to UsePoly1305Intrinsics
Reviewed-by: jnimeh, chagedorn, thartmann
|
2022-12-21 18:43:40 +00:00 |
|
Tyler Steele
|
9adc349cbb
|
8298726: (fs) Change PollingWatchService to record last modified time as FileTime rather than milliseconds
Backport-of: 5f63f7a742a1071a87ca69463bae6e04a44fe462
|
2022-12-21 18:17:42 +00:00 |
|
Naoto Sato
|
7e59a0ecb6
|
8298971: Move Console implementation into jdk internal package
Reviewed-by: jpai
|
2022-12-21 18:09:21 +00:00 |
|
Xin Liu
|
10d62fa218
|
8299061: Using lambda to optimize GraphKit::compute_stack_effects()
Reviewed-by: kbarrett, thartmann
|
2022-12-21 16:48:20 +00:00 |
|
Matias Saavedra Silva
|
65442a2e26
|
8269736: Optimize CDS PatchEmbeddedPointers::do_bit()
Reviewed-by: ccheung, iklam
|
2022-12-21 15:33:24 +00:00 |
|
Roland Westrelin
|
88bfe4d3bf
|
8297724: Loop strip mining prevents some empty loops from being eliminated
Reviewed-by: kvn, thartmann
|
2022-12-21 14:46:57 +00:00 |
|
Chris Hegarty
|
a7d6de71bb
|
8299015: Ensure that HttpResponse.BodySubscribers.ofFile writes all bytes
Co-authored-by: Daniel Jeliński <djelinski@openjdk.org>
Reviewed-by: dfuchs, djelinski, jpai
|
2022-12-21 12:19:06 +00:00 |
|
Nick Gasson
|
81933b7a92
|
8298642: ParallelGC -XX:+UseNUMA eden spaces allocated on wrong node
Reviewed-by: tschatzl, ayang
|
2022-12-21 11:00:48 +00:00 |
|
Christoph Langer
|
92fe304f08
|
8298588: WebSockets: HandshakeUrlEncodingTest unnecessarily depends on a response body
Backport-of: 909d0cb4d9475fd367b8bc64a6b50c5a324e9a01
|
2022-12-21 10:57:24 +00:00 |
|
Naveen Narayanan
|
b005013a00
|
8296275: Write a test to verify setAccelerator method of JMenuItem
Reviewed-by: mvs, aivanov
|
2022-12-21 10:48:27 +00:00 |
|
Andrey Turbanov
|
85f9b37d71
|
8297682: Use Collections.emptyIterator where applicable
Reviewed-by: stsypanov, alanb, jpai
|
2022-12-21 08:15:11 +00:00 |
|
Matthias Baesken
|
f36e144923
|
8299025: BMPImageReader.java readColorPalette could use staggeredReadByteStream
Reviewed-by: clanger
|
2022-12-21 08:05:37 +00:00 |
|
Xue-Lei Andrew Fan
|
f56285c361
|
8299146: No copyright statement on ArtifactResolverException.java
Reviewed-by: erikj
|
2022-12-21 01:47:50 +00:00 |
|
Kim Barrett
|
396a9bff68
|
8298913: Add override qualifiers to Relocation classes
Reviewed-by: kvn, aboldtch
|
2022-12-21 01:22:11 +00:00 |
|
Jonathan Gibbons
|
f7be5b530d
|
8299156: Broken link in jdk.compiler/module-info.java
Reviewed-by: iris
|
2022-12-20 22:53:09 +00:00 |
|
Martin Doerr
|
3d4d9fd6e6
|
8298947: compiler/codecache/MHIntrinsicAllocFailureTest.java fails intermittently
Reviewed-by: kvn, chagedorn
|
2022-12-20 22:02:34 +00:00 |
|
Jonathan Gibbons
|
e85d00f6c3
|
8299147: Minor accessibility errors in the specs and man index pages
Reviewed-by: mchung, erikj
|
2022-12-20 21:33:53 +00:00 |
|
Jesper Wilhelmsson
|
386db07143
|
Merge
|
2022-12-20 20:20:17 +00:00 |
|
Albert Mingkun Yang
|
8dfb6d76e8
|
8298651: Serial: Remove MarkSweep::follow_klass
Reviewed-by: kbarrett, tschatzl
|
2022-12-20 19:36:52 +00:00 |
|
Daniel D. Daugherty
|
f4d7f43394
|
8299123: [BACKOUT] 4512626 Non-editable JTextArea provides no visual indication of keyboard focus
Reviewed-by: tschatzl
|
2022-12-20 16:20:50 +00:00 |
|
Coleen Phillimore
|
03afec16f8
|
8298162: Test PrintClasses hits assert when run with code that retransform classes
Reviewed-by: dholmes, mgronlun
|
2022-12-20 14:09:22 +00:00 |
|
Coleen Phillimore
|
03d992728e
|
8298061: vmTestbase/nsk/sysdict/vm/stress/btree/btree012/btree012.java failed with "fatal error: refcount has gone to zero"
Reviewed-by: iklam, dholmes
|
2022-12-20 13:21:50 +00:00 |
|
Erik Gahlin
|
de8153cab7
|
8298526: JFR: Generate missing filename for time-bound recordings
Reviewed-by: mgronlun
|
2022-12-20 13:07:25 +00:00 |
|
Albert Mingkun Yang
|
65fc05884b
|
8298968: G1: Incorrect merged remset stats
Reviewed-by: tschatzl, kbarrett
|
2022-12-20 12:43:53 +00:00 |
|
Erik Gahlin
|
318526b01e
|
8299031: JFR: Clean up jdk.management.jfr
Reviewed-by: mgronlun
|
2022-12-20 12:22:01 +00:00 |
|
Jesper Wilhelmsson
|
c5a4a7a679
|
Merge
|
2022-12-20 11:40:56 +00:00 |
|
Daniel Fuchs
|
e5edb10dc5
|
8299018: java/net/httpclient/HttpsTunnelAuthTest.java fails with java.io.IOException: HTTP/1.1 header parser received no bytes
Reviewed-by: djelinski, jpai
|
2022-12-20 11:06:36 +00:00 |
|
Daniel Fuchs
|
5df00d34fe
|
8298931: java/net/httpclient/CancelStreamedBodyTest.java fails with AssertionError due to Pending TCP connections: 1
Reviewed-by: jpai
|
2022-12-20 11:05:38 +00:00 |
|
Erik Gahlin
|
3dd2cfabdc
|
8298784: JFR: Test chunk integrity
Reviewed-by: mgronlun
|
2022-12-20 10:52:11 +00:00 |
|
Daniel Jeliński
|
36de61c460
|
8298865: Excessive memory allocation in CipherOutputStream AEAD decryption
Reviewed-by: valeriep, ascarpino
|
2022-12-20 10:27:33 +00:00 |
|