Aleksey Shipilev
|
598169756c
|
8337828: CDS: Trim down minimum GC region alignment
Reviewed-by: iklam, phh
|
2024-08-21 08:17:01 +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 |
|
Chen Liang
|
88ccbb6091
|
8336934: Clean up JavaLangReflectAccess
Reviewed-by: rriggs, darcy
|
2024-08-21 01:05:41 +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 |
|
Chen Liang
|
1ebf2cf639
|
8336756: Improve ClassFile Annotation writing
Reviewed-by: asotona
|
2024-08-20 19:02:38 +00:00 |
|
Mark Reinhold
|
0267284c52
|
8338611: java.lang.module specification wording not aligned with JEP 261
Reviewed-by: alanb
|
2024-08-20 18:50:17 +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 |
|
Vladimir Petko
|
285ceb9ee5
|
8336529: (fs) UnixFileAttributeViews setTimes() failing on armhf, Ubuntu noble
Reviewed-by: bpb, alanb
|
2024-08-20 15:51:40 +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 |
|
George Adams
|
bc2700b7dc
|
8282944: GHA: Add Alpine Linux x86_64 pre-integration check
Reviewed-by: ihse
|
2024-08-20 14:38:31 +00:00 |
|
Jaikiran Pai
|
686eb233d5
|
8336817: Several methods on DatagramSocket and MulticastSocket do not specify behaviour when already closed or connected
Reviewed-by: dfuchs, alanb
|
2024-08-20 12:28:56 +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 |
|
Amit Kumar
|
89ca5b6fbd
|
8338365: [PPC64, s390] Out-of-bounds array access in secondary_super_cache
Reviewed-by: mdoerr, aph, rrich
|
2024-08-20 09:54:20 +00:00 |
|
Aleksey Shipilev
|
b9d49dcef2
|
8337981 : ShenandoahHeap::is_in should check for alive regions
Reviewed-by: rkennke, wkemper
|
2024-08-20 08:40:45 +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 |
|
Chen Liang
|
68d1f5c33b
|
8338543: ClassBuilder withMethod builders should cache the method type symbol
Reviewed-by: asotona
|
2024-08-20 05:43:04 +00:00 |
|
Hannes Wallnöfer
|
55851a312b
|
8281533: Odd "preview" label in link/linkplain
Reviewed-by: jjg
|
2024-08-19 18:05:37 +00:00 |
|
Hannes Wallnöfer
|
c7690c34c2
|
8338190: TOC vertical offsets not updated when document size changes
Reviewed-by: jjg
|
2024-08-19 17:47:25 +00:00 |
|
Damon Nguyen
|
6460b30048
|
8321140: Add comment to note difference in Metal's JButton margins
Reviewed-by: honkar, aivanov
|
2024-08-19 16:43:43 +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 |
|
Alan Bateman
|
2766b09e29
|
8338452: (dc) DatagramChannelImpl.blockingReceive with timeout may block indefinitely if all datagrams blocked by SecurityManager
Reviewed-by: dfuchs
|
2024-08-19 12:57:29 +00:00 |
|
Adam Sotona
|
f0fe31383a
|
8338564: Remove obsolete AbstractNamedEntry::equals method
Reviewed-by: liach
|
2024-08-19 12:57:17 +00:00 |
|
Renjith Kannath Pariyangad
|
6ff6b09943
|
8290501: Typo in javax.swing.BoundedRangeModel documentation
Reviewed-by: aivanov, prr, honkar
|
2024-08-19 12:40:35 +00:00 |
|
Erik Gahlin
|
e07a5b6626
|
8338512: JFR: Revert changes to TestCodeSweeper
Reviewed-by: mgronlun
|
2024-08-19 10:42:58 +00:00 |
|
Aleksey Shipilev
|
6d430f24df
|
8338314: JFR: Split JFRCheckpoint VM operation
Reviewed-by: mgronlun, egahlin
|
2024-08-19 09:08:54 +00:00 |
|
Andrew Dinn
|
f0374a0bc1
|
8337987: Relocate jfr and throw_exception stubs from StubGenerator to SharedRuntime
Reviewed-by: fyang, kvn, yzheng
|
2024-08-19 09:00:19 +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 |
|
SendaoYan
|
2f7ba781bf
|
8335150: Test LogGeneratedClassesTest.java fails on rpmbuild mock enviroment
Reviewed-by: jpai
|
2024-08-19 04:44:24 +00:00 |
|
Chris Plummer
|
8635642dbd
|
8338469: com/sun/jdi/DataDumpTest.java failed with Not a debuggee, or not listening for debugger to attach
Reviewed-by: dcubed
|
2024-08-16 16:39:36 +00:00 |
|
Chen Liang
|
961e944fa7
|
8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation
Co-authored-by: Alex Buckley <abuckley@openjdk.org>
Reviewed-by: asotona
|
2024-08-16 15:48:54 +00:00 |
|
Pavel Rappo
|
07352c6744
|
8338398: Trivially fix grammar and typos
Reviewed-by: aivanov
|
2024-08-16 14:06:10 +00:00 |
|
Shaojin Wen
|
5022109b2a
|
8336856: Efficient hidden class-based string concatenation strategy
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad, liach
|
2024-08-16 13:18:02 +00:00 |
|
Daniel Fuchs
|
ddbc0b6a39
|
8338495: Revert "8336655: java/net/httpclient/DigestEchoClient.java IOException: HTTP/1.1 header parser received no bytes"
Reviewed-by: jpai
|
2024-08-16 11:24:40 +00:00 |
|
Andrey Turbanov
|
60c9b5cd9f
|
8337839: Make a few fields in MergeCollation static
Reviewed-by: jpai, naoto
|
2024-08-16 08:49:18 +00:00 |
|
Axel Boldt-Christmas
|
bd4160cea8
|
8315884: New Object to ObjectMonitor mapping
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Reviewed-by: rkennke, coleenp, dcubed
|
2024-08-16 06:20:17 +00:00 |
|
Shaojin Wen
|
74066bcca8
|
8338409: Use record to simplify code
Reviewed-by: redestad, liach
|
2024-08-15 22:57:33 +00:00 |
|
Aleksey Shipilev
|
d86e99c3ca
|
8293650: Shenandoah: Support archived heap objects
Reviewed-by: rkennke, wkemper, iklam
|
2024-08-15 20:52:07 +00:00 |
|
Coleen Phillimore
|
1cd4884368
|
8338447: Remove InstanceKlass::_is_marked_dependent
Reviewed-by: shade
|
2024-08-15 18:20:20 +00:00 |
|
Kim Barrett
|
52d9d69db5
|
8338331: Fix -Wzero-as-null-pointer-constant warnings from CHECK_0 in jni.cpp
Reviewed-by: dholmes, shade
|
2024-08-15 17:50:44 +00:00 |
|
Chen Liang
|
ace496515f
|
8338406: BytecodeHelpers using wrong bootstrap method descriptor for condy
Reviewed-by: asotona
|
2024-08-15 17:50:34 +00:00 |
|
Kim Barrett
|
965508270e
|
8338330: Fix -Wzero-as-null-pointer-constant warnings from THROW_XXX_0
Reviewed-by: dlong, dholmes, shade
|
2024-08-15 17:43:09 +00:00 |
|
Satyen Subramaniam
|
f308b2d596
|
8336915: Shenandoah: Remove unused ShenandoahVerifier::verify_after_evacuation
Reviewed-by: shade
|
2024-08-15 16:47:45 +00:00 |
|
Satyen Subramaniam
|
e51e40c2b9
|
8336914: Shenandoah: Missing verification steps after JDK-8255765
Reviewed-by: shade
|
2024-08-15 16:47:08 +00:00 |
|
Aleksey Shipilev
|
ef54af3988
|
8338444: Shenandoah: Remove ShenandoahHumongousThreshold tunable
Reviewed-by: rkennke, wkemper, ysr
|
2024-08-15 16:45:43 +00:00 |
|
lawrence.andrews
|
7d1bbff076
|
8328553: Get rid of JApplet in test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java
Reviewed-by: honkar, prr
|
2024-08-15 16:36:15 +00:00 |
|
Daniel Fuchs
|
6169613d9f
|
8336655 : java/net/httpclient/DigestEchoClient.java IOException: HTTP/1.1 header parser received no bytes
Reviewed-by: jpai
|
2024-08-15 15:34:08 +00:00 |
|
Fei Gao
|
3859131505
|
8338442: AArch64: Clean up IndOffXX type and let legitimize_address() fix out-of-range operands
Reviewed-by: aph, dlong
|
2024-08-15 15:16:14 +00:00 |
|