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 |
|