Sean Coffey
1f9ff41312
8292297: Fix up loading of override java.security properties file
...
Reviewed-by: xuelei
2022-09-19 15:21:46 +00:00
Alexey Ivanov
64b96e5cf5
8293811: Provide a reason for PassFailJFrame.forceFail
...
Reviewed-by: honkar, jdv
2022-09-19 14:22:36 +00:00
Prasanta Sadhukhan
141d5f5dee
8293767: AWT test TestSinhalaChar.java has old SCCS markings
...
Reviewed-by: iris
2022-09-16 07:58:00 +00:00
Joe Darcy
1dc5039fed
8293626: AccessFlag::locations(ClassFileFormatVersion cffv) does not throw NPEx when parameter is null
...
8293627: AccessFlag::locations(ClassFileFormatVersion cffv) and locations() results are inconsistent
Reviewed-by: mchung
2022-09-13 16:51:01 +00:00
Jaikiran Pai
8bd79d3efd
8170305: URLConnection doesn't handle HTTP/1.1 1xx (informational) messages
...
Reviewed-by: dfuchs, michaelm
2022-09-13 05:08:05 +00:00
Roger Riggs
0c61bf109f
8293282: LoadLibraryUnloadTest.java fails with "Too few cleared WeakReferences"
...
Reviewed-by: mchung, jpai
2022-09-12 13:26:15 +00:00
Alan Bateman
68da02c7b5
8292240: CarrierThread.blocking not reset when spare not activated
...
Reviewed-by: dfuchs
2022-09-10 06:15:48 +00:00
Naoto Sato
b8598b0297
8291660: Grapheme support in BreakIterator
...
Reviewed-by: smarks
2022-09-09 17:13:51 +00:00
Valerie Peng
812d805a48
6447816: Provider filtering (getProviders) is not working with OR'd conditions
...
Reviewed-by: weijun
2022-09-09 00:30:54 +00:00
Vicente Romero
46e6e41b9a
8293051: Further refactor javac after removal of -source/-target/--release 7
...
Reviewed-by: darcy, mcimadamore
2022-09-08 14:36:19 +00:00
Naoto Sato
32c7b6283d
8293146: Strict DateTimeFormatter fails to report an invalid week 53
...
Reviewed-by: rriggs
2022-09-07 18:33:37 +00:00
Brian Burkhalter
da596182a4
8264744: (fs) Use file cloning in Linux version of Files::copy method
...
Reviewed-by: alanb
2022-09-06 18:10:58 +00:00
Yoshiki Sato
98d85e6f59
8292579: (tz) Update Timezone Data to 2022c
...
Reviewed-by: naoto, alanb
2022-09-06 16:05:51 +00:00
Prasanta Sadhukhan
955baa3c44
8267374: macOS: Option+Up/Down Arrow don't traverse to beginning/end of line in JTextArea
...
Reviewed-by: prr
2022-09-05 10:47:48 +00:00
Bill Huang
032be168b5
8292066: Convert TestInputArgument.sh and TestSystemLoadAvg.sh to java version
...
Reviewed-by: lmesnik, amenkov
2022-09-01 21:29:24 +00:00
Joe Darcy
2d18dda3f2
8173605: Remove support for source and target 1.7 option in javac
...
Reviewed-by: vromero
2022-09-01 16:43:50 +00:00
Roger Riggs
2d10d4f54e
8291651: CleanerTest.java fails with "Cleanable was cleaned"
...
Reviewed-by: jpai, dfuchs
2022-09-01 14:02:06 +00:00
Aleksey Shipilev
6e6202c14d
8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures
...
Reviewed-by: yadongwang, fyang, vkempik, psandoz
2022-09-01 09:22:56 +00:00
Roger Riggs
4e457acda0
8291760: PipelineLeaksFD.java still fails: More or fewer pipes than expected
...
Reviewed-by: jpai, alanb
2022-08-26 19:06:29 +00:00
Brian Burkhalter
c74b6d4552
8292562: (fc) Use copy_file_range in FileChannel::transferTo on Linux
...
Reviewed-by: alanb
2022-08-26 16:12:58 +00:00
Maxim Kartashev
5d799d80e6
8292304: [REDO] JDK-8289208 Test DrawRotatedStringUsingRotatedFont.java occasionally crashes on MacOS
...
Reviewed-by: prr
2022-08-25 19:43:44 +00:00
Aleksey Shipilev
251bff6bee
8292877: java/util/concurrent/atomic/Serial.java uses {Double,Long}Accumulator incorrectly
...
Reviewed-by: psandoz, martin, alanb
2022-08-25 16:47:58 +00:00
Valerie Peng
14623c6087
8292739: Invalid legacy entries may be returned by Provider.getServices() call
...
Reviewed-by: weijun
2022-08-24 18:23:19 +00:00
Harshitha Onkar
568be58e85
8290469: Add new positioning options to PassFailJFrame test framework
...
Reviewed-by: prr, aivanov
2022-08-24 16:23:23 +00:00
Daniel D. Daugherty
ab6988599c
8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug
...
Reviewed-by: rriggs, shade
2022-08-22 19:31:50 +00:00
Daniel D. Daugherty
8a0c3e53d5
8292261: adjust timeouts in JLI GetObjectSizeIntrinsicsTest.java
...
Reviewed-by: cjplummer
2022-08-22 19:29:58 +00:00
Naoto Sato
aa9b8f04bf
8292043: Incorrect decoding near EOF for stateful decoders like UTF-16
...
Reviewed-by: joehw, alanb, lancea
2022-08-22 16:26:37 +00:00
Daniel Fuchs
256b52387b
8292381: java/net/httpclient/SpecialHeadersTest.java fails with "ERROR: Shutting down connection: HTTP/2 client stopped"
...
Reviewed-by: jpai
2022-08-22 14:14:41 +00:00
KIRIYAMA Takuya
79597f1ea6
8272702: Resolving URI relative path with no / may lead to incorrect toString
...
Reviewed-by: dfuchs, michaelm
2022-08-22 09:22:59 +00:00
Weijun Wang
54ce11431d
6587699: Document DigestInputStream behavior when skip() or mark() / reset() is used
...
Reviewed-by: wetmore
2022-08-18 22:35:13 +00:00
Aleksey Shipilev
e8bc87956a
8292443: Weak CAS VarHandle/Unsafe tests should test always-failing cases
...
Reviewed-by: psandoz
2022-08-17 18:13:49 +00:00
Volker Simonis
802ef38060
8292327: java.io.EOFException in InflaterInputStream after JDK-8281962
...
Reviewed-by: alanb, lancea
2022-08-17 09:34:41 +00:00
Ao Qi
e61f6fc394
8292362: java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 failed on some platforms
...
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb
2022-08-17 08:32:19 +00:00
Phil Race
01b87ba8e2
8289616: Drop use of Thread.stop in AppContext
...
Reviewed-by: alanb, iris, azvegint
2022-08-16 22:53:36 +00:00
Joe Darcy
e44e3f0c19
8289106: Add model of class file versions to core reflection
...
Reviewed-by: rriggs
2022-08-16 18:43:58 +00:00
Jaikiran Pai
4cc6cb9d9d
8290041: ModuleDescriptor.hashCode is inconsistent
...
Reviewed-by: alanb
2022-08-16 08:31:36 +00:00
Sean Coffey
9d7c13eb14
8155246: Throw error if default java.security file is missing
...
Reviewed-by: mullan
2022-08-15 09:07:17 +00:00
Daniel D. Daugherty
e70747b4e9
8292305: [BACKOUT] JDK-8289208 Test DrawRotatedStringUsingRotatedFont.java occasionally crashes on MacOS
...
Reviewed-by: prr, dholmes
2022-08-12 21:31:04 +00:00
Maxim Kartashev
00decca46a
8289208: Test DrawRotatedStringUsingRotatedFont.java occasionally crashes on MacOS
...
Reviewed-by: prr, avu
2022-08-12 15:37:18 +00:00
Alexey Ushakov
871b7dab14
8291266: RenderPerfTest: missing content while rendering some primitives
...
Reviewed-by: aghaisas, prr
2022-08-12 09:48:57 +00:00
Ao Qi
dedc05cb40
8291640: java/beans/XMLDecoder/8028054/Task.java should use the 3-arg Class.forName
...
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb, prr
2022-08-11 19:30:20 +00:00
Bill Huang
7ea9ba1f6c
8292064: Convert java/lang/management/MemoryMXBean shell tests to java version
...
Reviewed-by: lmesnik, sspitsyn
2022-08-11 14:34:01 +00:00
Jaikiran Pai
4b03e135e1
8285405: add test and check for negative argument to HashMap::newHashMap et al
...
Reviewed-by: chegar, naoto, lancea, smarks
2022-08-11 02:17:01 +00:00
Joe Darcy
68af7c1365
8291734: Return accurate ACC_SUPER access flag for classes
...
Reviewed-by: mchung
2022-08-10 19:55:57 +00:00
David Schlosnagle
9825c33560
8291641: Optimize StackTraceElement.toString()
...
Reviewed-by: rriggs, mchung
2022-08-10 16:22:19 +00:00
Brian Burkhalter
6397d564a5
8151430: (fs) BasicFileAttributeView.setTimes should support setting file create time on OS X
...
Reviewed-by: alanb
2022-08-09 22:29:04 +00:00
Brian Burkhalter
4040927d17
8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index
...
Reviewed-by: naoto, rriggs, alanb, lancea
2022-08-09 17:07:14 +00:00
Sergey Bylokhov
77398430b5
8288633: The ICC_ColorSpace.fromCIEXYZ method uses the wrong rendering intent
...
Reviewed-by: prr
2022-08-08 21:50:16 +00:00
David Holmes
87cda21c5d
Merge
2022-08-05 22:35:24 +00:00
Alan Bateman
5963300c0c
8290562: ThreadMXBean.getThread{Cpu,User}Time fails with -XX:-VMContinuations
...
Reviewed-by: sspitsyn, kevinw, mchung
2022-08-05 07:39:43 +00:00
Alisen Chung
90257f9505
8169187: [macosx] Aqua: java/awt/image/multiresolution/MultiresolutionIconTest.java
...
Reviewed-by: prr, dnguyen
2022-08-04 20:37:12 +00:00
Gaurav Chaudhari
3c3256414f
8288377: [REDO] DST not applying properly with zone id offset set with TZ env variable
...
Reviewed-by: naoto
2022-08-04 18:49:05 +00:00
Peter Levart
4b3dfe1d22
8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs
...
Backport-of: d4a795d75a
2022-08-04 16:53:57 +00:00
Peter Levart
d4a795d75a
8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs
...
Reviewed-by: rkennke, shade
2022-08-04 13:25:15 +00:00
Daniel Jeliński
4772354f4c
8291825: java/time/nontestng/java/time/zone/CustomZoneNameTest.java fails if defaultLocale and defaultFormatLocale are different
...
Reviewed-by: naoto
2022-08-04 06:57:35 +00:00
Naoto Sato
e52a340d7f
8290488: IBM864 character encoding implementation bug
...
Reviewed-by: iris, joehw, alanb
2022-08-03 15:59:43 +00:00
Aleksey Shipilev
fcc119531a
8290531: Loom: Parallelize a few tests more deeply
...
Reviewed-by: rpressler, jpai, alanb
2022-08-01 14:20:27 +00:00
Roger Riggs
226b8e680a
8290885: java/lang/ProcessBuilder/PipelineLeaksFD.java fail: More or fewer pipes than expected
...
Reviewed-by: bpb, naoto, jpai
2022-08-01 13:44:21 +00:00
Jorn Vernee
54a2c5a6d1
8290059: Do not use std::thread in panama tests
...
Reviewed-by: mcimadamore, stuefe, erikj
2022-07-28 14:53:26 +00:00
Roger Riggs
c1040897cd
8290848: LoadLibraryUnload.java still fails with "Too few cleared WeakReferences"
...
Reviewed-by: mchung, jpai
2022-07-27 14:47:17 +00:00
David Holmes
923462467e
Merge
2022-07-27 14:07:11 +00:00
Maurizio Cimadamore
36c00fdd74
8291006: java/foreign/TestUnsupportedPlatform fails after JDK-8290455
...
Reviewed-by: jvernee
2022-07-27 09:50:58 +00:00
Joe Darcy
7318b22209
8289551: Conversions between bit representations of half precision values and floats
...
Reviewed-by: psandoz, jrose
2022-07-26 16:54:32 +00:00
Maurizio Cimadamore
8c9d5ad4f8
8290455: jck test api/java_lang/foreign/VaList/Empty.html fails on some platforms
...
Reviewed-by: jvernee, mbaesken
2022-07-25 21:32:44 +00:00
Christoph Langer
c29242ebb0
8290460: Alpine: disable some panama tests that rely on std::thread
...
Backport-of: d7f0de272c
2022-07-22 11:33:05 +00:00
Roger Riggs
620c8a045f
8289643: File descriptor leak with ProcessBuilder.startPipeline
...
Reviewed-by: alanb, jpai, lancea
2022-07-21 18:57:23 +00:00
Ryan Ernst
80bd8c3549
8290504: Close streams returned by ModuleReader::list
...
Reviewed-by: mchung, chegar
2022-07-21 18:01:25 +00:00
Roger Riggs
e02627ca0a
8290397: LoadLibraryUnload.java failed with "Too few cleared WeakReferences"
...
Reviewed-by: mchung
2022-07-19 11:51:28 +00:00
Thomas Stuefe
d7f0de272c
8290460: Alpine: disable some panama tests that rely on std::thread
...
Reviewed-by: jvernee, dholmes
2022-07-19 07:13:18 +00:00
Jesper Wilhelmsson
522b65743c
Merge
2022-07-17 15:11:21 +00:00
Roger Riggs
0184f46bdf
8289919: [test] LoadLibraryUnloadTest.java failed with "Failed to unload native library"
...
Reviewed-by: mchung
2022-07-15 18:27:44 +00:00
Yoshiki Sato
92deab5465
8028265: Add legacy tz tests to OpenJDK
...
Reviewed-by: coffeys, naoto
2022-07-15 07:16:14 +00:00
Doug Lea
890bcedd49
8290264: java/util/concurrent/locks/Lock/OOMEInAQS.java fails with "exit code: 0"
...
Reviewed-by: dholmes, alanb, dcubed
2022-07-14 19:53:31 +00:00
Brian Burkhalter
fb27ddcbe5
8290252: Add TEST.properties to java/nio/channels/FileChannel and move tests out of largeMemory sub-dir
...
Reviewed-by: alanb, jpai
2022-07-14 15:23:42 +00:00
KIRIYAMA Takuya
adf40d25a1
8290149: java/nio/file/Files/probeContentType/Basic.java fails on Windows Server 2019/2022
...
Reviewed-by: jpai, lancea
2022-07-14 07:00:33 +00:00
Jesper Wilhelmsson
a7f83582d3
Merge
2022-07-14 06:19:40 +00:00
Bill Huang
dbab827bee
8249834: java/util/ArrayList/Bug8146568.java and j/u/Vector/Bug8148174.java use @ignore w/o bug-id
...
Reviewed-by: jpai
2022-07-14 01:31:34 +00:00
lawrence.andrews
3216d198f3
8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with java.lang.NullPointerException
...
Reviewed-by: serb
2022-07-13 22:42:13 +00:00
Doug Lea
535804554d
8066859: java/lang/ref/OOMEInReferenceHandler.java failed with java.lang.Exception: Reference Handler thread died
...
Reviewed-by: alanb
2022-07-13 18:05:42 +00:00
Brian Burkhalter
44fb92e2aa
8290197: test/jdk/java/nio/file/Files/probeContentType/Basic.java fails on some systems for the ".rar" extension
...
Reviewed-by: lancea, dfuchs, jpai
2022-07-13 15:13:27 +00:00
Alan Bateman
f528124f57
8289284: jdk.tracePinnedThreads output confusing when pinned due to native frame
...
Reviewed-by: jpai, mchung
2022-07-13 15:03:37 +00:00
Brian Burkhalter
128c6c648c
8290095: java/nio/channels/FileChannel/largeMemory/LargeGatheringWrite.java timed out
...
Reviewed-by: jpai, alanb
2022-07-12 20:48:23 +00:00
Jesper Wilhelmsson
d9ca438d06
Merge
2022-07-12 16:16:16 +00:00
Maurizio Cimadamore
4545ed6842
8289365: SegmentAllocator:allocateArray(MemoryLayout, count) does not throw IAEx when count is -1
...
Reviewed-by: psandoz
2022-07-12 14:22:42 +00:00
Maurizio Cimadamore
2baf526fce
8288850: SegmentAllocator:allocate() can return null some cases
...
Reviewed-by: psandoz
2022-07-12 14:14:46 +00:00
Jorn Vernee
3164c98f4c
8289148: j.l.foreign.VaList::nextVarg call could throw IndexOutOfBoundsException or even crash the VM
...
8289333: Specification of method j.l.foreign.VaList::skip deserves clarification
8289156: j.l.foreign.VaList::skip call could throw java.lang.IndexOutOfBoundsException: Out of bound access on segment
Reviewed-by: mcimadamore
2022-07-12 11:25:45 +00:00
Daniel Fuchs
3b9059a147
8290083: ResponseBodyBeforeError: AssertionError or SSLException: Unsupported or unrecognized SSL message
...
Reviewed-by: jpai
2022-07-12 09:59:29 +00:00
Christoph Langer
39715f3da7
8287902: UnreadableRB case in MissingResourceCauseTest is not working reliably on Windows
...
Backport-of: 975316e3e5
2022-07-11 17:46:22 +00:00
Jesper Wilhelmsson
c79baaa811
Merge
2022-07-11 16:15:49 +00:00
Maurizio Cimadamore
fed3af8ae0
8287809: Revisit implementation of memory session
...
Reviewed-by: jvernee
2022-07-11 14:30:19 +00:00
Coleen Phillimore
0c37008917
8275662: remove test/lib/sun/hotspot
...
Reviewed-by: mseledtsov, sspitsyn, lmesnik
2022-07-11 13:07:03 +00:00
Lance Andersen
6aaf141f61
8289984: Files:isDirectory and isRegularFile methods not throwing SecurityException
...
Reviewed-by: iris, alanb
2022-07-08 18:56:04 +00:00
Coleen Phillimore
e7795851d2
8271707: migrate tests to use jdk.test.whitebox.WhiteBox
...
Reviewed-by: lmesnik, dholmes
2022-07-08 15:55:14 +00:00
Brian Burkhalter
11319c2aeb
8278469: Test java/nio/channels/FileChannel/LargeGatheringWrite.java times out
...
8289526: java/nio/channels/FileChannel/MapTest.java times out
Reviewed-by: dcubed
2022-07-07 22:36:08 +00:00
Raffaello Giulietti
35387d5cb6
8289260: BigDecimal movePointLeft() and movePointRight() do not follow their API spec
...
Reviewed-by: darcy
2022-07-06 16:22:18 +00:00
Xue-Lei Andrew Fan
82a8bd7e92
8287596: Reorg jdk.test.lib.util.ForceGC
...
Reviewed-by: rriggs
2022-07-06 14:23:44 +00:00
Lance Andersen
d48694d0f3
8283335: Add exists and readAttributesIfExists methods to FileSystemProvider
...
Reviewed-by: alanb
2022-07-05 19:45:08 +00:00
Michael McMahon
77c3bbf105
8289617: Remove test/jdk/java/net/ServerSocket/ThreadStop.java
...
Reviewed-by: alanb, jpai
2022-07-05 09:15:41 +00:00
Ryan Ernst
9ccae7078e
8287593: ShortResponseBody could be made more resilient to rogue connections
...
Reviewed-by: chegar, dfuchs
2022-07-04 16:09:40 +00:00
Matthias Baesken
0dff3276e8
8289569: [test] java/lang/ProcessBuilder/Basic.java fails on Alpine/musl
...
Reviewed-by: clanger
Backport-of: a8edd7a12f
2022-07-04 14:45:48 +00:00
Matthias Baesken
a8edd7a12f
8289569: [test] java/lang/ProcessBuilder/Basic.java fails on Alpine/musl
...
Reviewed-by: clanger, alanb, stuefe
2022-07-04 08:56:35 +00:00
Bill Huang
d8444aa45e
8286610: Add additional diagnostic output to java/net/DatagramSocket/InterruptibleDatagramSocket.java
...
Reviewed-by: msheppar, dfuchs, jpai
2022-07-03 02:37:30 +00:00
Jesper Wilhelmsson
70f5693356
Merge
2022-07-02 18:07:36 +00:00
Maurizio Cimadamore
8e01ffb3a7
8289570: SegmentAllocator:allocateUtf8String(String str) default behavior mismatch to spec
...
Reviewed-by: alanb, psandoz
2022-07-01 21:46:07 +00:00
Brian Burkhalter
e291a67e96
8289584: (fs) Print size values in java/nio/file/FileStore/Basic.java when they differ by > 1GiB
...
Reviewed-by: alanb
2022-07-01 19:13:49 +00:00
Naoto Sato
604ea90d55
8289549: ISO 4217 Amendment 172 Update
...
Reviewed-by: iris
2022-07-01 16:07:23 +00:00
Harold Seigel
09b4032f8b
8289534: Change 'uncomplicated' hotspot runtime options
...
Reviewed-by: coleenp, dholmes
2022-07-01 14:31:30 +00:00
Harshitha Onkar
f190f4e638
8288444: Remove the workaround for frame.pack() in ModalDialogTest
...
Reviewed-by: azvegint
2022-07-01 09:07:34 +00:00
Jesper Wilhelmsson
048bffad79
Merge
2022-06-29 23:32:37 +00:00
Harshitha Onkar
15efb2bdeb
8289238: Refactoring changes to PassFailJFrame Test Framework
...
Reviewed-by: azvegint, aivanov
2022-06-29 18:36:38 +00:00
Raffaello Giulietti
570897498b
8288596: Random:from() adapter does not delegate to supplied generator in all cases
...
Reviewed-by: darcy
2022-06-29 14:56:28 +00:00
Jesper Wilhelmsson
86dc760f9e
Merge
2022-06-28 22:11:23 +00:00
Maurizio Cimadamore
adbd200dc5
8289228: SegmentAllocator::allocateArray null handling is too lax
...
Reviewed-by: jvernee, psandoz
2022-06-28 10:06:42 +00:00
Thejasvi Voniadka
784fa0add7
8282036: Change java/util/zip/ZipFile/DeleteTempJar.java to stop HttpServer cleanly in case of exceptions
...
Reviewed-by: jpai, alanb, dfuchs
2022-06-28 01:55:17 +00:00
Harshitha Onkar
40bf3b1167
8288993: Make AwtFramePackTest generic by removing @requires tag
...
Reviewed-by: dmarkov, aivanov, serb
2022-06-27 21:02:11 +00:00
Jesper Wilhelmsson
d4b040f42d
Merge
2022-06-27 18:25:53 +00:00
Maurizio Cimadamore
2c8ada689f
8289188: SegmentAllocator:allocateArray(*) default behavior mismatch to spec
...
Reviewed-by: alanb
2022-06-27 15:37:08 +00:00
Daniel Fuchs
f3f078846f
8288746: HttpClient resources could be reclaimed more eagerly
...
Reviewed-by: jpai, michaelm
2022-06-27 15:11:35 +00:00
Alan Bateman
7e13cdb799
8289079: java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 failed with "RuntimeException: Test failed"
...
Reviewed-by: dholmes, mcimadamore
2022-06-27 10:22:04 +00:00
Joe Darcy
de7467146f
8266670: Better modeling of access flags in core reflection
...
Reviewed-by: mchung, rriggs, asotona
2022-06-25 19:09:43 +00:00
Naoto Sato
a716f7934b
8288589: Files.readString ignores encoding errors for UTF-16
...
Backport-of: 2728770e3d
2022-06-23 17:07:58 +00:00
Naoto Sato
2728770e3d
8288589: Files.readString ignores encoding errors for UTF-16
...
Reviewed-by: rriggs, iris, alanb
2022-06-23 15:49:43 +00:00
Brian Burkhalter
72f286a9ba
8287580: (se) CancelledKeyException during channel registration
...
Reviewed-by: alanb
2022-06-23 15:39:32 +00:00
Jesper Wilhelmsson
5b583e4792
Merge
2022-06-22 23:21:49 +00:00
Naoto Sato
d4de475747
8287868: Localized names update in COMPAT locale provider
...
Reviewed-by: iris, joehw
2022-06-22 15:47:07 +00:00
Alan Bateman
7cf71bc2d3
8287982: Concurrent implicit attach from native threads crashes VM
...
Reviewed-by: dholmes, rehn
2022-06-22 07:48:14 +00:00
Jesper Wilhelmsson
2bf5c9a687
Merge
2022-06-21 22:26:26 +00:00
Maurizio Cimadamore
d7b43af591
8288761: SegmentAllocator:allocate(long bytesSize) not throwing IAEx when bytesSize < 0
...
Reviewed-by: psandoz
2022-06-21 20:59:45 +00:00
Jesper Wilhelmsson
af64d316c0
Merge
2022-06-17 13:46:47 +00:00
Alan Bateman
53bf1bfdab
8286176: Add JNI_VERSION_19 to jni.h and JNI spec
...
Reviewed-by: dcubed, iris, mchung, dholmes
2022-06-17 05:57:28 +00:00
Maurizio Cimadamore
ff3db52044
8288534: Out of bound errors for memory segment access mentions wrong values
...
Reviewed-by: psandoz
2022-06-16 15:59:22 +00:00
Conor Cleary
13d4ddc35b
8286962: java/net/httpclient/ServerCloseTest.java failed once with ConnectException
...
Reviewed-by: dfuchs, jpai
2022-06-15 15:41:18 +00:00
Yoshiki Sato
fe807217a7
8287917: System.loadLibrary does not work on Big Sur if JDK is built with macOS SDK 10.15 and earlier
...
Reviewed-by: mchung
2022-06-15 00:12:53 +00:00
Harshitha Onkar
bbaeacb597
8265586: [windows] last button is not shown in AWT Frame with BorderLayout and MenuBar set.
...
Reviewed-by: aivanov, dmarkov, azvegint
2022-06-14 19:48:06 +00:00
Naoto Sato
fbe9266622
8288378: [BACKOUT] DST not applying properly with zone id offset set with TZ env variable
...
Reviewed-by: dholmes
2022-06-14 01:06:54 +00:00
Gaurav Chaudhari
9b6d0a7e94
8285838: DST not applying properly with zone id offset set with TZ env variable
...
Reviewed-by: naoto
2022-06-13 20:01:57 +00:00
Sibabrata Sahoo
0cb0ecf443
8209935: Test to cover CodeSource.getCodeSigners()
...
Reviewed-by: mullan
2022-06-13 05:17:58 +00:00
David Holmes
d46f404b31
8279047: Remove expired flags in JDK 20
...
Reviewed-by: kvn, kbarrett, alanb
2022-06-11 05:52:14 +00:00
Magnus Ihse Bursie
975316e3e5
8287902: UnreadableRB case in MissingResourceCauseTest is not working reliably on Windows
...
Reviewed-by: naoto
2022-06-10 10:07:10 +00:00
Brian Burkhalter
d482d7f5b9
8286160: (fs) Files.exists returns unexpected results with C:\pagefile.sys because it's not readable
...
Reviewed-by: alanb
2022-06-09 16:30:53 +00:00
Conor Cleary
267144311c
8286171: HttpClient/2 : Expect:100-Continue blocks indefinitely when response is not 100
...
Reviewed-by: dfuchs, jpai
2022-06-09 15:03:52 +00:00
XenoAmess
e01cd7c3ed
8284780: Need methods to create pre-sized HashSet and LinkedHashSet
...
Reviewed-by: naoto, bpb, dfuchs, ascarpino
2022-06-09 01:50:54 +00:00
Raffaello Giulietti
c8cff1bd6f
8202449: overflow handling in Random.doubles
...
Reviewed-by: darcy
2022-06-08 16:28:18 +00:00
Raffaello Giulietti
c15e10fb6c
8233760: Result of BigDecimal.toString throws overflow exception on new BigDecimal(str)
...
Reviewed-by: darcy
2022-06-08 16:23:04 +00:00
Naoto Sato
6fb84e2c91
8287541: Files.writeString fails to throw IOException for charset "windows-1252"
...
Reviewed-by: iris, bpb, alanb, jpai, lancea, aturbanov
2022-06-08 15:50:06 +00:00
Magnus Ihse Bursie
f1dd559e20
8287896: PropertiesTest.sh fail on msys2
...
Reviewed-by: naoto
2022-06-07 11:53:10 +00:00
Jatin Bhateja
f347ff9986
8283894: Intrinsify compress and expand bits on x86
...
Reviewed-by: psandoz, sviswanathan, jrose, kvn
2022-06-06 00:37:54 +00:00
Manukumar V S
d76c1089ef
8286772: java/awt/dnd/DropTargetInInternalFrameTest/DropTargetInInternalFrameTest.html times out and fails in Windows
...
Reviewed-by: prr
2022-06-04 03:00:44 +00:00
Artem Semenov
b6cdfd685d
8287740: NSAccessibilityShowMenuAction not working for text editors
...
Reviewed-by: kizune, serb
2022-06-03 21:29:24 +00:00
Brian Burkhalter
13596cdf69
8287097: (fs) Files::copy requires an undocumented permission when copying from the default file system to a non-default file system
...
Reviewed-by: chegar, alanb
2022-06-02 17:36:25 +00:00
Tim Prinzing
e51ca1dee3
8287171: Refactor null caller tests to a single directory
...
Reviewed-by: ihse, mchung
2022-06-02 16:45:05 +00:00
Alan Bateman
6ff2d89ea1
8287496: Alternative virtual thread implementation that maps to OS thread
...
Reviewed-by: rehn, mchung
2022-06-02 09:02:37 +00:00
Raffaello Giulietti
72bcf2aa03
4511638: Double.toString(double) sometimes produces incorrect results
...
Reviewed-by: aturbanov, darcy, bpb
2022-06-01 21:53:54 +00:00
Brian Burkhalter
8071b2311c
8287237: (fs) Files.probeContentType returns null if filename contains hash mark on Linux
...
Reviewed-by: rriggs, jpai, vtewari
2022-06-01 15:15:53 +00:00
liach
e0382c5523
8285401: Proxy class initializer should use 3-arg Class.forName
to avoid unnecessary class initialization
...
Reviewed-by: rriggs, mchung
2022-05-31 18:30:39 +00:00
Aleksey Shipilev
1b44f6c483
8287526: java/nio/channels/FileChannel/LargeMapTest.java fails on 32-bit systems
...
Reviewed-by: alanb, stuefe
2022-05-31 13:48:18 +00:00
Dmitry Kulikov
c6e0416495
8282863: java/awt/FullScreen/FullscreenWindowProps/FullscreenWindowProps.java fails on Windows 10 with HiDPI screen
...
Reviewed-by: serb, aivanov
2022-05-31 10:14:52 +00:00
jeremy
5848a60c01
8286093: java/awt/geom/Path2D/UnitTest.java failed with "RuntimeException: 2D bounds too small"
...
Reviewed-by: prr
2022-05-30 06:06:42 +00:00
Brian Burkhalter
6520843f86
8287003: InputStreamReader::read() can return zero despite writing a char in the buffer
...
Reviewed-by: jpai, rriggs
2022-05-27 15:23:01 +00:00
Leonid Mesnik
176bb23de1
8287200: Test java/lang/management/ThreadMXBean/VirtualThreadDeadlocks.java timed out after JDK-8287103
...
Reviewed-by: kevinw, cjplummer, alanb
2022-05-27 05:29:25 +00:00
Maurizio Cimadamore
f58c9a659b
8287244: Add bound check in indexed memory access var handle
...
Reviewed-by: psandoz, jvernee
2022-05-26 08:34:49 +00:00
Maurizio Cimadamore
e1f140d270
8287206: Use WrongThreadException for confinement errors
...
Reviewed-by: alanb, darcy, mchung
2022-05-25 09:50:55 +00:00
Brian Burkhalter
742644e291
8287263: java/nio/channels/FileChannel/LargeMapTest.java times out on Windows
...
Reviewed-by: lancea
2022-05-25 02:10:52 +00:00
Alexey Ivanov
9b7e42c0f0
8284209: Replace remaining usages of 'a the' in source code
...
Reviewed-by: lancea, wetmore, dfuchs, iris, jjg, ihse
2022-05-24 20:08:11 +00:00
Jorn Vernee
8f0eb5d401
8287158: Explicitly reject unsupported call shapes on macos-aarch64 in mainline
...
Reviewed-by: mcimadamore, ngasson
2022-05-24 15:03:53 +00:00
Alexey Ivanov
5974f5fed3
8284213: Replace usages of 'a the' in xml
...
Reviewed-by: lancea, dmarkov, iris, prr, joehw
2022-05-24 11:34:53 +00:00
Alexey Ivanov
e0d361cea9
8284191: Replace usages of 'a the' in hotspot and java.base
...
Reviewed-by: lancea, wetmore, naoto, iris, kevinw, xuelei
2022-05-24 11:25:13 +00:00
Christian Stein
a0f6dd3291
8287121: Fix typo in jlink's description resource key lookup
...
Reviewed-by: alanb, lancea
2022-05-24 10:14:31 +00:00
Naoto Sato
ef7a9f8170
8279185: Support for IsoFields in JapaneseDate/MinguoDate/ThaiBuddhistDate
...
Reviewed-by: joehw, rriggs
2022-05-23 16:20:52 +00:00
Leonid Mesnik
110d906432
8287103: java/lang/management/ThreadMXBean/VirtualThreadDeadlocks.java fails with Xcomp
...
Reviewed-by: alanb, kevinw
2022-05-23 14:49:15 +00:00
Maurizio Cimadamore
81f128b903
8287154: java/nio/channels/FileChannel/LargeMapTest.java does not compile
...
Reviewed-by: alanb, jvernee
2022-05-23 10:19:12 +00:00
Maurizio Cimadamore
89a1d055d9
8286715: Generalize MemorySegment::ofBuffer
...
Reviewed-by: jvernee
2022-05-23 08:43:51 +00:00
Alexander Zuev
b33c6e52c1
8286266: [macos] Voice over moving JTable column to be the first column JVM crashes
...
Reviewed-by: prr
2022-05-20 21:19:42 +00:00
Ichiroh Takiguchi
890771e708
8285517: System.getenv() returns unexpected value if environment variable has non ASCII character
...
Reviewed-by: naoto, rriggs
2022-05-19 23:38:15 +00:00
Naoto Sato
7b19226be2
8267038: Update IANA Language Subtag Registry to Version 2022-03-02
...
Reviewed-by: rriggs
2022-05-19 18:50:09 +00:00
Daniel Jeliński
d24c84e768
8286873: Improve websocket test execution time
...
Reviewed-by: dfuchs, prappo
2022-05-19 13:22:14 +00:00
lawrence.andrews
fc3edf2412
8285687: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PageRangesDlgTest.java
...
Reviewed-by: prr, aivanov
2022-05-19 08:04:05 +00:00
Harshitha Onkar
8323787c07
8255439: System Tray icons get corrupted when windows scaling changes
...
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: kcr, prr, aivanov
2022-05-18 19:45:41 +00:00
Jorn Vernee
ee45a0ac63
8286669: Replace MethodHandle specialization with ASM in mainline
...
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: mcimadamore
2022-05-18 16:03:18 +00:00
Brian Burkhalter
d8b0b32f9f
8286763: [REDO] (fc) Tune FileChannel.transferFrom()
...
Reviewed-by: alanb
2022-05-18 15:55:21 +00:00
Brian Burkhalter
e934a2c752
8286637: (fc) Memory mapped regions bigger than 2GB do not work correctly on Windows
...
Reviewed-by: uschindler, mcimadamore, jvernee, alanb
2022-05-18 14:49:44 +00:00
Jorn Vernee
81e4bdbe13
8283689: Update the foreign linker VM implementation
...
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Nick Gasson <ngasson@openjdk.org>
Reviewed-by: mcimadamore, vlivanov, rehn
2022-05-18 09:49:55 +00:00
Brian Burkhalter
1d8e92ae0d
8213045: Add BigDecimal.TWO
...
Reviewed-by: darcy
2022-05-17 18:08:32 +00:00
Alan Bateman
8535d51db7
8286788: Test java/lang/Thread/virtual/ThreadAPI.testGetStackTrace3 fails
...
Reviewed-by: darcy, jpai
2022-05-17 17:10:54 +00:00
Conor Cleary
6a7709320d
8283544: HttpClient GET method adds Content-Length: 0 header
...
Reviewed-by: dfuchs, jpai
2022-05-17 10:01:43 +00:00
Naoto Sato
b884db8f7c
8285844: TimeZone.getTimeZone(ZoneOffset) does not work for all ZoneOffsets and returns GMT unexpected
...
Reviewed-by: uschindler, scolebourne, joehw
2022-05-16 15:45:01 +00:00
Jaikiran Pai
f4258a50e0
8209137: Add ability to bind to specific local address to HTTP client
...
Reviewed-by: dfuchs, michaelm
2022-05-16 11:45:32 +00:00
Conor Cleary
65da38d844
8284585: PushPromiseContinuation test fails intermittently in timeout
...
Reviewed-by: dfuchs
2022-05-16 11:14:34 +00:00
Alexander Zuev
f56396f168
6829250: Reg test: java/awt/Toolkit/ScreenInsetsTest/ScreenInsetsTest.java fails in Windows
...
Reviewed-by: prr
2022-05-13 22:08:44 +00:00
Daniel Fuchs
04df8b7437
8286194: ExecutorShutdown test fails intermittently
...
Reviewed-by: jpai, michaelm
2022-05-13 11:51:42 +00:00
Brian Burkhalter
369611ea34
8286677: [BACKOUT] (fc) Tune FileChannel.transferFrom()
...
Reviewed-by: dholmes, mikael
2022-05-12 22:37:42 +00:00
Brian Burkhalter
986d87dcc0
8274113: (fc) Tune FileChannel.transferFrom()
...
Reviewed-by: alanb
2022-05-12 18:49:58 +00:00
Maurizio Cimadamore
2c5d136260
8282191: Implementation of Foreign Function & Memory API (Preview)
...
Reviewed-by: erikj, jvernee, psandoz, dholmes, mchung
2022-05-12 16:17:45 +00:00
Naoto Sato
cc7560e995
8286287: Reading file as UTF-16 causes Error which "shouldn't happen"
...
Reviewed-by: jpai, bpb, rriggs
2022-05-12 15:58:19 +00:00
lawrence.andrews
57a7670886
8285612: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java
...
Reviewed-by: prr
2022-05-11 23:35:51 +00:00
lawrence.andrews
44a60ce172
8285867: Convert applet manual tests SelectionVisible.java to Frame and automate
...
Reviewed-by: prr
2022-05-11 23:34:25 +00:00
Aleksey Shipilev
73c5e993e1
8286473: Drop --enable-preview from Record related tests
...
Reviewed-by: alanb, jpai, mchung
2022-05-11 08:52:11 +00:00
Aleksey Shipilev
d547a707bf
8286474: Drop --enable-preview from Sealed Classes related tests
...
Reviewed-by: alanb, jpai, mchung, lancea
2022-05-11 05:27:56 +00:00
Harshitha Onkar
837928ba79
8222323: ChildAlwaysOnTopTest.java fails with "RuntimeException: Failed to unset alwaysOnTop"
...
Reviewed-by: prr, kizune
2022-05-09 17:39:43 +00:00
Raffaello Giulietti
97a983526b
8274517: java/util/DoubleStreamSums/CompensatedSums.java fails with expected [true] but found [false]
...
Reviewed-by: alanb, bpb
2022-05-09 14:53:10 +00:00
Daniel Fuchs
f143386109
8286293: Tests ShortResponseBody and ShortResponseBodyWithRetry should use less resources
...
Reviewed-by: michaelm
2022-05-09 13:01:16 +00:00
Doug Lea
4f5d73f2d4
8286294: ForkJoinPool.commonPool().close() spins
...
Reviewed-by: alanb
2022-05-09 11:09:34 +00:00
Alan Bateman
9583e3657e
8284161: Implementation of Virtual Threads (Preview)
...
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
2022-05-07 08:06:16 +00:00
Stuart Marks
5a1d8f7e53
8285295: Need better testing for IdentityHashMap
...
Reviewed-by: jpai, lancea
2022-05-06 18:41:32 +00:00
Naoto Sato
1277f5d84e
8286154: Fix 3rd party notices in test files
...
Reviewed-by: darcy, joehw, iris
2022-05-06 16:10:17 +00:00
Matthias Baesken
9d2f591e6a
8285987: executing shell scripts without #! fails on Alpine linux
...
Reviewed-by: mdoerr, goetz
2022-05-05 12:45:32 +00:00
Doug Lea
00e6c63cd1
8277090: jsr166 refresh for jdk19
...
Reviewed-by: alanb, psandoz
2022-05-04 19:24:19 +00:00
Yasser Bazzi Bordonal
df8c2be5fe
8279598: Provide adapter from RandomGenerator to Random
...
Reviewed-by: smarks, darcy
2022-05-04 17:55:50 +00:00
Brian Burkhalter
17cc7131ab
8274112: (fc) Tune FileChannel.transferTo()
...
Reviewed-by: alanb, lancea, rriggs
2022-05-04 14:33:16 +00:00
Alexander Zuev
39e50c2d69
8273506: java Robot API did the 'm' keypress and caused /awt/event/KeyEvent/KeyCharTest/KeyCharTest.html is timing out on macOS 12
...
Reviewed-by: serb
2022-05-03 17:08:17 +00:00
Manukumar V S
669ac611b2
8274597: Some of the dnd tests time out and fail intermittently
...
8028998: [TEST_BUG] [macosx] java/awt/dnd/DropTargetEnterExitTest/MissedDragExitTest.java failed
Reviewed-by: serb
2022-04-29 10:33:44 +00:00
Jaikiran Pai
269eae6189
8285515: (dc) DatagramChannel.disconnect fails with "Invalid argument" on macOS 12.4 beta2
...
Reviewed-by: dfuchs, alanb
2022-04-29 09:15:56 +00:00
Sergey Bylokhov
f42631e354
8285523: Improve test java/io/FileOutputStream/OpenNUL.java
...
Reviewed-by: andrew, bpb
2022-04-29 07:34:46 +00:00
Phil Race
64d98ba100
8285094: Test java/awt/Frame/InvisibleOwner/InvisibleOwner.java failing on Linux
...
Reviewed-by: psadhukhan, serb
2022-04-29 00:06:36 +00:00
Kim Barrett
2d8d140214
8285690: CloneableReference subtest should not throw CloneNotSupportedException
...
Reviewed-by: rriggs, mchung
2022-04-28 15:15:17 +00:00
jeremy
8a16842b4e
8176501: Method Shape.getBounds2D() incorrectly includes Bezier control points in bounding box
...
Reviewed-by: prr
2022-04-27 18:37:42 +00:00
lawrence.andrews
e7c3b9de64
8285617: Fix java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java manual test
...
Reviewed-by: prr, psadhukhan
2022-04-27 12:23:20 +00:00
Alexander Zuev
e574cc0e2b
8196367: java/awt/List/SingleModeDeselect/SingleModeDeselect.java times out
...
Reviewed-by: prr
2022-04-26 20:54:53 +00:00
Phil Race
110edd9999
8284965: closed test sun/java2d/OpenGL/XORPaint.java is unstable
...
Reviewed-by: serb
2022-04-26 20:31:44 +00:00
Alisen Chung
102a305f73
8202790: DnD test DisposeFrameOnDragTest.java does not clean up
...
Reviewed-by: serb, kizune, prr
2022-04-26 20:29:48 +00:00
Naoto Sato
03bcf7b6d1
8283620: System.out does not use the encoding/charset specified in the Javadoc
...
Reviewed-by: alanb
2022-04-26 16:05:20 +00:00
Michael McMahon
67755edd6f
8284890: Support for Do not fragment IP socket options
...
Reviewed-by: erikj, ihse, dfuchs
2022-04-26 13:49:58 +00:00
Daniel Fuchs
552e1b0b8a
8284779: Test java/util/logging/Logger/logrb/TestLogrbResourceBundle.java fails intermittently with vthreads wrapper
...
Reviewed-by: alanb
2022-04-26 11:55:20 +00:00
Alexander Zvegintsev
293bc5e5cd
8129778: Few awt test fail for Solaris 11 with RuntimeException
...
Reviewed-by: serb, prr
2022-04-25 10:02:56 +00:00
Alexander Zvegintsev
36f2e5240b
8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu
...
Reviewed-by: prr, serb
2022-04-25 10:01:26 +00:00
Alexander Zvegintsev
08024d9583
8193543: Regression automated test '/open/test/jdk/java/awt/TrayIcon/SystemTrayInstance/SystemTrayInstanceTest.java' fails
...
Reviewed-by: serb
2022-04-23 20:41:55 +00:00
Alexander Zvegintsev
a1efb95536
8129827: [TEST_BUG] Test java/awt/Robot/RobotWheelTest/RobotWheelTest.java fails
...
Reviewed-by: psadhukhan
2022-04-23 20:39:39 +00:00
Brian Burkhalter
03cbb48e6a
8285445: cannot open file "NUL:"
...
Reviewed-by: mikael
2022-04-23 15:51:04 +00:00
Stuart Marks
58155a723e
8285386: java/util/HashMap/WhiteBoxResizeTest.java fails in tier7 after JDK-8186958
...
Reviewed-by: lancea
2022-04-21 22:28:14 +00:00
Alexander Zvegintsev
42baaa3bb8
8023814: Test java/awt/im/memoryleak/InputContextMemoryLeakTest.java fails
...
Reviewed-by: psadhukhan
2022-04-21 13:03:30 +00:00
Stuart Marks
b2c33f0f86
8282120: optimal capacity tests and test library need to be cleaned up
...
Reviewed-by: naoto
2022-04-20 18:43:54 +00:00
Tim Prinzing
e8016f7443
8281006: Module::getResourceAsStream should check if the resource is open unconditionally when caller is null
...
Reviewed-by: alanb, erikj, mchung
2022-04-20 17:02:31 +00:00
Daniel Fuchs
5291ec8d56
8277969: HttpClient SelectorManager shuts down when custom Executor rejects a task
...
Reviewed-by: jpai, michaelm
2022-04-20 13:09:45 +00:00
lawrence.andrews
ed23033dc6
8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test
...
8284898: Enhance PassFailJFrame
Reviewed-by: prr, aivanov
2022-04-19 21:07:38 +00:00
Claes Redestad
e307bc8694
8285001: Simplify StringLatin1.regionMatches
...
Reviewed-by: rriggs, naoto
2022-04-19 20:29:16 +00:00
Naoto Sato
eb9c457b41
8284856: Add a test case for checking UnicodeScript entity numbers
...
Reviewed-by: iris, smarks
2022-04-19 15:51:57 +00:00
XenoAmess
87faa85c59
8186958: Need method to create pre-sized HashMap
...
Reviewed-by: chegar, naoto, joehw, lancea, wetmore, smarks
2022-04-19 00:03:56 +00:00
Roger Riggs
897d6c0dc7
8282008: Incorrect handling of quoted arguments in ProcessBuilder
...
Reviewed-by: bchristi
2022-04-18 19:03:50 +00:00
Alexander Zvegintsev
e5041ae3d4
8144030: [macosx] test java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java fails (again)
...
Reviewed-by: serb
2022-04-16 10:02:25 +00:00
Alexander Zvegintsev
f5beafa53f
8159599: [TEST_BUG] java/awt/Modal/ModalInternalFrameTest/ModalInternalFrameTest.java
...
Reviewed-by: serb, aivanov
2022-04-16 09:52:27 +00:00
Tagir F. Valeev
4cc8eccfca
8280915: Better parallelization for AbstractSpliterator and IteratorSpliterator when size is unknown
...
Reviewed-by: psandoz
2022-04-15 15:18:38 +00:00
Thomas Stuefe
bb7c97bddf
8284874: Add comment to ProcessHandle/OnExitTest to describe zombie problem
...
Reviewed-by: rriggs
2022-04-15 09:08:18 +00:00
Daniel Fuchs
1e22c70ff2
8284892: java/net/httpclient/http2/TLSConnection.java fails intermittently
...
Reviewed-by: djelinski, jpai, michaelm
2022-04-15 09:07:09 +00:00
Phil Race
d41331e6f2
8223543: [TESTBUG] Regression test java/awt/Graphics2D/DrawString/LCDTextSrcEa.java has issues
...
Reviewed-by: serb, azvegint, aivanov
2022-04-15 01:03:44 +00:00
Paul Sandoz
fbb0916090
8283892: Compress and expand bits
...
Reviewed-by: alanb, redestad
2022-04-14 20:27:12 +00:00
Andrey Turbanov
48c7549806
8284853: Fix various 'expected' typo
...
Reviewed-by: bpb, ihse
2022-04-14 18:05:49 +00:00
Raffaello Giulietti
3ffec3a50b
8284866: Add test to JDK-8273056
...
Reviewed-by: jlaskey
2022-04-14 15:36:20 +00:00
Alexander Zvegintsev
c3938ec18b
8159694: HiDPI, Unity, java/awt/dnd/DropTargetEnterExitTest/MissedDragExitTest.java
...
Reviewed-by: serb
2022-04-14 07:54:35 +00:00
Ravi Reddy
7891085a87
8284771: java/util/zip/CloseInflaterDeflaterTest.java failed with "AssertionError: Expected IOException to be thrown, but nothing was thrown"
...
Reviewed-by: lancea
2022-04-12 20:39:05 +00:00
Raffaello Giulietti
19b140a7f3
8283083: java.util.random L128X256MixRandom constructor fails to use byte[] seed
...
Reviewed-by: jlaskey, bpb
2022-04-12 17:36:16 +00:00
lawrence.andrews
3f26d84f6a
8284535: Fix PrintLatinCJKTest.java test that is failing with Parse Exception
...
8283712: Create a manual test framework class
Reviewed-by: prr, aivanov
2022-04-12 13:49:43 +00:00
Srinivas Mandalika
fad3b94786
8282640: Create a test for JDK-4740761
...
Reviewed-by: prr, serb
2022-04-12 01:30:47 +00:00
Naoto Sato
523899e36c
8265315: Support for CLDR version 41
...
Reviewed-by: joehw, iris, ihse
2022-04-11 15:59:12 +00:00
Daniel Fuchs
74835f7389
8283719: java/util/logging/CheckZombieLockTest.java failing intermittently
...
Reviewed-by: alanb
2022-04-11 13:43:03 +00:00
Naoto Sato
d6b4693c05
8283698: Refactor Locale constructors used in src/test
...
Reviewed-by: iris, joehw
2022-04-08 15:23:25 +00:00
Daniel Jeliński
5bafcfdc17
8284444: Sting typo
...
Reviewed-by: kcr, aivanov, mgronlun
2022-04-07 14:55:05 +00:00
Mahendra Chhipa
ec73c61d8f
8284353: Update java/net and sun/net/www tests to eliminate dependency on sun.net.www.MessageHeader
...
Reviewed-by: dfuchs
2022-04-07 10:19:12 +00:00
Conor Cleary
4d2cd26ab5
8263031: HttpClient throws Exception if it receives a Push Promise that is too large
...
Reviewed-by: dfuchs
2022-04-07 08:42:38 +00:00
Artem Semenov
e18414a322
8284014: Menu items with submenus in JPopupMEnu are not spoken on macOS
...
Reviewed-by: prr, serb, ant
2022-04-06 09:29:36 +00:00
Daniel Jeliński
4ffe96a857
8282506: Clean up remaining references to TwoStacksPlain*SocketImpl
...
Reviewed-by: dfuchs
2022-04-06 06:43:18 +00:00
Naoto Sato
526e73498e
8282819: Deprecate Locale class constructors
...
Reviewed-by: lancea, rriggs
2022-04-05 15:38:36 +00:00
Thomas Stuefe
9561b5e041
8284165: Add pid to process reaper thread name
...
Reviewed-by: rriggs
2022-04-05 03:39:39 +00:00
Jatin Bhateja
003ec21f3c
8279508: Auto-vectorize Math.round API
...
Reviewed-by: sviswanathan, aph
2022-04-02 18:00:33 +00:00
Luis Pinto
63fec5da27
8283525: http://tools.ietf.org/html/ * URLs return 404
...
Reviewed-by: coffeys
2022-04-01 13:26:20 +00:00
Xin Liu
bab431cc12
8282429: StringBuilder/StringBuffer.toString() skip compressing for UTF16 strings
...
Reviewed-by: djelinski, redestad
2022-04-01 04:42:03 +00:00
Naoto Sato
a41550b9e3
8283842: TestZoneTextPrinterParser.test_roundTripAtOverlap fails: DateTimeParseException
...
Reviewed-by: iris, rriggs, scolebourne
2022-03-31 16:05:16 +00:00
Srinivas Mandalika
97c7298a39
8282046: Create a regression test for JDK-8000326
...
Reviewed-by: aivanov
2022-03-30 16:05:31 +00:00
Claes Redestad
072f2c461e
8283782: Redundant verification of year in LocalDate::ofEpochDay
...
Reviewed-by: rriggs, naoto
2022-03-29 19:48:43 +00:00
Claes Redestad
cc598e03de
8283774: TestZoneOffset::test_immutable should ignore ZoneOffset::rules
...
Reviewed-by: rriggs, naoto
2022-03-29 09:38:58 +00:00
Ian Graves
f01cce235b
8264160: Regex \b is not consistent with \w without UNICODE_CHARACTER_CLASS
...
Reviewed-by: lancea, bpb, naoto
2022-03-29 00:01:57 +00:00
Roger Riggs
f0282d7def
8279488: ProcessBuilder inherits contextClassLoader when spawning a process reaper thread
...
Reviewed-by: alanb
2022-03-28 15:44:54 +00:00
Michael McMahon
7f2a3ca289
8281561: Disable http DIGEST mechanism with MD5 and SHA-1 by default
...
Reviewed-by: weijun, dfuchs
2022-03-28 13:51:55 +00:00
Brent Christian
656cba7af3
8283349: Robustness improvements to java/util/prefs/AddNodeChangeListener.jar
...
Reviewed-by: dfuchs, naoto, lancea
2022-03-25 17:08:25 +00:00
Andrey Turbanov
dc5a65ab37
8283426: Fix 'exeption' typo
...
Reviewed-by: xuelei, iris, dholmes, wetmore, aivanov
2022-03-24 19:52:16 +00:00
Lance Andersen
90750decb4
8272477: Additional cleanup of test/jdk/java/nio/file/spi/SetDefaultProvider.java
...
Reviewed-by: bpb
2022-03-24 18:35:13 +00:00
Fei Yang
5905b02c0e
8276799: Implementation of JEP 422: Linux/RISC-V Port
...
Co-authored-by: Yadong Wang <yadonn.wang@huawei.com>
Co-authored-by: Yanhong Zhu <zhuyanhong2@huawei.com>
Co-authored-by: Feilong Jiang <jiangfeilong@huawei.com>
Co-authored-by: Kun Wang <wangkun49@huawei.com>
Co-authored-by: Zhuxuan Ni <nizhuxuan@huawei.com>
Co-authored-by: Taiping Guo <guotaiping1@huawei.com>
Co-authored-by: Kang He <hekang6@huawei.com>
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Co-authored-by: Xiaolin Zheng <yunyao.zxl@alibaba-inc.com>
Co-authored-by: Kuai Wei <kuaiwei.kw@alibaba-inc.com>
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Reviewed-by: ihse, dholmes, rriggs, kvn, shade
2022-03-24 09:22:46 +00:00
lawrence.andrews
2ef9767aae
8270331: [TESTBUG] Error: Not a test or directory containing tests: java/awt/print/PrinterJob/InitToBlack.java
...
Reviewed-by: prr
2022-03-24 02:55:21 +00:00
Naoto Sato
0ee65e1ff3
8283465: Character.UnicodeBlock.NUM_ENTITIES is out of date
...
Reviewed-by: bpb, iris, smarks
2022-03-23 19:44:04 +00:00
Andrey Turbanov
f9137cb7b7
8280896: java/nio/file/Files/probeContentType/Basic.java fails on Windows 11
...
Reviewed-by: jpai, bpb
2022-03-23 19:27:56 +00:00
Jim Laskey
557ff4b355
8282625: Formatter caches Locale/DecimalFormatSymbols poorly
...
Reviewed-by: naoto, rriggs, jpai
2022-03-22 15:32:46 +00:00
Magnus Ihse Bursie
f8878cb0cc
8257733: Move module-specific data from make to respective module
...
Reviewed-by: jjg, weijun, naoto, erikj, prr, alanb, mchung
2022-03-21 21:34:09 +00:00
Naoto Sato
c4dc58e12e
8283277: ISO 4217 Amendment 171 Update
...
Reviewed-by: iris, joehw
2022-03-21 15:33:09 +00:00
Maxim Kartashev
8a2d5ab07e
8282270: java/awt/Robot Screen Capture tests fail after 8280861
...
Reviewed-by: aivanov
2022-03-21 07:21:00 +00:00
Ravi Reddy
ff0b0927a2
8278794: Infinite loop in DeflaterOutputStream.finish()
...
Reviewed-by: coffeys, lancea
2022-03-18 15:31:30 +00:00
Claes Redestad
002e366744
8283325: US_ASCII decoder relies on String.decodeASCII being exhaustive
...
Reviewed-by: rriggs, dcubed
2022-03-17 21:15:36 +00:00
XenoAmess
3e393047e1
8281631: HashMap copy constructor and putAll can over-allocate table
...
Reviewed-by: smarks
2022-03-16 16:48:49 +00:00
Toshio Nakamura
27fe3d7f8d
8240756: [macos] SwingSet2:TableDemo:Printed Japanese characters were garbled
...
Reviewed-by: prr, serb
2022-03-16 01:11:40 +00:00
Joe Darcy
32f8437d85
8283075: Bad IllegalArgumentException message for out of range rank from ClassDesc.arrayType(int)
...
Reviewed-by: vromero, alanb
2022-03-15 17:33:45 +00:00
Daniel Fuchs
710653ce18
8254786: java/net/httpclient/CancelRequestTest.java failing intermittently
...
Reviewed-by: jpai, michaelm
2022-03-15 12:59:54 +00:00
Phil Race
f66070b00d
8282577: ICC_Profile.setData(int, byte[]) invalidates the profile
...
Reviewed-by: serb
2022-03-14 18:05:38 +00:00
Carter Kozak
70bd57ed35
8283049: Fix non-singleton LoggerFinder error message: s/on/one
...
Reviewed-by: dfuchs
2022-03-14 17:54:19 +00:00
Naoto Sato
c96085eaab
8282929: Localized monetary symbols are not reflected in toLocalizedPattern
return value
...
Reviewed-by: joehw, lancea
2022-03-14 16:28:15 +00:00
Mahendra Chhipa
95ca94436d
8282354: Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests
...
Reviewed-by: dfuchs
2022-03-11 10:48:57 +00:00
Brian Burkhalter
fdce97df5f
8267820: (fs) Files.copy should attempt to copy POSIX attributes when target file in custom file system
...
Reviewed-by: lancea, alanb
2022-03-10 17:36:51 +00:00
Tim Prinzing
31ad80a229
8280902: ResourceBundle::getBundle may throw NPE when invoked by JNI code with no caller frame
...
Reviewed-by: naoto, mchung, ihse
2022-03-09 04:02:17 +00:00
Ian Graves
3fc009be8a
8281560: Matcher.hitEnd returns unexpected results in presence of CANON_EQ flag.
...
Reviewed-by: rriggs, lancea
2022-03-08 16:32:18 +00:00
Jim Laskey
5fab27e1b8
8282144: RandomSupport.convertSeedBytesToLongs sign extension overwrites previous bytes
...
Reviewed-by: bpb
2022-03-08 13:25:34 +00:00
Matteo Baccan
ccad39237a
8282657: Code cleanup: removing double semicolons at the end of lines
...
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
2022-03-07 21:33:40 +00:00
Joe Darcy
1faa5c8092
8282686: Add constructors taking a cause to SocketException
...
Reviewed-by: alanb, xuelei, lancea, dfuchs
2022-03-07 17:52:04 +00:00
Lance Andersen
f0995abe62
8280404: Unexpected exception thrown when CEN file entry comment length is not valid
...
Reviewed-by: alanb
2022-03-07 16:10:31 +00:00