Mikael Vidstedt
|
9a18190a4f
|
8280048: Missing comma in copyright header
Reviewed-by: prr
|
2022-01-15 03:20:34 +00:00 |
|
Masanori Yano
|
22b7295e75
|
7001973: java/awt/Graphics2D/CopyAreaOOB.java fails
Reviewed-by: serb
|
2022-01-15 02:17:46 +00:00 |
|
Jaikiran Pai
|
c17a0122c4
|
8278961: Enable debug logging in java/net/DatagramSocket/SendDatagramToBadAddress.java
Reviewed-by: dfuchs, msheppar
|
2022-01-13 13:23:57 +00:00 |
|
Weijun Wang
|
cb25029885
|
8279800: isAssignableFrom checks in AlgorithmParametersSpi.engineGetParameterSpec appear to be backwards
Reviewed-by: xuelei, valeriep
|
2022-01-13 00:42:00 +00:00 |
|
Naoto Sato
|
0a094d7c28
|
8268081: Upgrade Unicode Data Files to 14.0.0
Reviewed-by: joehw, iris, lancea
|
2022-01-12 19:17:18 +00:00 |
|
Masanori Yano
|
3aaa0982d8
|
8276694: Pattern trailing unescaped backslash causes internal error
Reviewed-by: jlaskey
|
2022-01-11 22:37:15 +00:00 |
|
Jesper Wilhelmsson
|
d9b1bb5860
|
Merge
|
2022-01-10 17:06:23 +00:00 |
|
Sergey Bylokhov
|
77757ba974
|
8225122: Test AncestorResized.java fails when Windows desktop is scaled.
Reviewed-by: kizune, aivanov
|
2022-01-08 01:03:34 +00:00 |
|
Sergey Bylokhov
|
f203723fc7
|
8279337: The MToolkit is still referenced in a few places
Reviewed-by: prr
|
2022-01-08 01:02:37 +00:00 |
|
Maurizio Cimadamore
|
d65c665839
|
8279527: Dereferencing segments backed by different scopes leads to pollution
Reviewed-by: psandoz, jvernee
|
2022-01-07 13:41:29 +00:00 |
|
Alan Bateman
|
2dbb936da9
|
8279339: (ch) Input/Output streams returned by Channels factory methods don't support concurrent read/write ops
Reviewed-by: lancea, bpb
|
2022-01-06 08:12:53 +00:00 |
|
Jesper Wilhelmsson
|
844dfb3ab6
|
Merge
|
2022-01-06 01:26:50 +00:00 |
|
Maurizio Cimadamore
|
9d43d25da8
|
8278897: Alignment of heap segments is not enforced correctly
Reviewed-by: jvernee
|
2022-01-05 10:47:34 +00:00 |
|
Aleksey Shipilev
|
0f4807e8fe
|
8279222: Incorrect legacyMap.get in java.security.Provider after JDK-8276660
Co-authored-by: Valerie Peng <valeriep@openjdk.org>
Reviewed-by: alanb, valeriep
|
2022-01-05 07:29:17 +00:00 |
|
Naoto Sato
|
8dc4437d00
|
8278434: timeouts in test java/time/test/java/time/format/TestZoneTextPrinterParser.java
Reviewed-by: joehw
|
2022-01-04 02:48:23 +00:00 |
|
Sergey Bylokhov
|
7fea10327e
|
8279134: Fix Amazon copyright in various files
Reviewed-by: xliu, phh
|
2021-12-26 22:10:54 +00:00 |
|
Daniel Le
|
87cc4e5009
|
8276302: Locale.filterTags methods ignore actual weight when matching "*" (as if it is 1)
Reviewed-by: naoto
|
2021-12-23 14:11:11 +00:00 |
|
Roger Riggs
|
db3d6d7724
|
8278087: Deserialization filter and filter factory property error reporting under specified
Backport-of: f90425a1cbbc686045c87086af586e62f05f6c49
|
2021-12-21 15:42:36 +00:00 |
|
Roger Riggs
|
f90425a1cb
|
8278087: Deserialization filter and filter factory property error reporting under specified
Reviewed-by: lancea, bpb
|
2021-12-21 14:24:44 +00:00 |
|
Jesper Wilhelmsson
|
e6b28e05c6
|
Merge
|
2021-12-16 00:26:36 +00:00 |
|
Vladimir Kozlov
|
d3408a46b7
|
8277964: ClassCastException with no stack trace is thrown with -Xcomp in method handle invocation
Reviewed-by: dlong, mchung, dholmes
|
2021-12-15 21:45:45 +00:00 |
|
Weijun Wang
|
0cc989b7d2
|
8278744: KeyStore:getAttributes() not returning unmodifiable Set
Reviewed-by: mullan
|
2021-12-14 18:39:22 +00:00 |
|
Sergey Bylokhov
|
a9c1acbb8a
|
8275843: Random crashes while the UI code is executed
Reviewed-by: azvegint
|
2021-12-14 18:03:00 +00:00 |
|
Jesper Wilhelmsson
|
8401a059bd
|
Merge
|
2021-12-14 02:15:15 +00:00 |
|
David Holmes
|
c93b24d852
|
8132785: java/lang/management/ThreadMXBean/ThreadLists.java fails intermittently
Reviewed-by: alanb, kevinw, dcubed, sspitsyn
|
2021-12-13 21:37:51 +00:00 |
|
Roman Kennke
|
8eb453baeb
|
8277072: ObjectStreamClass caches keep ClassLoaders alive
Reviewed-by: rriggs, plevart
|
2021-12-10 16:24:16 +00:00 |
|
Michael McMahon
|
bc31ccc95b
|
8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses
Reviewed-by: dfuchs
|
2021-12-09 17:38:49 +00:00 |
|
Roger Riggs
|
3cec700a5c
|
8278463: [test] Serialization WritePrimitive test revised for readFully test fails
Reviewed-by: darcy
|
2021-12-08 22:59:38 +00:00 |
|
Vicente Romero
|
03bf55f620
|
8277980: ObjectMethods::bootstrap throws NPE when lookup is null
Reviewed-by: jjg
|
2021-12-08 22:49:43 +00:00 |
|
Roger Riggs
|
8e8fadf2d4
|
8278428: ObjectInputStream.readFully range check incorrect
Reviewed-by: alanb
|
2021-12-08 20:37:41 +00:00 |
|
Brian Burkhalter
|
2478158815
|
8277361: java/nio/channels/Channels/ReadXBytes.java fails with OOM error
Reviewed-by: alanb, lancea
|
2021-12-08 17:11:14 +00:00 |
|
Daniel Fuchs
|
37921e3080
|
8269258: java/net/httpclient/ManyRequestsLegacy.java failed with connection timeout
Reviewed-by: michaelm
|
2021-12-08 15:31:49 +00:00 |
|
Matthias Baesken
|
fd8cb2dae8
|
8278346: java/nio/file/Files/probeContentType/Basic.java fails on Linux SLES15 machine
Reviewed-by: shade
|
2021-12-08 14:03:56 +00:00 |
|
Stuart Marks
|
d7ad546758
|
8276422: Add command-line option to disable finalization
Co-authored-by: David Holmes <dholmes@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Reviewed-by: dholmes, kbarrett, bchristi
|
2021-12-08 00:27:53 +00:00 |
|
Maxim Kartashev
|
7217cb7878
|
8274883: (se) Selector.open throws IAE when the default file system provider is changed to a custom provider
Reviewed-by: alanb, michaelm
|
2021-12-07 16:59:34 +00:00 |
|
Brian Burkhalter
|
7ea4b19f54
|
8278166: java/nio/channels/Channels/TransferTo.java timed out
Reviewed-by: lancea, alanb
|
2021-12-07 16:47:24 +00:00 |
|
Roman Kennke
|
5b81d5eeb4
|
8276901: Implement UseHeavyMonitors consistently
Reviewed-by: coleenp, mdoerr, dcubed
|
2021-12-07 14:41:42 +00:00 |
|
Alan Bateman
|
69d8669fb3
|
8278339: ServerSocket::isClosed may return false after accept throws
Reviewed-by: dfuchs
|
2021-12-07 14:22:35 +00:00 |
|
Sibabrata Sahoo
|
f22d157e55
|
8277353: java/security/MessageDigest/ThreadSafetyTest.java test times out
Reviewed-by: weijun
|
2021-12-07 05:10:30 +00:00 |
|
Markus Karg
|
9642629d15
|
8276779: (ch) InputStream returned by Channels.newInputStream should have fast path for SelectableChannels
Reviewed-by: lancea, alanb
|
2021-12-04 09:27:23 +00:00 |
|
Brian Burkhalter
|
0d938cedca
|
8278172: java/nio/channels/FileChannel/BlockDeviceSize.java should only run on Linux
Reviewed-by: lancea, alanb
|
2021-12-03 16:00:27 +00:00 |
|
Tim Prinzing
|
b8ac0d20ce
|
8276681: Additional malformed Javadoc inline tags in JDK source
Reviewed-by: lancea
|
2021-12-02 21:22:43 +00:00 |
|
Brian Burkhalter
|
15345e3edc
|
8276661: (fs) UserDefinedFileAttributeView no longer works with long path (win)
Reviewed-by: alanb
|
2021-12-02 20:53:13 +00:00 |
|
Joe Darcy
|
8b042d14b7
|
8257856: Make ClassFileVersionsTest.java robust to JDK version updates
Reviewed-by: alanb
|
2021-12-02 18:17:32 +00:00 |
|
Maurizio Cimadamore
|
ea905bd3da
|
8277924: Small tweaks to foreign function and memory API
Reviewed-by: jvernee, psandoz
|
2021-12-02 11:22:31 +00:00 |
|
Naoto Sato
|
a363b7b921
|
8177819: DateTimeFormatterBuilder zone parsing should recognise DST
8277049: ZonedDateTime parse in Fall DST transition fails to retain the correct zonename.
Reviewed-by: joehw, scolebourne
|
2021-12-01 17:14:53 +00:00 |
|
Ravi Reddy
|
1e9ed54d36
|
8193682: Infinite loop in ZipOutputStream.close()
Reviewed-by: lancea, coffeys
|
2021-12-01 15:35:00 +00:00 |
|
Naoto Sato
|
f1c20e91d8
|
8190748: java/text/Format/DateFormat/DateFormatTest.java and NonGregorianFormatTest fail intermittently
Reviewed-by: rriggs, joehw, lancea
|
2021-11-30 22:41:36 +00:00 |
|
Jorn Vernee
|
98a9f03739
|
8277602: Deopt code does not extend the stack enough if the caller is an optimize entry blob
Reviewed-by: dlong, thartmann
|
2021-11-30 14:34:00 +00:00 |
|
Roger Riggs
|
0384739afc
|
8276665: ObjectInputStream.GetField.get(name, object) should throw ClassNotFoundException
Reviewed-by: naoto, lancea, smarks
|
2021-11-24 15:14:22 +00:00 |
|