Ferenc Rakoczi
c54fc08aa3
8338587: Internal XOF Methods for SHAKE128 and SHAKE256
...
Reviewed-by: valeriep, weijun
2024-09-09 13:49:34 +00:00
Matthias Baesken
cb5c60b530
8339591: Mark jdk/jshell/ExceptionMessageTest.java intermittent
...
Reviewed-by: lucy
2024-09-09 06:42:05 +00:00
Jan Lahoda
a18d9d84cd
8326616: tools/javac/patterns/Exhaustiveness.java intermittently Timeout signalled after 480 seconds
...
Reviewed-by: abimpoudis
2024-09-09 05:34:09 +00:00
Tejesh R
79d761358c
8338153: java/awt/Checkbox/CheckboxCheckerScalingTest.java test failed on linux machine
...
Reviewed-by: abhiscxk, honkar
2024-09-09 05:17:09 +00:00
Chris Plummer
f0e84b7617
8339703: Problem list serviceability/sa/TestJhsdbJstackUpcall.java for generational ZGC
...
Reviewed-by: dholmes
2024-09-07 22:20:37 +00:00
Yasumasa Suenaga
deeb09a640
8339307: jhsdb jstack could not trace FFM upcall frame
...
Reviewed-by: cjplummer, jvernee
2024-09-07 05:46:47 +00:00
Jorn Vernee
8e580ec538
8338123: Linker crash when building a downcall handle with many arguments in x64
...
Reviewed-by: mcimadamore
2024-09-06 17:32:34 +00:00
Chen Liang
a1eebbdf8a
8339576: Speed up raw bytecode processing in ClassFile API
...
Co-authored-by: Shaojin Wen <swen@openjdk.org>
Reviewed-by: asotona, redestad
2024-09-06 11:42:50 +00:00
Adam Sotona
a35fd38610
8339368: Switch targets are not inflated in CodeModel if no StackMap
...
Reviewed-by: liach
2024-09-06 07:43:38 +00:00
Hai-May Chao
8fb8cd85b7
8339347: keytool -importpass insists prompting the user even if there is no terminal
...
Reviewed-by: weijun
2024-09-05 20:17:52 +00:00
Maurizio Cimadamore
9e1af8cc7c
8339285: Test fails with assert(depth < max_critical_stack_depth) failed: can't have more than 10 critical frames
...
Reviewed-by: alanb
2024-09-05 18:11:18 +00:00
Roland Westrelin
e203df46fa
8338100: C2: assert(!n_loop->is_member(get_loop(lca))) failed: control must not be back in the loop
...
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: chagedorn, thartmann
2024-09-05 15:51:27 +00:00
Jonathan Gibbons
98020e4799
8338133: Cleanup direct use of new HtmlTree
...
Reviewed-by: hannesw
2024-09-05 15:46:38 +00:00
Daniel D. Daugherty
4ffcf894b5
8339619: ProblemList runtime/cds/appcds/jvmti/dumpingWithAgent/DumpingWithJavaAgent.java
...
Reviewed-by: azvegint
2024-09-05 15:12:27 +00:00
Brian Burkhalter
042053c3a8
8003887: File.getCanonicalFile() does not resolve symlinks on MS Windows
...
Reviewed-by: alanb
2024-09-05 15:03:54 +00:00
Fernando Guallini
a505a1dda3
8337951: Test sun/security/validator/samedn.sh CertificateNotYetValidException: NotBefore validation
...
Reviewed-by: mullan
2024-09-05 13:14:00 +00:00
Per Minborg
6be927260a
8338591: Improve performance of MemorySegment::copy
...
Reviewed-by: mcimadamore
2024-09-05 13:10:24 +00:00
Shaojin Wen
cb9f5c5791
8339290: Optimize ClassFile Utf8EntryImpl#writeTo
...
Reviewed-by: redestad, liach
2024-09-05 11:45:49 +00:00
David Holmes
96df5a6d8f
8339316: Test runtime/exceptionMsgs/NoClassDefFoundError/NoClassDefFoundErrorTest.java fails after JDK-8338257
...
Reviewed-by: jsjolen, coleenp
2024-09-04 23:58:17 +00:00
Matias Saavedra Silva
d4dfa0127f
8338530: CDS warning Skipping java/lang/invoke/BoundMethodHandle$Species_LLLL
...
Reviewed-by: iklam, ccheung
2024-09-04 20:49:32 +00:00
Manukumar V S
b8d560b6cd
8339233: Test javax/swing/JButton/SwingButtonResizeTestWithOpenGL.java#id failed: Button renderings are different after window resize
...
Reviewed-by: honkar
2024-09-04 20:05:27 +00:00
Matias Saavedra Silva
1353601dcc
8338924: C1: assert(0 <= i && i < _len) failed: illegal index 5 for length 5
...
Co-authored-by: Dean Long <dlong@openjdk.org>
Reviewed-by: kvn, thartmann
2024-09-04 17:25:37 +00:00
Alexey Ivanov
ef96a7b014
8332901: Select{Current,New}ItemTest.java for Choice don't open popup on macOS
...
Move SelectCurrentItemTest.java to java/awt/Choice/SelectItem/.
Move SelectNewItemTest.java to java/awt/Choice/SelectItem/.
Use latches to control test flow instead of delays.
Encapsulate the common logic in SelectCurrentItemTest.
Provide overridable checkXXX() methods to modify conditions.
Provide an overridable method which defines where to click
in the choice popup to select an item.
Reviewed-by: honkar, prr, dnguyen
2024-09-04 16:37:17 +00:00
Jasmine Karthikeyan
6f8714ee19
8336860: x86: Change integer src operand for CMoveL of 0 and 1 to long
...
Reviewed-by: epeter, chagedorn, shade, qamai, jbhateja
2024-09-04 13:44:24 +00:00
Attila Szegedi
c7d15f1fe0
8325679: Optimize ArrayList subList sort
...
Reviewed-by: liach
2024-09-04 13:40:40 +00:00
Erik Gahlin
e25a9e7fd8
8339486: JFR: Modernize
...
Reviewed-by: mgronlun
2024-09-04 12:08:16 +00:00
Matthias Baesken
f2c992c5af
8339300: CollectorPolicy.young_scaled_initial_ergo_vm gtest fails on ppc64 based platforms
...
Reviewed-by: mdoerr, lucy
2024-09-04 07:09:59 +00:00
David Holmes
90f3f43257
8328877: [JNI] The JNI Specification needs to address the limitations of integer UTF-8 String lengths
...
Reviewed-by: cjplummer, alanb
2024-09-04 03:41:42 +00:00
Mark Powers
bbb516163d
8337664: Distrust TLS server certificates issued after Oct 2024 and anchored by Entrust Root CAs
...
Reviewed-by: mullan, rhalade
2024-09-03 19:55:58 +00:00
Chris Plummer
5ebdf2d272
8338708: Don't create/destroy debug agent cmdQueueLock for each connection
...
Reviewed-by: amenkov, lmesnik
2024-09-03 19:06:00 +00:00
Alex Menkov
cfec3ac911
8337317
: serviceability/jvmti tests failed with FATAL ERROR in native method: Failed during the GetClassSignature call
...
Reviewed-by: lmesnik, sspitsyn, cjplummer
2024-09-03 19:01:58 +00:00
Amit Kumar
0d593cd194
8339419: [s390x] Problemlist compiler/c2/irTests/TestIfMinMax.java
...
Reviewed-by: thartmann
2024-09-03 15:32:42 +00:00
Chen Liang
ad40a122d6
8339214: Remove misleading CodeBuilder.loadConstant(Opcode, ConstantDesc)
...
Reviewed-by: asotona
2024-09-03 13:44:48 +00:00
Daniel Fuchs
4ca2c208ea
8338740: java/net/httpclient/HttpsTunnelAuthTest.java fails with java.io.IOException: HTTP/1.1 header parser received no bytes
...
Reviewed-by: djelinski, jpai
2024-09-03 13:32:50 +00:00
Viktor Klang
e0c46d589b
8325397: sun/java2d/Disposer/TestDisposerRace.java fails in linux-aarch64
...
Reviewed-by: alanb
2024-09-03 12:55:23 +00:00
Per Minborg
7a418fc074
8338967: Improve performance for MemorySegment::fill
...
Reviewed-by: mcimadamore, psandoz
2024-09-03 10:25:27 +00:00
Damon Fenacci
633fad8e53
8326615: C1/C2 don't handle allocation failure properly during initialization (RuntimeStub::new_runtime_stub fatal crash)
...
Reviewed-by: thartmann, kvn
2024-09-03 09:45:43 +00:00
Daniel Fuchs
b1163bcc88
8256211: assert fired in java/net/httpclient/DependentPromiseActionsTest (infrequent)
...
Reviewed-by: jpai
2024-09-02 14:52:04 +00:00
Chen Liang
25e03b5209
8339115: Rename TypeKind enum constants to follow code style
...
Reviewed-by: asotona
2024-08-30 17:28:28 +00:00
Jaikiran Pai
2fb830553f
8339319: ProblemList runtime/exceptionMsgs/NoClassDefFoundError/NoClassDefFoundErrorTest.java
...
Reviewed-by: dfuchs, dcubed
2024-08-30 14:47:29 +00:00
David Schlosnagle
3a352b8259
8339191: JFR: Bulk read support for ChunkInputStream
...
Reviewed-by: egahlin
2024-08-30 12:36:33 +00:00
Matthias Baesken
92c4704edf
8339166: java/lang/String/concat/HiddenClassUnloading.java fails on AIX and Linux ppc64le after JDK-8336856
...
Reviewed-by: redestad, mdoerr
2024-08-30 10:18:19 +00:00
Jan Lahoda
b8727181f3
8338301: Error recovery and reporting should be improved for erroneous implicitly declared classes
...
Reviewed-by: cstein, vromero
2024-08-30 08:11:49 +00:00
Matthias Baesken
b9e65f982f
8337662: Improve os::print_hex_dump for printing Instructions sections
...
Reviewed-by: stuefe, lucy
2024-08-30 06:47:49 +00:00
Eirik Bjørsnøs
f927c1210e
8339154: Cleanups and JUnit conversion of test/jdk/java/util/zip/Available.java
...
Reviewed-by: lancea
2024-08-30 06:21:49 +00:00
Johan Sjölen
e57b593258
8335062: NMT: Make StackIndex non-opaque
...
Reviewed-by: stuefe, gziemski
2024-08-29 11:23:04 +00:00
Jan Lahoda
8c8b5801fd
8338281: jshell does not run shutdown hooks
...
Reviewed-by: asotona
2024-08-29 10:06:08 +00:00
Daniel Fuchs
723588a4e7
8338569: HTTP/1.1 CleanupTrigger may be triggerred after the next exchange started
...
Reviewed-by: jpai
2024-08-29 08:54:02 +00:00
Jan Lahoda
ff59532ddd
8338678: Erroneous parameterized type represented as <any>
...
Reviewed-by: vromero
2024-08-29 06:28:05 +00:00
Jan Lahoda
0b4a7d5342
8324859: Improve error recovery
...
Reviewed-by: mcimadamore
2024-08-29 06:25:27 +00:00