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 |
|
Roland Westrelin
|
86270e3068
|
8269820: C2 PhaseIdealLoop::do_unroll get wrong opaque node
Reviewed-by: kvn, thartmann, chagedorn
|
2022-12-07 14:16:50 +00:00 |
|
Jan Lahoda
|
cf63f2e3ea
|
8298184: Incorrect record component type in record patterns
Reviewed-by: vromero
|
2022-12-07 12:03:50 +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 |
|
Yi Yang
|
acf96c64b7
|
8290432: C2 compilation fails with assert(node->_last_del == _last) failed: must have deleted the edge just produced
Reviewed-by: kvn, thartmann, chagedorn
|
2022-12-07 03:08:07 +00:00 |
|
Andrew John Hughes
|
ce896731d3
|
8297804: (tz) Update Timezone Data to 2022g
Reviewed-by: naoto
|
2022-12-07 00:34:00 +00:00 |
|
Chris Plummer
|
62baff503e
|
8298221: Problem list gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java on macosx-aarch64
Reviewed-by: dcubed
|
2022-12-06 22:45:53 +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 |
|
Martin Doerr
|
cd2182a996
|
8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic
Reviewed-by: kvn, dlong
|
2022-12-06 20:56:48 +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 |
|
Aggelos Biboudis
|
1e468320dc
|
8297602: Compiler crash with type annotation and generic record during pattern matching
Reviewed-by: jlahoda
|
2022-12-06 13:00:10 +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 |
|
Thomas Schatzl
|
a9e6c62ba7
|
8297186: G1 triggers unnecessary full GCs when heap utilization is low
Reviewed-by: kbarrett, sjohanss
|
2022-12-06 10:09:59 +00:00 |
|
Fei Gao
|
4458de95f8
|
8297172: Fix some issues of auto-vectorization of Long.bitCount/numberOfTrailingZeros/numberOfLeadingZeros()
Reviewed-by: kvn, thartmann
|
2022-12-06 09:35:27 +00:00 |
|
Pengfei Li
|
a61399854a
|
8297689: Fix incorrect result of Short.reverseBytes() call in loops
Reviewed-by: thartmann, jbhateja
|
2022-12-06 09:16:47 +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 |
|
Christian Hagedorn
|
0bd04a6589
|
8297951: C2: Create skeleton predicates for all If nodes in loop predication
Reviewed-by: thartmann, kvn
|
2022-12-06 07:18:44 +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 |
|
Srikanth Adayapalam
|
ee9ba74564
|
8295184: Printing messages with a RecordComponentElement does not include position
Reviewed-by: vromero
|
2022-12-06 04:23:40 +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 |
|
Hannes Wallnöfer
|
6a7a0db587
|
8296619: Upgrade jQuery to 3.6.1
Reviewed-by: jjg
|
2022-12-05 16:23:01 +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 |
|
Afshin Zafari
|
bd381886e0
|
8297766: Remove UseMallocOnly development option
Reviewed-by: coleenp, stuefe, dholmes
|
2022-12-05 13:31:15 +00:00 |
|
Jan Lahoda
|
2300ed458d
|
8291769: Translation of switch with record patterns could be improved
Reviewed-by: vromero
|
2022-12-05 12:04:23 +00:00 |
|
Aleksey Shipilev
|
eab0ada3a1
|
8296545: C2 Blackholes should allow load optimizations
Reviewed-by: kvn, vlivanov
|
2022-12-05 12:00:30 +00:00 |
|
Jan Lahoda
|
777fb52ef5
|
8297974: ClassCastException in com.sun.tools.javac.comp.AttrRecover.doRecovery
Reviewed-by: vromero
|
2022-12-05 09:33:42 +00:00 |
|