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
Kangcheng Xu
1383fec417
8327381: Refactor type-improving transformations in BoolNode::Ideal to BoolNode::Value
...
Reviewed-by: chagedorn, thartmann, jkarthikeyan, epeter
2024-08-29 05:34:08 +00:00
David Holmes
72a49005ee
8338888: SystemDictionary::class_name_symbol has incorrect length check
...
Reviewed-by: stuefe, kbarrett, coleenp
2024-08-28 21:16:18 +00:00
Leonid Mesnik
d08b5bd9f5
8258483: [TESTBUG] gtest CollectorPolicy.young_scaled_initial_ergo_vm fails if heap is too small
...
Reviewed-by: ayang
2024-08-28 20:18:51 +00:00
Manukumar V S
3d49fb8a17
8338103: Stabilize and open source a Swing OGL ButtonResizeTest
...
Reviewed-by: abhiscxk, prr, tr
2024-08-28 17:54:43 +00:00
Anthony Scarpino
0c2b175898
8328608: Multiple NewSessionTicket support for TLS
...
Reviewed-by: djelinski
2024-08-28 17:24:33 +00:00
Daniel D. Daugherty
379f3db001
8339175: ProblemList runtime/interpreter/LastJsrTest.java on all platforms with Xcomp
...
Reviewed-by: matsaave
2024-08-28 16:47:30 +00:00
Eirik Bjørsnøs
b6700095c0
8338729: Retire the test jdk/java/util/zip/TestZipError.java
...
Reviewed-by: lancea
2024-08-28 15:23:50 +00:00
Maurizio Cimadamore
1ff9ac7233
8338731: MemoryLayout::offsetHandle can return a negative offset
...
Reviewed-by: pminborg, psandoz
2024-08-28 10:22:34 +00:00
Jaikiran Pai
2e174c6367
8338445: jdk.internal.loader.URLClassPath may leak JarFile instance when dealing with unexpected Class-Path entry in manifest
...
Reviewed-by: michaelm, cstein, alanb
2024-08-28 09:29:18 +00:00
Tejesh R
8e88da05b9
8338041: Keyboard Navigation of JTable, Ctrl Shift RIGHT/LEFT doesn't follow native action in GTK L&F
...
Reviewed-by: honkar, prr, abhiscxk
2024-08-28 04:43:10 +00:00
Alexander Zvegintsev
b1b4cd429a
8332158: [XWayland] test/jdk/java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java
...
Reviewed-by: serb, honkar
2024-08-27 17:16:09 +00:00