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 |
|
Thomas Stuefe
|
daf26178be
|
8338929: Make Metaspace::deallocate space-aware
Reviewed-by: coleenp, adinn
|
2024-08-27 15:46:10 +00:00 |
|
Naoto Sato
|
fa4ff78bd4
|
8338690: CompactNumberInstance.format incorrectly formats some numbers (few vs many)
Reviewed-by: joehw, rriggs, jlu
|
2024-08-27 15:34:50 +00:00 |
|
Maurizio Cimadamore
|
b25095b08e
|
8338728: Misc issues in memory layout javadoc
Reviewed-by: pminborg, psandoz
|
2024-08-27 14:26:31 +00:00 |
|
Joakim Nordström
|
d5c6158ced
|
8338389: [JFR] Long strings should be added to the string pool
Reviewed-by: mgronlun
|
2024-08-27 13:17:21 +00:00 |
|
Abhishek Kumar
|
b8e8e965e5
|
8338668: Test javax/swing/JFileChooser/8080628/bug8080628.java doesn't test for GTK L&F
Reviewed-by: aivanov, honkar, prr
|
2024-08-27 04:15:08 +00:00 |
|
Chihiro Ito
|
78f53efcd6
|
8338938: The result of the combine method of SettingsControl is not used
Reviewed-by: egahlin
|
2024-08-27 00:24:46 +00:00 |
|
David Holmes
|
16df090784
|
8338947: Deprecate the UseLinuxPosixThreadCPUClocks flag and remove it in a future release
Reviewed-by: kbarrett, stuefe
|
2024-08-26 22:26:40 +00:00 |
|
Calvin Cheung
|
a827ff05db
|
8335577: runtime/cds/appcds/TestParallelGCWithCDS.java still fails with JNI error
Reviewed-by: dholmes, iklam
|
2024-08-26 21:26:12 +00:00 |
|
Maurizio Cimadamore
|
20d8f58c92
|
8331671: Implement JEP 472: Prepare to Restrict the Use of JNI
Reviewed-by: jpai, prr, ihse, kcr, alanb
|
2024-08-26 09:17:45 +00:00 |
|
Roland Westrelin
|
0c14579fef
|
8336830: C2: assert(get_loop(lca)->_nest < n_loop->_nest || lca->in(0)->is_NeverBranch()) failed: must not be moved into inner loop
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: thartmann, chagedorn, epeter
|
2024-08-26 07:31:04 +00:00 |
|
Daniel D. Daugherty
|
32b3d707c1
|
8338925: ProblemList runtime/interpreter/LastJsrTest.java on linux-all
Reviewed-by: matsaave
|
2024-08-23 22:04:43 +00:00 |
|
Tejesh R
|
916f1aa04f
|
8329756: [macos] "javax/swing/JTable/KeyBoardNavigation.java" fail because most combinations of navigational keys with the Ctrl key do not work
Reviewed-by: abhiscxk, dnguyen
|
2024-08-23 10:51:12 +00:00 |
|
Qizheng Xing
|
965dd1acd0
|
8333334: C2: Make result of Node::dominates more precise to enhance scalar replacement
Reviewed-by: chagedorn, kvn, thartmann
|
2024-08-23 09:30:47 +00:00 |
|
Markus Grönlund
|
69bd227e6c
|
8338417: Explicitly pin a virtual thread before acquiring the JFR string pool monitor
Reviewed-by: alanb, egahlin, dholmes
|
2024-08-23 09:29:23 +00:00 |
|
SendaoYan
|
8e0d0190ed
|
8338630: Test java/nio/channels/DatagramChannel/SendReceiveMaxSize.java timeout
Reviewed-by: dfuchs, jpai, djelinski
|
2024-08-23 06:26:24 +00:00 |
|
Matthew Donovan
|
0b5c8870e5
|
8338380: Update TLSCommon/interop/AbstractServer to specify an interface to listen for connections
Reviewed-by: rhalade
|
2024-08-22 17:58:08 +00:00 |
|
Matias Saavedra Silva
|
6041c936d6
|
8335664: Parsing jsr broken: assert(bci>= 0 && bci < c->method()->code_size()) failed: index out of bounds
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: dlong, thartmann
|
2024-08-22 15:55:02 +00:00 |
|
Claes Redestad
|
47c8a6a8db
|
8333265: De-duplicate method references in java.util.stream.FindOps
Reviewed-by: liach
|
2024-08-21 22:10:06 +00:00 |
|
Shaojin Wen
|
3aeb6733f9
|
8338532: Speed up the ClassFile API MethodTypeDesc#ofDescriptor
Reviewed-by: redestad, liach
|
2024-08-21 14:56:30 +00:00 |
|
Hamlin Li
|
7458952ded
|
8338595: Add more linesize for MIME decoder in macro bench test Base64Decode
Reviewed-by: rehn
|
2024-08-21 10:17:51 +00:00 |
|
Adam Sotona
|
e88a3b0574
|
8338661: StackMapTable is invalid if frames appear in dead code
Reviewed-by: liach
|
2024-08-21 08:19:35 +00:00 |
|
Prasanta Sadhukhan
|
cafb3dc491
|
6318027: BasicScrollBarUI does not disable timer when enclosing frame is disabled.
Reviewed-by: abhiscxk, tr
|
2024-08-21 07:04:05 +00:00 |
|
Chris Plummer
|
d72810794b
|
8338482: com/sun/jdi/ThreadMemoryLeakTest.java requires that compressed oops are enabled
Reviewed-by: amenkov, kevinw
|
2024-08-20 23:34:31 +00:00 |
|
Leonid Mesnik
|
c646efc366
|
8205957: setfldw001/TestDescription.java fails with bad field value
Reviewed-by: sspitsyn, dlong
|
2024-08-20 18:41:15 +00:00 |
|
Christian Hagedorn
|
55a97ec879
|
8336729: C2: Div/Mod nodes without zero check could be split through iv phi of outer loop of long counted loop nest resulting in SIGFPE
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: epeter, kvn, thartmann
|
2024-08-20 15:47:16 +00:00 |
|
Chen Liang
|
b442003048
|
8338623: StackCounter adding extraneous slots for receiver invoke instructions
Reviewed-by: asotona
|
2024-08-20 14:44:37 +00:00 |
|
Darragh Clarke
|
01d03e07c7
|
8324209: Check implementation of Expect: 100-continue in the java.net.http.HttpClient
Reviewed-by: dfuchs, jpai
|
2024-08-20 11:10:18 +00:00 |
|
Matthias Baesken
|
7933e45cda
|
8338550: Do libubsan1 installation in test container only if requested
Reviewed-by: sgehwolf
|
2024-08-20 10:43:16 +00:00 |
|
Stefan Karlsson
|
9775d57168
|
8338139: {ClassLoading,Memory}MXBean::isVerbose methods are inconsistent with their setVerbose methods
Co-authored-by: David Holmes <dholmes@openjdk.org>
Reviewed-by: lmesnik, dcubed, dholmes
|
2024-08-20 06:15:56 +00:00 |
|
Hannes Wallnöfer
|
55851a312b
|
8281533: Odd "preview" label in link/linkplain
Reviewed-by: jjg
|
2024-08-19 18:05:37 +00:00 |
|
Daniel Fuchs
|
3ca359ad22
|
8335771: Improve stability of java/nio/channels/DatagramChannel tests
Reviewed-by: alanb
|
2024-08-19 13:47:40 +00:00 |
|
Erik Gahlin
|
e07a5b6626
|
8338512: JFR: Revert changes to TestCodeSweeper
Reviewed-by: mgronlun
|
2024-08-19 10:42:58 +00:00 |
|
Manukumar V S
|
15b20cb1fd
|
8337886: java/awt/Frame/MaximizeUndecoratedTest.java fails in OEL due to a slight color difference
Reviewed-by: dnguyen, honkar, serb
|
2024-08-19 07:17:37 +00:00 |
|
Tejesh R
|
56a007dd32
|
8338488: Add screen capture for failure case
Reviewed-by: azvegint
|
2024-08-19 06:42:51 +00:00 |
|