Matthias Baesken
fc52f21f9a
8298255: JFR provide information about dynamization of number of compiler threads
...
Reviewed-by: stuefe, mgronlun, egahlin
2022-12-08 15:05:45 +00:00
Kevin Walls
fbe7b00738
8298173: GarbageCollectionNotificationContentTest test failed: no decrease in Eden usage
...
Reviewed-by: dcubed, cjplummer, sspitsyn
2022-12-08 12:10:26 +00:00
Jaikiran Pai
2f426cd68b
8298375: Bad copyright header in test/jdk/java/lang/Character/Supplementary.java
...
Reviewed-by: alanb
2022-12-08 11:02:21 +00:00
Sergey Tsypanov
b9346e149e
8298033: Character.codePoint{At|Before}(char[], int, int) doesn't do JavaDoc-specified check
...
Reviewed-by: rriggs
2022-12-08 10:21:56 +00:00
Stefan Johansson
46cd457b0f
8298341: Ensure heap growth in TestNativeMemoryUsageEvents.java
...
Reviewed-by: egahlin, stuefe
2022-12-08 09:33:06 +00:00
Alan Bateman
1166c8e2c0
8296896: Change virtual Thread.yield to use external submit
...
Reviewed-by: jpai, rpressler
2022-12-08 07:37:32 +00:00
Tejesh R
d5cf18e7fb
8296198: JFileChooser throws InternalError java.lang.InternalError with Windows shortcuts
...
Reviewed-by: serb, abhiscxk
2022-12-08 04:34:48 +00:00
Darragh Clarke
3aa4070d4c
8294047: HttpResponseInputStream swallows interrupts
...
Reviewed-by: dfuchs, vtewari, jpai
2022-12-08 01:39:07 +00:00
Alexander Zuev
af8fb7eef7
8282578: AIOOBE in javax.sound.sampled.Clip
...
Reviewed-by: prr, aivanov, azvegint
2022-12-08 00:32:13 +00:00
Doug Simon
8b69a2e434
8298099: [JVMCI] decouple libgraal from JVMCI module at runtime
...
Reviewed-by: never
2022-12-07 22:11:11 +00:00
Naoto Sato
8a9911ef17
8295803: Console should be usable in jshell and other environments
...
Reviewed-by: jlaskey, alanb
2022-12-07 20:49:29 +00:00
Xue-Lei Andrew Fan
5d4c71c8bd
8281236: (D)TLS key exchange named groups
...
Reviewed-by: mullan
2022-12-07 20:16:45 +00:00
Brian Burkhalter
10356e767a
8298303: (fs) temporarily remove Path.getExtension
...
Reviewed-by: smarks, alanb
2022-12-07 18:54:18 +00:00
Stefan Johansson
3b8c7ef8e7
8157023: Integrate NMT with JFR
...
Reviewed-by: stuefe, mgronlun, egahlin
2022-12-07 18:43:42 +00:00
Olga Mikhaltsova
8edb98df3d
8165943: LineBreakMeasurer does not measure correctly if TextAttribute.TRACKING is set.
...
Co-authored-by: Jason Fordham <jclf@azul.com>
Reviewed-by: prr
2022-12-07 18:02:20 +00:00
Markus KARG
389b8f4b78
8297298: SequenceInputStream should override transferTo
...
Reviewed-by: bpb
2022-12-07 16:29:43 +00:00
Severin Gehwolf
29f1c3c6e3
8298274: Problem list TestSPISigned on Windows
...
Reviewed-by: mullan, dcubed
2022-12-07 15:45:35 +00:00
Claes Redestad
3de775094d
8298177: Various java.lang.invoke cleanups
...
8284363: Redundant imports in BoundMethodHandle
Reviewed-by: jvernee
2022-12-07 15:37:58 +00:00
Severin Gehwolf
4da8411674
8298108: Add a regression test for JDK-8297684
...
Reviewed-by: mullan
2022-12-07 10:46:53 +00:00
Andrew Haley
221e1a4260
8286666: JEP 429: Implementation of Scoped Values (Incubator)
...
Reviewed-by: psandoz, dlong, alanb, mcimadamore
2022-12-07 10:14:06 +00:00
Sergey Bylokhov
5a3439db9f
4677581: ColorModel.getComponentSize()-wrong conditions for ArrayIndexOutOfBoundsExceptio
...
Reviewed-by: prr
2022-12-07 09:35:26 +00:00
Daniel Jeliński
27bbe7be2c
8297976: Remove sun.net.ProgressMonitor and related classes
...
8240275: Occasional errors in HttpURLConnection due to race with GC
Reviewed-by: jpai, dfuchs, michaelm
2022-12-07 08:56:10 +00:00
Andrew John Hughes
ce896731d3
8297804: (tz) Update Timezone Data to 2022g
...
Reviewed-by: naoto
2022-12-07 00:34:00 +00:00
Daniel D. Daugherty
16a5901845
8298214: ProblemList java/util/concurrent/forkjoin/AsyncShutdownNow.java
...
8298218: ProblemList java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java on windows-x64
8298222: ProblemList java/awt/Mixing/AWT_Mixing/ViewportOverlapping.java on windows-x64
8298220: ProblemList java/awt/Mixing/AWT_Mixing/OpaqueOverlapping.java on windows-x64
Reviewed-by: rriggs
2022-12-06 22:01:45 +00:00
Christian Stein
2cdc019565
8298178: Update to use jtreg 7.1.1
...
Reviewed-by: erikj
2022-12-06 20:51:06 +00:00
Mark Powers
79d163d499
8293412: Remove unnecessary java.security.egd overrides
...
Reviewed-by: xuelei, djelinski
2022-12-06 20:36:50 +00:00
Rajat Mahajan
ea83cb960d
8297450: ScaledTextFieldBorderTest.java fails when run with -show parameter
...
Reviewed-by: aivanov, honkar
2022-12-06 18:43:02 +00:00
Volodymyr Paprotski
203251ffc0
8297379: Enable the ByteBuffer path of Poly1305 optimizations
...
Reviewed-by: sviswanathan, ascarpino, jnimeh
2022-12-06 16:47:45 +00:00
Daniel Fuchs
b0e54328c5
8297687: new URI(S,S,S,S) throws exception with incorrect index position reported in the error message
...
Reviewed-by: jpai
2022-12-06 12:46:01 +00:00
Daniel Jeliński
2a243a33cc
8267617: Certificate's IP x509 NameConstraints raises ArrayIndexOutOfBoundsException
...
Reviewed-by: mullan
2022-12-06 08:24:17 +00:00
Yude Lin
f5ad515db0
8297247: Add GarbageCollectorMXBean for Remark and Cleanup pause time in G1
...
Reviewed-by: tschatzl, ayang
2022-12-06 07:16:27 +00:00
Jayathirth D V
ba2d28e911
8298027: Remove SCCS id's from awt jtreg tests
...
Reviewed-by: aivanov
2022-12-06 03:43:28 +00:00
Alexey Semenyuk
8d8a28ffcb
8296489: tools/jpackage/windows/WinL10nTest.java fails with timeout
...
Reviewed-by: almatvee
2022-12-06 00:14:31 +00:00
Alexey Semenyuk
884b9ade41
8293453: tools/jpackage/share/AddLShortcutTest.java "Failed: Check the number of mismatched pixels [1024] of [1024] is < [0.100000] threshold"
...
Reviewed-by: almatvee
2022-12-06 00:13:22 +00:00
Phil Race
8af6e8a67f
8298123: Problem List MaximizedToIconified.java on macOS
...
Reviewed-by: dcubed
2022-12-05 21:26:44 +00:00
Erik Gahlin
9827b75c45
8298043: jdk/jfr/api/consumer/recordingstream/TestStop.java failed with "Expected outer stream to have 3 events"
...
Reviewed-by: mgronlun
2022-12-05 20:40:35 +00:00
ravi.ra.gupta
7d20a60a98
8297489: Modify TextAreaTextEventTest.java as to verify the content change of TextComponent sends TextEvent
...
Reviewed-by: honkar, aivanov
2022-12-05 18:41:42 +00:00
Phil Race
601264d97d
8273357: SecurityManager deprecation warning from java/awt/regtesthelpers/Util.java
...
Reviewed-by: kizune, aivanov
2022-12-05 17:54:15 +00:00
Alan Bateman
19d849884b
8297495: j.u.concurrent updates for JDK 20
...
Reviewed-by: jpai
2022-12-05 15:20:16 +00:00
Jorn Vernee
0452c39fec
8296477: Foreign linker implementation update following JEP 434
...
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Nick Gasson <ngasson@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: rehn, mcimadamore, vlivanov
2022-12-05 14:47:12 +00:00
Maurizio Cimadamore
73baadceb6
8295044: Implementation of Foreign Function and Memory API (Second Preview)
...
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: jvernee, pminborg, psandoz, alanb, sundar
2022-12-05 13:49:53 +00:00
Kevin Walls
17666fbcae
8297794: Deprecate JMX Management Applets for Removal
...
Reviewed-by: dfuchs, mullan, rriggs, alanb
2022-12-05 09:27:14 +00:00
sendaoYan
82561de722
8296384: [TESTBUG] sun/security/provider/SecureRandom/AbstractDrbg/SpecTest.java intermittently timeout
...
Reviewed-by: weijun, wetmore
2022-12-05 07:41:42 +00:00
Michal Karm Babacek
914ef07fed
8297609: Add application/wasm MIME type for wasm file extension
...
Reviewed-by: jpai, michaelm
2022-12-05 01:59:20 +00:00
Daniel D. Daugherty
87572d43be
8298068: ProblemList tests failing due to JDK-8297235
...
8298070: ProblemList jdk/internal/vm/Continuation/Fuzz.java#default with ZGC on X64
8298071: ProblemList tests failing due to JDK-8298059
8298072: ProblemList compiler/c1/TestPrintC1Statistics.java in Xcomp mode on linux-aarch64
Reviewed-by: azvegint
2022-12-04 16:37:09 +00:00
Daniel D. Daugherty
99e2ef49a8
8298054: ProblemList jdk/jfr/api/consumer/recordingstream/TestStop.java
...
Reviewed-by: lmesnik
2022-12-03 04:13:33 +00:00
Daniel D. Daugherty
6e5470525d
8295424: adjust timeout for another JLI GetObjectSizeIntrinsicsTest.java subtest
...
8297367: disable TestRedirectLinks.java in slowdebug mode
8297369: disable Fuzz.java in slowdebug mode
Reviewed-by: sspitsyn, jjg, cjplummer, lmesnik
2022-12-02 22:29:21 +00:00
Erik Gahlin
1b924659c8
8297608: JFR: Incorrect duration after chunk rotation
...
Reviewed-by: mgronlun
2022-12-02 17:21:48 +00:00
Prasanta Sadhukhan
319faa5afc
8296084: javax/swing/JSpinner/4788637/bug4788637.java fails intermittently on a VM
...
Reviewed-by: tr, serb
2022-12-02 11:48:28 +00:00
Daniel Fuchs
6d0fbb2c49
8297645: Drop the test/jdk/java/net/httpclient/reactivestreams-tck-tests/TckDriver.java test
...
Reviewed-by: alanb, jpai, michaelm
2022-12-02 10:44:29 +00:00