Per Minborg
|
74e1a8bfa8
|
8300236: Use VarHandle access in Data(Input | Output)Stream classes
Reviewed-by: rriggs, alanb
|
2023-01-25 12:54:27 +00:00 |
|
Brian Burkhalter
|
b678e70003
|
8300942: JDK-8299684 breaks x86 build
Reviewed-by: dholmes, jiefu
|
2023-01-24 20:32:46 +00:00 |
|
Jamil Nimeh
|
1a3cb8c501
|
8296343: CPVE thrown on missing content-length in OCSP response
Reviewed-by: mullan, rhalade
|
2023-01-23 18:05:48 +00:00 |
|
Mandy Chung
|
86fed79670
|
8300693: Lower the compile threshold and reduce the iterations of warmup loop in VarHandles tests
Reviewed-by: jvernee, dholmes, psandoz
|
2023-01-23 17:58:53 +00:00 |
|
Brian Burkhalter
|
a56598f5a5
|
8299684: (bf) JNI direct buffer functions with large capacity behave unexpectedly
Reviewed-by: dholmes, alanb
|
2023-01-23 17:12:49 +00:00 |
|
Tagir F. Valeev
|
67b1c890b3
|
8294693: Add Collections.shuffle overload that accepts RandomGenerator interface
Reviewed-by: smarks, darcy
|
2023-01-21 18:36:31 +00:00 |
|
Darragh Clarke
|
e803855708
|
8299863: URLFromURITest.java should import org.junit.jupiter.api.Test
Reviewed-by: dfuchs, cstein
|
2023-01-20 17:00:53 +00:00 |
|
Ralf Schmelter
|
92d8326e40
|
8299827: Add resolved IP address in connection exception for sockets
Reviewed-by: alanb, vtewari, jpai, dfuchs
|
2023-01-20 16:36:45 +00:00 |
|
Daniel Fuchs
|
49d60fee49
|
8300172: java/net/httpclient/MappingResponseSubscriber.java failed with java.net.ConnectException
Reviewed-by: jpai
|
2023-01-20 09:23:37 +00:00 |
|
Alan Bateman
|
5b0af1a80b
|
8208077: File.listRoots performance degradation
Reviewed-by: lancea, bpb
|
2023-01-19 06:59:38 +00:00 |
|
Feilong Jiang
|
24cdcd4c70
|
8293841: RISC-V: Implementation of Foreign Function & Memory API (Preview)
Co-authored-by: Weikai He <weikai@isrc.iscas.ac.cn>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Reviewed-by: jvernee, fyang, shade, yadongwang
|
2023-01-19 01:33:35 +00:00 |
|
Jesper Wilhelmsson
|
fc9f8baf56
|
Merge
|
2023-01-18 23:29:12 +00:00 |
|
Sergey Bylokhov
|
8b70c432d3
|
8299772: The ColorModel.getRGBdefault() method is not thread-safe
Reviewed-by: prr
|
2023-01-18 20:27:30 +00:00 |
|
Maurizio Cimadamore
|
b9275a8ed1
|
8300275: SegmentScope.isAccessibleBy returning incorrect values
Reviewed-by: alanb, jvernee
|
2023-01-18 12:36:15 +00:00 |
|
Claes Redestad
|
e37078f5bb
|
8282664: Unroll by hand StringUTF16 and StringLatin1 polynomial hash loops
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: vlivanov, sviswanathan, luhenry
|
2023-01-17 21:06:22 +00:00 |
|
Alan Bateman
|
fb147aaea1
|
8300228: ModuleReader.find on exploded module throws if resource name maps to invalid file path
Reviewed-by: jpai, chegar, cstein
|
2023-01-17 16:25:11 +00:00 |
|
Per Minborg
|
3462438ae1
|
8299576: Reimplement java.io.Bits using VarHandle access
Reviewed-by: uschindler, alanb
|
2023-01-17 07:44:26 +00:00 |
|
Magnus Ihse Bursie
|
4073b68565
|
8298047: Remove all non-significant trailing whitespace from properties files
Reviewed-by: serb, rriggs
|
2023-01-16 18:53:54 +00:00 |
|
Manukumar V S
|
a2f67660f0
|
8288415: java/awt/PopupMenu/PopupMenuLocation.java is unstable in MacOS machines
Reviewed-by: dnguyen, aivanov
|
2023-01-16 12:18:51 +00:00 |
|
Raffaello Giulietti
|
33412c102c
|
8299677: Formatter.format might take a long time to format an integer or floating-point
Reviewed-by: alanb, stsypanov, darcy
|
2023-01-12 19:21:09 +00:00 |
|
Alan Bateman
|
4b573343a6
|
8278326: Socket close is not thread safe and other cleanup
Reviewed-by: jpai
|
2023-01-12 09:38:31 +00:00 |
|
Christoph Langer
|
752a37016f
|
8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR
Reviewed-by: naoto
Backport-of: 3b374c0153
|
2023-01-12 08:02:58 +00:00 |
|
Jesper Wilhelmsson
|
33f3bd8fad
|
Merge
|
2023-01-11 21:50:42 +00:00 |
|
Naoto Sato
|
c7716a0101
|
8299571: ZoneRulesProvider.registerProvider() can leave inconsistent state on failure
Reviewed-by: iris, rriggs, joehw
|
2023-01-11 17:01:48 +00:00 |
|
Maurizio Cimadamore
|
945ef07564
|
8299862: OfAddress setter should disallow heap segments
Reviewed-by: jvernee
|
2023-01-11 10:31:25 +00:00 |
|
Tejesh R
|
95b102c9b1
|
8299309: Test "java/awt/Dialog/ModalDialogTest/ModalDialogTest.java" fails because new frame was not displayed when "New Frame" button was clicked
Reviewed-by: honkar, dnguyen, psadhukhan
|
2023-01-11 07:35:30 +00:00 |
|
Mandy Chung
|
a86b6f6fde
|
8299183: Invokers.checkExactType passes parameters to create WMTE in opposite order
Reviewed-by: iris, jpai
|
2023-01-10 17:05:33 +00:00 |
|
Jesper Wilhelmsson
|
4395578b6f
|
Merge
|
2023-01-09 23:31:32 +00:00 |
|
Justin Lu
|
f79b3d42f0
|
6381945: (cal) Japanese calendar unit test system should avoid multiple static imports
Reviewed-by: lancea, iris, naoto
|
2023-01-09 22:10:36 +00:00 |
|
Naoto Sato
|
d49851a8b8
|
8299689: Make use of JLine for Console as "opt-in"
Reviewed-by: jpai, alanb
|
2023-01-09 18:23:42 +00:00 |
|
Daniel Jeliński
|
8d17d1ee6f
|
6914801: IPv6 unavailable if stdin is a socket
Reviewed-by: michaelm
|
2023-01-09 07:39:12 +00:00 |
|
Srinivas Mandalika
|
834e50e9ef
|
8298921: Create a regression test for JDK-8139581
Reviewed-by: serb
|
2023-01-08 09:08:04 +00:00 |
|
Justin Lu
|
d5b80abcbf
|
8299617: CurrencySymbols.properties is missing the copyright notice
Reviewed-by: naoto, iris, jpai
|
2023-01-07 02:20:12 +00:00 |
|
Jesper Wilhelmsson
|
5393dc9a48
|
Merge
|
2023-01-07 02:05:59 +00:00 |
|
Anto J
|
7845b0d7b4
|
8296934: Write a test to verify whether Undecorated Frame can be iconified or not
Reviewed-by: serb
|
2023-01-06 00:37:26 +00:00 |
|
Maurizio Cimadamore
|
9c4ed16be2
|
8299561: VaList.empty() doesn't return a list associated with the global scope
Reviewed-by: jvernee
|
2023-01-05 09:44:16 +00:00 |
|
ravi.ra.gupta
|
5ae6de859d
|
8299296: Write a test to verify the components selection sends ItemEvent
Reviewed-by: serb
|
2023-01-04 22:44:38 +00:00 |
|
Justin Lu
|
3b374c0153
|
8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR
Reviewed-by: naoto, lancea, jpai
|
2023-01-04 21:59:02 +00:00 |
|
Daniel Jeliński
|
41900b57af
|
8189338: JMX RMI Remote Mbean server connection hangs if the server stops responding during a SSL Handshake
Reviewed-by: smarks
|
2023-01-04 13:17:29 +00:00 |
|
Matthias Baesken
|
c2e3d72848
|
8299388: java/util/regex/NegativeArraySize.java fails on Alpine and sometimes Windows
Reviewed-by: mdoerr, alanb
|
2022-12-30 07:43:32 +00:00 |
|
Alan Bateman
|
11fd651ab1
|
8298875: A module requiring "java.base" with flags ACC_SYNTHETIC should be rejected
Reviewed-by: jpai, mchung
|
2022-12-27 07:51:04 +00:00 |
|
Toshio Nakamura
|
26868c1ac4
|
8299255: Unexpected round errors in FreetypeFontScaler
Reviewed-by: prr, serb
|
2022-12-24 14:26:42 +00:00 |
|
Jesper Wilhelmsson
|
19ce23c645
|
Merge
|
2022-12-23 11:25:10 +00:00 |
|
Ichiroh Takiguchi
|
5e2de89628
|
8299194: CustomTzIDCheckDST.java may fail at future date
Reviewed-by: naoto
|
2022-12-22 21:07:01 +00:00 |
|
Bill Huang
|
a3693ccc61
|
8295087: Manual Test to Automated Test Conversion
Reviewed-by: ssahoo, rhalade
|
2022-12-22 16:50:59 +00:00 |
|
Chris Hegarty
|
9863f59e1d
|
8299015: Ensure that HttpResponse.BodySubscribers.ofFile writes all bytes
Backport-of: a7d6de71bb
|
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 |
|
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 |
|
Damon Nguyen
|
f80faced6e
|
8202931: [macos] java/awt/Choice/ChoicePopupLocation/ChoicePopupLocation.java fails
Reviewed-by: serb, honkar
|
2022-12-21 20:10:52 +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 |
|